@CodingStyleguideUnaware public class OrganizationType extends PartyType
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:4.0}PartyType">
<sequence>
<element name="Organization" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}OrganizationType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="primaryContact" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}objectReferenceType" />
</extension>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
OrganizationType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addOrganization(OrganizationType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
OrganizationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(OrganizationType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<OrganizationType> |
getOrganization()
Gets the value of the organization property.
|
OrganizationType |
getOrganizationAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getOrganizationCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getPrimaryContact()
Gets the value of the primaryContact property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoOrganizationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasOrganizationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setOrganization(List<OrganizationType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPrimaryContact(String value)
Sets the value of the primaryContact property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
addEmailAddress, addPostalAddress, addTelephoneNumber, cloneTo, getEmailAddress, getEmailAddressAtIndex, getEmailAddressCount, getPostalAddress, getPostalAddressAtIndex, getPostalAddressCount, getTelephoneNumber, getTelephoneNumberAtIndex, getTelephoneNumberCount, hasEmailAddressEntries, hasNoEmailAddressEntries, hasNoPostalAddressEntries, hasNoTelephoneNumberEntries, hasPostalAddressEntries, hasTelephoneNumberEntries, setEmailAddress, setPostalAddress, setTelephoneNumberaddClassification, addExternalIdentifier, addExternalLink, cloneTo, getClassification, getClassificationAtIndex, getClassificationCount, getDescription, getExternalIdentifier, getExternalIdentifierAtIndex, getExternalIdentifierCount, getExternalLink, getExternalLinkAtIndex, getExternalLinkCount, getLid, getName, getObjectType, getOwner, getStatus, getVersionInfo, hasClassificationEntries, hasExternalIdentifierEntries, hasExternalLinkEntries, hasNoClassificationEntries, hasNoExternalIdentifierEntries, hasNoExternalLinkEntries, setClassification, setDescription, setExternalIdentifier, setExternalLink, setLid, setName, setObjectType, setOwner, setStatus, setVersionInfocloneTo, getId, setIdaddSlot, cloneTo, getSlot, getSlotAtIndex, getSlotCount, hasNoSlotEntries, hasSlotEntries, setSlotpublic OrganizationType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<OrganizationType> getOrganization()
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 organization property.
For example, to add a new item, do as follows:
getOrganization().add(newItem);
Objects of the following type(s) are allowed in the list
OrganizationType
@Nullable public String getPrimaryContact()
Stringpublic void setPrimaryContact(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setOrganization(@Nullable List<OrganizationType> aList)
aList - The new list member to set. May be null.public boolean hasOrganizationEntries()
true if at least one item is contained, false otherwise.public boolean hasNoOrganizationEntries()
true if no item is contained, false otherwise.@Nonnegative public int getOrganizationCount()
@Nullable public OrganizationType getOrganizationAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addOrganization(@Nonnull OrganizationType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull OrganizationType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public OrganizationType clone()
Copyright © 2020 TOOP. All rights reserved.