Class OrgContainer
Java class for OrgContainer complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="OrgContainer">
 <complexContent>
 <extension base="{http://www.ibm.com/websphere/wim}Party">
 <sequence>
 <element ref="{http://www.ibm.com/websphere/wim}o" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}ou" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}dc" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}cn" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}telephoneNumber" maxOccurs="unbounded" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}facsimileTelephoneNumber" maxOccurs="unbounded" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}postalAddress" maxOccurs="unbounded" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}l" maxOccurs="unbounded" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}localityName" maxOccurs="unbounded" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}st" maxOccurs="unbounded" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}stateOrProvinceName" maxOccurs="unbounded" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}street" maxOccurs="unbounded" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}postalCode" maxOccurs="unbounded" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}businessAddress" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}description" maxOccurs="unbounded" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}businessCategory" maxOccurs="unbounded" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}seeAlso" maxOccurs="unbounded" minOccurs="0"/>
 </sequence>
 </extension>
 </complexContent>
 </complexType>
 
 The OrgContainer object represents either and Organization or OrganizationalUnit, and extends the Party object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the requested propertyGets the value of the businessAddress property.Gets the value of the businessCategory property.getCn()Gets the value of the cn property.getDataType(String propName) Gets the Java type of the value of the provided property.getDc()Gets the value of the dc property.Gets the value of the description property.Gets the value of the facsimileTelephoneNumber property.getL()Gets the value of the l property.Gets the value of the localityName property.getO()Gets the value of the o property.getOu()Gets the value of the ou property.Gets the value of the postalAddress property.Gets the value of the postalCode property.static ListgetPropertyNames(String entityTypeName) Gets the value of the seeAlso property.getSt()Gets the value of the st property.Gets the value of the stateOrProvinceName property.Gets the value of the street property.static HashSetGets a list of any model objects which this model object, Entity, is an extension of.Gets the value of the telephoneNumber property.Gets the name of this model object, EntitybooleanisMultiValuedProperty(String propName) Return whether the specified property is a multi-valued property and capable of holding multiple values.booleanReturns true if the requested property is set; false, otherwise.booleanbooleanbooleanisSetCn()booleanisSetDc()booleanbooleanbooleanisSetL()booleanbooleanisSetO()booleanisSetOu()booleanbooleanbooleanbooleanisSetSt()booleanbooleanbooleanbooleanReturns a true if the provided model object is one that this model object extends; false, otherwise.voidSets the value of the provided property to the provided value.voidsetBusinessAddress(AddressType value) Sets the value of the businessAddress property.voidSets the value of the cn property.voidSets the value of the dc property.voidSets the value of the o property.voidSets the value of the ou property.toString()Returns this model object, Entity, and its contents as a StringvoidSets the value of provided property to null.voidvoidvoidvoidunsetL()voidvoidvoidvoidvoidunsetSt()voidvoidvoidMethods inherited from class com.ibm.wsspi.security.wim.model.PartyisMandatory, isPersistentPropertyMethods inherited from class com.ibm.wsspi.security.wim.model.RolePlayergetPartyRoles, isSetPartyRoles, unsetPartyRolesMethods inherited from class com.ibm.wsspi.security.wim.model.EntitygetChangeType, getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getSubEntityTypes, getViewIdentifiers, isSetChangeType, isSetChildren, isSetCreateTimestamp, isSetEntitlementInfo, isSetGroups, isSetIdentifier, isSetModifyTimestamp, isSetParent, isSetViewIdentifiers, isUnset, reInitializePropertyNames, setChangeType, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent, unsetChildren, unsetGroups, unsetViewIdentifiers
- 
Constructor Details- 
OrgContainerpublic OrgContainer()
 
- 
- 
Method Details- 
getOGets the value of the o property.- Returns:
- possible object is String
 
- 
setOSets the value of the o property.- Parameters:
- value- allowed object is- String
 
- 
isSetOpublic boolean isSetO()
- 
getOuGets the value of the ou property.- Returns:
- possible object is String
 
- 
setOuSets the value of the ou property.- Parameters:
- value- allowed object is- String
 
- 
isSetOupublic boolean isSetOu()
- 
getDcGets the value of the dc property.- Returns:
- possible object is String
 
- 
setDcSets the value of the dc property.- Parameters:
- value- allowed object is- String
 
- 
isSetDcpublic boolean isSetDc()
- 
getCnGets the value of the cn property.- Returns:
- possible object is String
 
- 
setCnSets the value of the cn property.- Parameters:
- value- allowed object is- String
 
- 
isSetCnpublic boolean isSetCn()
- 
getTelephoneNumberGets the value of the telephoneNumber property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the telephoneNumber property.For example, to add a new item, do as follows: getTelephoneNumber().add(newItem); Objects of the following type(s) are allowed in the list String
- 
isSetTelephoneNumberpublic boolean isSetTelephoneNumber()
- 
unsetTelephoneNumberpublic void unsetTelephoneNumber()
- 
getFacsimileTelephoneNumberGets the value of the facsimileTelephoneNumber property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the facsimileTelephoneNumber property.For example, to add a new item, do as follows: getFacsimileTelephoneNumber().add(newItem); Objects of the following type(s) are allowed in the list String
- 
isSetFacsimileTelephoneNumberpublic boolean isSetFacsimileTelephoneNumber()
- 
unsetFacsimileTelephoneNumberpublic void unsetFacsimileTelephoneNumber()
- 
getPostalAddressGets the value of the postalAddress property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the postalAddress property.For example, to add a new item, do as follows: getPostalAddress().add(newItem); Objects of the following type(s) are allowed in the list String
- 
isSetPostalAddresspublic boolean isSetPostalAddress()
- 
unsetPostalAddresspublic void unsetPostalAddress()
- 
getLGets the value of the l property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the l property.For example, to add a new item, do as follows: getL().add(newItem); Objects of the following type(s) are allowed in the list String
- 
isSetLpublic boolean isSetL()
- 
unsetLpublic void unsetL()
- 
getLocalityNameGets the value of the localityName property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the localityName property.For example, to add a new item, do as follows: getLocalityName().add(newItem); Objects of the following type(s) are allowed in the list String
- 
isSetLocalityNamepublic boolean isSetLocalityName()
- 
unsetLocalityNamepublic void unsetLocalityName()
- 
getStGets the value of the st property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the st property.For example, to add a new item, do as follows: getSt().add(newItem); Objects of the following type(s) are allowed in the list String
- 
isSetStpublic boolean isSetSt()
- 
unsetStpublic void unsetSt()
- 
getStateOrProvinceNameGets the value of the stateOrProvinceName property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the stateOrProvinceName property.For example, to add a new item, do as follows: getStateOrProvinceName().add(newItem); Objects of the following type(s) are allowed in the list String
- 
isSetStateOrProvinceNamepublic boolean isSetStateOrProvinceName()
- 
unsetStateOrProvinceNamepublic void unsetStateOrProvinceName()
- 
getStreetGets the value of the street property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the street property.For example, to add a new item, do as follows: getStreet().add(newItem); Objects of the following type(s) are allowed in the list String
- 
isSetStreetpublic boolean isSetStreet()
- 
unsetStreetpublic void unsetStreet()
- 
getPostalCodeGets the value of the postalCode property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the postalCode property.For example, to add a new item, do as follows: getPostalCode().add(newItem); Objects of the following type(s) are allowed in the list String
- 
isSetPostalCodepublic boolean isSetPostalCode()
- 
unsetPostalCodepublic void unsetPostalCode()
- 
getBusinessAddressGets the value of the businessAddress property.- Returns:
- possible object is AddressType
 
- 
setBusinessAddressSets the value of the businessAddress property.- Parameters:
- value- allowed object is- AddressType
 
- 
isSetBusinessAddresspublic boolean isSetBusinessAddress()
- 
getDescriptionGets the value of the description property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the description property.For example, to add a new item, do as follows: getDescription().add(newItem); Objects of the following type(s) are allowed in the list String
- 
isSetDescriptionpublic boolean isSetDescription()
- 
unsetDescriptionpublic void unsetDescription()
- 
getBusinessCategoryGets the value of the businessCategory property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the businessCategory property.For example, to add a new item, do as follows: getBusinessCategory().add(newItem); Objects of the following type(s) are allowed in the list String
- 
isSetBusinessCategorypublic boolean isSetBusinessCategory()
- 
unsetBusinessCategorypublic void unsetBusinessCategory()
- 
getSeeAlsoGets the value of the seeAlso property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the seeAlso property.For example, to add a new item, do as follows: getSeeAlso().add(newItem); Objects of the following type(s) are allowed in the list String
- 
isSetSeeAlsopublic boolean isSetSeeAlso()
- 
unsetSeeAlsopublic void unsetSeeAlso()
- 
getDescription copied from class:EntityGets the value of the requested property
- 
isSetDescription copied from class:EntityReturns true if the requested property is set; false, otherwise.
- 
setDescription copied from class:EntitySets the value of the provided property to the provided value.
- 
unsetDescription copied from class:EntitySets the value of provided property to null.
- 
getTypeNameDescription copied from class:EntityGets the name of this model object, Entity- Overrides:
- getTypeNamein class- Party
- Returns:
- returned object is String
 
- 
getPropertyNames
- 
getDataTypeDescription copied from class:EntityGets the Java type of the value of the provided property. For example: String, List- Overrides:
- getDataTypein class- Party
- Parameters:
- propName- allowed object is- String
- Returns:
- returned object is String
 
- 
getSuperTypesDescription copied from class:EntityGets a list of any model objects which this model object, Entity, is an extension of.- Overrides:
- getSuperTypesin class- Party
- Returns:
- returned object is ArrayList
 
- 
isSubTypeDescription copied from class:EntityReturns a true if the provided model object is one that this model object extends; false, otherwise.
- 
getSubTypes
- 
toStringDescription copied from class:EntityReturns this model object, Entity, and its contents as a String
- 
isMultiValuedPropertyDescription copied from class:EntityReturn whether the specified property is a multi-valued property and capable of holding multiple values.- Overrides:
- isMultiValuedPropertyin class- RolePlayer
- Parameters:
- propName- The property name to check.
- Returns:
- True if the property is multi-value, false otherwise.
 
 
-