Class OrganizationType
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
Modifier and TypeFieldDescriptionprotected List<PostalAddressType>
protected List<EmailAddressType>
protected String
protected String
protected List<TelephoneNumberType>
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectType
classification, description, externalIdentifier, lid, name, objectType, status, versionInfo
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.IdentifiableType
home, id, slot
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.Gets the value of the emailAddress property.Gets the value of the parent property.Gets the value of the primaryContact property.Gets the value of the telephoneNumber property.void
Sets the value of the parent property.void
setPrimaryContact
(String value) Sets the value of the primaryContact property.Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectType
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo
-
Field Details
-
address
-
telephoneNumber
-
emailAddress
-
parent
-
-
-
Constructor Details
-
OrganizationType
public OrganizationType()
-
-
Method Details
-
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
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
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
Gets the value of the parent property.- Returns:
- possible object is
String
-
setParent
Sets the value of the parent property.- Parameters:
value
- allowed object isString
-
getPrimaryContact
Gets the value of the primaryContact property.- Returns:
- possible object is
String
-
setPrimaryContact
Sets the value of the primaryContact property.- Parameters:
value
- allowed object isString
-