public class OrgContainer extends Party
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 and Description |
---|
OrgContainer() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(java.lang.String propName)
Gets the value of the requested property
|
AddressType |
getBusinessAddress()
Gets the value of the businessAddress property.
|
java.util.List<java.lang.String> |
getBusinessCategory()
Gets the value of the businessCategory property.
|
java.lang.String |
getCn()
Gets the value of the cn property.
|
java.lang.String |
getDataType(java.lang.String propName)
Gets the Java type of the value of the provided property.
|
java.lang.String |
getDc()
Gets the value of the dc property.
|
java.util.List<java.lang.String> |
getDescription()
Gets the value of the description property.
|
java.util.List<java.lang.String> |
getFacsimileTelephoneNumber()
Gets the value of the facsimileTelephoneNumber property.
|
java.util.List<java.lang.String> |
getL()
Gets the value of the l property.
|
java.util.List<java.lang.String> |
getLocalityName()
Gets the value of the localityName property.
|
java.lang.String |
getO()
Gets the value of the o property.
|
java.lang.String |
getOu()
Gets the value of the ou property.
|
java.util.List<java.lang.String> |
getPostalAddress()
Gets the value of the postalAddress property.
|
java.util.List<java.lang.String> |
getPostalCode()
Gets the value of the postalCode property.
|
static java.util.List |
getPropertyNames(java.lang.String entityTypeName) |
java.util.List<java.lang.String> |
getSeeAlso()
Gets the value of the seeAlso property.
|
java.util.List<java.lang.String> |
getSt()
Gets the value of the st property.
|
java.util.List<java.lang.String> |
getStateOrProvinceName()
Gets the value of the stateOrProvinceName property.
|
java.util.List<java.lang.String> |
getStreet()
Gets the value of the street property.
|
static java.util.HashSet |
getSubTypes() |
java.util.ArrayList |
getSuperTypes()
Gets a list of any model objects which this model object, Entity, is
an extension of.
|
java.util.List<java.lang.String> |
getTelephoneNumber()
Gets the value of the telephoneNumber property.
|
java.lang.String |
getTypeName()
Gets the name of this model object, Entity
|
boolean |
isSet(java.lang.String propName)
Returns true if the requested property is set; false, otherwise.
|
boolean |
isSetBusinessAddress() |
boolean |
isSetBusinessCategory() |
boolean |
isSetCn() |
boolean |
isSetDc() |
boolean |
isSetDescription() |
boolean |
isSetFacsimileTelephoneNumber() |
boolean |
isSetL() |
boolean |
isSetLocalityName() |
boolean |
isSetO() |
boolean |
isSetOu() |
boolean |
isSetPostalAddress() |
boolean |
isSetPostalCode() |
boolean |
isSetSeeAlso() |
boolean |
isSetSt() |
boolean |
isSetStateOrProvinceName() |
boolean |
isSetStreet() |
boolean |
isSetTelephoneNumber() |
boolean |
isSubType(java.lang.String superTypeName)
Returns a true if the provided model object is one that this
model object extends; false, otherwise.
|
void |
set(java.lang.String propName,
java.lang.Object value)
Sets the value of the provided property to the provided value.
|
void |
setBusinessAddress(AddressType value)
Sets the value of the businessAddress property.
|
void |
setCn(java.lang.String value)
Sets the value of the cn property.
|
void |
setDc(java.lang.String value)
Sets the value of the dc property.
|
void |
setO(java.lang.String value)
Sets the value of the o property.
|
void |
setOu(java.lang.String value)
Sets the value of the ou property.
|
java.lang.String |
toString()
Returns this model object, Entity, and its contents as a String
|
void |
unset(java.lang.String propName)
Sets the value of provided property to null.
|
void |
unsetBusinessCategory() |
void |
unsetDescription() |
void |
unsetFacsimileTelephoneNumber() |
void |
unsetL() |
void |
unsetLocalityName() |
void |
unsetPostalAddress() |
void |
unsetPostalCode() |
void |
unsetSeeAlso() |
void |
unsetSt() |
void |
unsetStateOrProvinceName() |
void |
unsetStreet() |
void |
unsetTelephoneNumber() |
isMandatory, isPersistentProperty
getPartyRoles, isSetPartyRoles, unsetPartyRoles
getChangeType, 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
public java.lang.String getO()
String
public void setO(java.lang.String value)
value
- allowed object is String
public boolean isSetO()
public java.lang.String getOu()
String
public void setOu(java.lang.String value)
value
- allowed object is String
public boolean isSetOu()
public java.lang.String getDc()
String
public void setDc(java.lang.String value)
value
- allowed object is String
public boolean isSetDc()
public java.lang.String getCn()
String
public void setCn(java.lang.String value)
value
- allowed object is String
public boolean isSetCn()
public java.util.List<java.lang.String> getTelephoneNumber()
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 set
method 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
public boolean isSetTelephoneNumber()
public void unsetTelephoneNumber()
public java.util.List<java.lang.String> getFacsimileTelephoneNumber()
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 set
method 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
public boolean isSetFacsimileTelephoneNumber()
public void unsetFacsimileTelephoneNumber()
public java.util.List<java.lang.String> getPostalAddress()
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 set
method 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
public boolean isSetPostalAddress()
public void unsetPostalAddress()
public java.util.List<java.lang.String> getL()
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 set
method 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
public boolean isSetL()
public void unsetL()
public java.util.List<java.lang.String> getLocalityName()
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 set
method 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
public boolean isSetLocalityName()
public void unsetLocalityName()
public java.util.List<java.lang.String> getSt()
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 set
method 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
public boolean isSetSt()
public void unsetSt()
public java.util.List<java.lang.String> getStateOrProvinceName()
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 set
method 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
public boolean isSetStateOrProvinceName()
public void unsetStateOrProvinceName()
public java.util.List<java.lang.String> getStreet()
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 set
method 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
public boolean isSetStreet()
public void unsetStreet()
public java.util.List<java.lang.String> getPostalCode()
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 set
method 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
public boolean isSetPostalCode()
public void unsetPostalCode()
public AddressType getBusinessAddress()
AddressType
public void setBusinessAddress(AddressType value)
value
- allowed object is AddressType
public boolean isSetBusinessAddress()
public java.util.List<java.lang.String> getDescription()
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 set
method 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
public boolean isSetDescription()
public void unsetDescription()
public java.util.List<java.lang.String> getBusinessCategory()
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 set
method 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
public boolean isSetBusinessCategory()
public void unsetBusinessCategory()
public java.util.List<java.lang.String> getSeeAlso()
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 set
method 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
public boolean isSetSeeAlso()
public void unsetSeeAlso()
public java.lang.Object get(java.lang.String propName)
Entity
public boolean isSet(java.lang.String propName)
Entity
public void set(java.lang.String propName, java.lang.Object value)
Entity
public void unset(java.lang.String propName)
Entity
public java.lang.String getTypeName()
Entity
getTypeName
in class Party
String
public static java.util.List getPropertyNames(java.lang.String entityTypeName)
public java.lang.String getDataType(java.lang.String propName)
Entity
getDataType
in class Party
propName
- allowed object is String
String
public java.util.ArrayList getSuperTypes()
Entity
getSuperTypes
in class Party
ArrayList
public boolean isSubType(java.lang.String superTypeName)
Entity
public static java.util.HashSet getSubTypes()