oasis.names.tc.ebxml_regrep.xsd.rim._3
Class OrganizationType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
      extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
          extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.OrganizationType

public class OrganizationType
extends RegistryObjectType

Mapping of the same named interface in ebRIM.

Java class for OrganizationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OrganizationType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
       <sequence>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Address" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}TelephoneNumber" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}EmailAddress" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="parent" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
       <attribute name="primaryContact" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<PostalAddressType> addresses
           
protected  java.util.List<EmailAddress> emailAddresses
           
protected  java.lang.String parent
           
protected  java.lang.String primaryContact
           
protected  java.util.List<TelephoneNumber> telephoneNumbers
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
classifications, description, externalIdentifiers, lid, name, objectType, status, versionInfo
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
home, id, slots
 
Constructor Summary
OrganizationType()
           
 
Method Summary
 java.util.List<PostalAddressType> getAddresses()
          Gets the value of the addresses property.
 java.util.List<EmailAddress> getEmailAddresses()
          Gets the value of the emailAddresses property.
 java.lang.String getParent()
          Gets the value of the parent property.
 java.lang.String getPrimaryContact()
          Gets the value of the primaryContact property.
 java.util.List<TelephoneNumber> getTelephoneNumbers()
          Gets the value of the telephoneNumbers property.
 void setParent(java.lang.String value)
          Sets the value of the parent property.
 void setPrimaryContact(java.lang.String value)
          Sets the value of the primaryContact property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
getClassifications, getDescription, getExternalIdentifiers, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
getHome, getId, getSlots, setHome, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addresses

protected java.util.List<PostalAddressType> addresses

telephoneNumbers

protected java.util.List<TelephoneNumber> telephoneNumbers

emailAddresses

protected java.util.List<EmailAddress> emailAddresses

parent

protected java.lang.String parent

primaryContact

protected java.lang.String primaryContact
Constructor Detail

OrganizationType

public OrganizationType()
Method Detail

getAddresses

public java.util.List<PostalAddressType> getAddresses()
Gets the value of the addresses 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 set method for the addresses property.

For example, to add a new item, do as follows:

    getAddresses().add(newItem);
 

Objects of the following type(s) are allowed in the list PostalAddressType


getTelephoneNumbers

public java.util.List<TelephoneNumber> getTelephoneNumbers()
Gets the value of the telephoneNumbers 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 set method for the telephoneNumbers property.

For example, to add a new item, do as follows:

    getTelephoneNumbers().add(newItem);
 

Objects of the following type(s) are allowed in the list TelephoneNumber


getEmailAddresses

public java.util.List<EmailAddress> getEmailAddresses()
Gets the value of the emailAddresses 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 set method for the emailAddresses property.

For example, to add a new item, do as follows:

    getEmailAddresses().add(newItem);
 

Objects of the following type(s) are allowed in the list EmailAddress


getParent

public java.lang.String getParent()
Gets the value of the parent property.

Returns:
possible object is String

setParent

public void setParent(java.lang.String value)
Sets the value of the parent property.

Parameters:
value - allowed object is String

getPrimaryContact

public java.lang.String getPrimaryContact()
Gets the value of the primaryContact property.

Returns:
possible object is String

setPrimaryContact

public void setPrimaryContact(java.lang.String value)
Sets the value of the primaryContact property.

Parameters:
value - allowed object is String