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  List<PostalAddressType> address
           
protected  List<EmailAddressType> emailAddress
           
protected  String parent
           
protected  String primaryContact
           
protected  List<TelephoneNumberType> telephoneNumber
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
classification, description, externalIdentifier, lid, name, objectType, status, versionInfo
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
home, id, slot
 
Constructor Summary
OrganizationType()
           
 
Method Summary
 List<PostalAddressType> getAddress()
          Gets the value of the address property.
 List<EmailAddressType> getEmailAddress()
          Gets the value of the emailAddress property.
 String getParent()
          Gets the value of the parent property.
 String getPrimaryContact()
          Gets the value of the primaryContact property.
 List<TelephoneNumberType> getTelephoneNumber()
          Gets the value of the telephoneNumber property.
 void setParent(String value)
          Sets the value of the parent property.
 void setPrimaryContact(String value)
          Sets the value of the primaryContact property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
getClassification, getDescription, getExternalIdentifier, 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, getSlot, setHome, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

protected List<PostalAddressType> address

telephoneNumber

protected List<TelephoneNumberType> telephoneNumber

emailAddress

protected List<EmailAddressType> emailAddress

parent

protected String parent

primaryContact

protected String primaryContact
Constructor Detail

OrganizationType

public OrganizationType()
Method Detail

getAddress

public List<PostalAddressType> getAddress()
Gets the value of the address 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 address property.

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

    getAddress().add(newItem);
 

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


getTelephoneNumber

public List<TelephoneNumberType> getTelephoneNumber()
Gets 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 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 TelephoneNumberType


getEmailAddress

public List<EmailAddressType> getEmailAddress()
Gets the value of the emailAddress 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 emailAddress property.

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

    getEmailAddress().add(newItem);
 

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


getParent

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

Returns:
possible object is String

setParent

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

Parameters:
value - allowed object is String

getPrimaryContact

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

Returns:
possible object is String

setPrimaryContact

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

Parameters:
value - allowed object is String


Copyright © 2010-2011. All Rights Reserved.