Uses of Class
com.ibm.wsspi.security.wim.model.AddressType
-
Packages that use AddressType Package Description com.ibm.wsspi.security.wim.model -
-
Uses of AddressType in com.ibm.wsspi.security.wim.model
Methods in com.ibm.wsspi.security.wim.model that return AddressType Modifier and Type Method Description AddressType
ObjectFactory. createAddressType()
Create an instance ofAddressType
AddressType
OrgContainer. getBusinessAddress()
Gets the value of the businessAddress property.Methods in com.ibm.wsspi.security.wim.model that return types with arguments of type AddressType Modifier and Type Method Description javax.xml.bind.JAXBElement<AddressType>
ObjectFactory. createBusinessAddress(AddressType value)
javax.xml.bind.JAXBElement<AddressType>
ObjectFactory. createHomeAddress(AddressType value)
java.util.List<AddressType>
Person. getBusinessAddress()
Gets the value of the businessAddress property.java.util.List<AddressType>
Person. getHomeAddress()
Gets the value of the homeAddress property.Methods in com.ibm.wsspi.security.wim.model with parameters of type AddressType Modifier and Type Method Description javax.xml.bind.JAXBElement<AddressType>
ObjectFactory. createBusinessAddress(AddressType value)
javax.xml.bind.JAXBElement<AddressType>
ObjectFactory. createHomeAddress(AddressType value)
void
OrgContainer. setBusinessAddress(AddressType value)
Sets the value of the businessAddress property.
-