Package | Description |
---|---|
com.ibm.wsspi.security.wim.model |
Modifier and Type | Method and Description |
---|---|
IdentifierType |
ObjectFactory.createIdentifierType()
Create an instance of
IdentifierType |
IdentifierType |
Entity.getIdentifier()
Gets the value of the identifier property.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<IdentifierType> |
ObjectFactory.createManager(IdentifierType value)
|
javax.xml.bind.JAXBElement<IdentifierType> |
ObjectFactory.createSecretary(IdentifierType value)
|
java.util.List<IdentifierType> |
PersonAccount.getManager()
Gets the value of the manager property.
|
java.util.List<IdentifierType> |
Person.getManager()
Gets the value of the manager property.
|
java.util.List<IdentifierType> |
PersonAccount.getSecretary()
Gets the value of the secretary property.
|
java.util.List<IdentifierType> |
Person.getSecretary()
Gets the value of the secretary property.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<IdentifierType> |
ObjectFactory.createManager(IdentifierType value)
|
javax.xml.bind.JAXBElement<IdentifierType> |
ObjectFactory.createSecretary(IdentifierType value)
|
void |
Entity.setIdentifier(IdentifierType value)
Sets the value of the identifier property.
|