com.ibm.websphere.wim.model
Interface OrgContainer

All Superinterfaces:
Entity, Party, RolePlayer

public interface OrgContainer
extends Party

A representation of the model object 'Org Container'.

The following features are supported:

See Also:
ModelPackage.getOrgContainer()
Model:
Generated:

Method Summary
 AddressType getBusinessAddress()
          Returns the value of the 'Business Address' containment reference.
 java.util.List getBusinessCategory()
          Returns the value of the 'Business Category' attribute list.
 java.lang.String getCn()
          Returns the value of the 'Cn' attribute.
 java.lang.String getDc()
          Returns the value of the 'Dc' attribute.
 java.util.List getDescription()
          Returns the value of the 'Description' attribute list.
 java.util.List getFacsimileTelephoneNumber()
          Returns the value of the 'Facsimile Telephone Number' attribute list.
 java.util.List getL()
          Returns the value of the 'L' attribute list.
 java.util.List getLocalityName()
          Returns the value of the 'Locality Name' attribute list.
 java.lang.String getO()
          Returns the value of the 'O' attribute.
 java.lang.String getOu()
          Returns the value of the 'Ou' attribute.
 java.util.List getPostalAddress()
          Returns the value of the 'Postal Address' attribute list.
 java.util.List getPostalCode()
          Returns the value of the 'Postal Code' attribute list.
 java.util.List getSeeAlso()
          Returns the value of the 'See Also' attribute list.
 java.util.List getSt()
          Returns the value of the 'St' attribute list.
 java.util.List getStateOrProvinceName()
          Returns the value of the 'State Or Province Name' attribute list.
 java.util.List getStreet()
          Returns the value of the 'Street' attribute list.
 java.util.List getTelephoneNumber()
          Returns the value of the 'Telephone Number' attribute list.
 void setBusinessAddress(AddressType value)
          Sets the value of the 'Business Address' containment reference.
 void setCn(java.lang.String value)
          Sets the value of the 'Cn' attribute.
 void setDc(java.lang.String value)
          Sets the value of the 'Dc' attribute.
 void setO(java.lang.String value)
          Sets the value of the 'O' attribute.
 void setOu(java.lang.String value)
          Sets the value of the 'Ou' attribute.
 
Methods inherited from interface com.ibm.websphere.wim.model.RolePlayer
getPartyRoles
 
Methods inherited from interface com.ibm.websphere.wim.model.Entity
getChangeType, getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getViewIdentifiers, setChangeType, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent
 

Method Detail

getO

java.lang.String getO()
Returns the value of the 'O' attribute.

See Also:
setO(String), ModelPackage.getOrgContainer_O()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'O' attribute.

setO

void setO(java.lang.String value)
Sets the value of the 'O' attribute.

Parameters:
value - the new value of the 'O' attribute.
See Also:
getO()
Generated:

getOu

java.lang.String getOu()
Returns the value of the 'Ou' attribute.

See Also:
setOu(String), ModelPackage.getOrgContainer_Ou()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Ou' attribute.

setOu

void setOu(java.lang.String value)
Sets the value of the 'Ou' attribute.

Parameters:
value - the new value of the 'Ou' attribute.
See Also:
getOu()
Generated:

getDc

java.lang.String getDc()
Returns the value of the 'Dc' attribute.

See Also:
setDc(String), ModelPackage.getOrgContainer_Dc()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Dc' attribute.

setDc

void setDc(java.lang.String value)
Sets the value of the 'Dc' attribute.

Parameters:
value - the new value of the 'Dc' attribute.
See Also:
getDc()
Generated:

getCn

java.lang.String getCn()
Returns the value of the 'Cn' attribute.

See Also:
setCn(String), ModelPackage.getOrgContainer_Cn()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Cn' attribute.

setCn

void setCn(java.lang.String value)
Sets the value of the 'Cn' attribute.

Parameters:
value - the new value of the 'Cn' attribute.
See Also:
getCn()
Generated:

getTelephoneNumber

java.util.List getTelephoneNumber()
Returns the value of the 'Telephone Number' attribute list. The list contents are of type String.

See Also:
ModelPackage.getOrgContainer_TelephoneNumber()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Telephone Number' attribute list.

getFacsimileTelephoneNumber

java.util.List getFacsimileTelephoneNumber()
Returns the value of the 'Facsimile Telephone Number' attribute list. The list contents are of type String.

See Also:
ModelPackage.getOrgContainer_FacsimileTelephoneNumber()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Facsimile Telephone Number' attribute list.

getPostalAddress

java.util.List getPostalAddress()
Returns the value of the 'Postal Address' attribute list. The list contents are of type String.

See Also:
ModelPackage.getOrgContainer_PostalAddress()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Postal Address' attribute list.

getL

java.util.List getL()
Returns the value of the 'L' attribute list. The list contents are of type String.

See Also:
ModelPackage.getOrgContainer_L()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'L' attribute list.

getLocalityName

java.util.List getLocalityName()
Returns the value of the 'Locality Name' attribute list. The list contents are of type String.

See Also:
ModelPackage.getOrgContainer_LocalityName()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Locality Name' attribute list.

getSt

java.util.List getSt()
Returns the value of the 'St' attribute list. The list contents are of type String.

See Also:
ModelPackage.getOrgContainer_St()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'St' attribute list.

getStateOrProvinceName

java.util.List getStateOrProvinceName()
Returns the value of the 'State Or Province Name' attribute list. The list contents are of type String.

See Also:
ModelPackage.getOrgContainer_StateOrProvinceName()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'State Or Province Name' attribute list.

getStreet

java.util.List getStreet()
Returns the value of the 'Street' attribute list. The list contents are of type String.

See Also:
ModelPackage.getOrgContainer_Street()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Street' attribute list.

getPostalCode

java.util.List getPostalCode()
Returns the value of the 'Postal Code' attribute list. The list contents are of type String.

See Also:
ModelPackage.getOrgContainer_PostalCode()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Postal Code' attribute list.

getBusinessAddress

AddressType getBusinessAddress()
Returns the value of the 'Business Address' containment reference.

See Also:
setBusinessAddress(AddressType), ModelPackage.getOrgContainer_BusinessAddress()
Model:
containment="true" resolveProxies="false"
Generated:
Return:
the value of the 'Business Address' containment reference.

setBusinessAddress

void setBusinessAddress(AddressType value)
Sets the value of the 'Business Address' containment reference.

Parameters:
value - the new value of the 'Business Address' containment reference.
See Also:
getBusinessAddress()
Generated:

getDescription

java.util.List getDescription()
Returns the value of the 'Description' attribute list. The list contents are of type String.

See Also:
ModelPackage.getOrgContainer_Description()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Description' attribute list.

getBusinessCategory

java.util.List getBusinessCategory()
Returns the value of the 'Business Category' attribute list. The list contents are of type String.

See Also:
ModelPackage.getOrgContainer_BusinessCategory()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Business Category' attribute list.

getSeeAlso

java.util.List getSeeAlso()
Returns the value of the 'See Also' attribute list. The list contents are of type String.

See Also:
ModelPackage.getOrgContainer_SeeAlso()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'See Also' attribute list.