@CodingStyleguideUnaware public class FormalOrganizationType extends OrganizationType
Java class for FormalOrganizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormalOrganizationType">
<complexContent>
<extension base="{https://semic.org/sa/cv/cagv/agent-2.0.0#}OrganizationType">
<sequence>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}taxIdentifier" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}formalName" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}formalLocation" minOccurs="0"/>
</sequence>
</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 |
|---|
FormalOrganizationType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addFormalName(NameType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
FormalOrganizationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(FormalOrganizationType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
LocationType |
getFormalLocation()
Gets the value of the formalLocation property.
|
List<NameType> |
getFormalName()
Gets the value of the formalName property.
|
NameType |
getFormalNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getFormalNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getTaxIdentifier()
Gets the value of the taxIdentifier property.
|
String |
getTaxIdentifierValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
boolean |
hasFormalNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoFormalNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setFormalLocation(LocationType value)
Sets the value of the formalLocation property.
|
void |
setFormalName(List<NameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTaxIdentifier(IDType value)
Sets the value of the taxIdentifier property.
|
IDType |
setTaxIdentifier(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
addAltLabel, addPrefLabel, cloneTo, getAltLabel, getAltLabelAtIndex, getAltLabelCount, getPrefLabel, getPrefLabelAtIndex, getPrefLabelCount, hasAltLabelEntries, hasNoAltLabelEntries, hasNoPrefLabelEntries, hasPrefLabelEntries, setAltLabel, setPrefLabeladdId, addLocation, addName, addRoleOf, cloneTo, getAlias, getAliasValue, getDefaultContactPoint, getId, getIdAtIndex, getIdCount, getLocation, getLocationAtIndex, getLocationCount, getName, getNameAtIndex, getNameCount, getRoleOf, getRoleOfAtIndex, getRoleOfCount, getVersionIdAttr, hasIdEntries, hasLocationEntries, hasNameEntries, hasNoIdEntries, hasNoLocationEntries, hasNoNameEntries, hasNoRoleOfEntries, hasRoleOfEntries, setAlias, setAlias, setDefaultContactPoint, setId, setLocation, setName, setRoleOf, setVersionIdAttrcloneTopublic FormalOrganizationType()
@Nullable public IDType getTaxIdentifier()
IDTypepublic void setTaxIdentifier(@Nullable IDType value)
value - allowed object is
IDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NameType> getFormalName()
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 formalName property.
For example, to add a new item, do as follows:
getFormalName().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
@Nullable public LocationType getFormalLocation()
LocationTypepublic void setFormalLocation(@Nullable LocationType value)
value - allowed object is
LocationTypepublic boolean equals(Object o)
equals in class OrganizationTypepublic int hashCode()
hashCode in class OrganizationTypepublic String toString()
toString in class OrganizationTypepublic void setFormalName(@Nullable List<NameType> aList)
aList - The new list member to set. May be null.public boolean hasFormalNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoFormalNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getFormalNameCount()
@Nullable public NameType getFormalNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addFormalName(@Nonnull NameType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull FormalOrganizationType 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 FormalOrganizationType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class OrganizationTypenull.@Nonnull public IDType setTaxIdentifier(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2020 toop.eu. All rights reserved.