@CodingStyleguideUnaware public class RegisteredOrganizationType extends OrganizationType
Java class for RegisteredOrganizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegisteredOrganizationType">
<complexContent>
<extension base="{https://semic.org/sa/cv/cagv/agent-2.0.0#}OrganizationType">
<sequence>
<element ref="{http://www.w3.org/ns/regorg#}LegalName" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}legalForm" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}registeredLocation" 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-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
RegisteredOrganizationType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
RegisteredOrganizationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(RegisteredOrganizationType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
CodeType |
getLegalForm()
Gets the value of the legalForm property.
|
String |
getLegalFormValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
NameType |
getLegalName()
Gets the value of the legalName property.
|
String |
getLegalNameValue()
Get the value of the contained NameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
LocationType |
getRegisteredLocation()
Gets the value of the registeredLocation property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setLegalForm(CodeType value)
Sets the value of the legalForm property.
|
CodeType |
setLegalForm(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLegalName(NameType value)
Sets the value of the legalName property.
|
NameType |
setLegalName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setRegisteredLocation(LocationType value)
Sets the value of the registeredLocation property.
|
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 RegisteredOrganizationType()
@Nullable public NameType getLegalName()
NameTypepublic void setLegalName(@Nullable NameType value)
value - allowed object is
NameType@Nullable public CodeType getLegalForm()
CodeTypepublic void setLegalForm(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public LocationType getRegisteredLocation()
LocationTypepublic void setRegisteredLocation(@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 cloneTo(@Nonnull RegisteredOrganizationType 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 RegisteredOrganizationType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class OrganizationTypenull.@Nonnull public CodeType setLegalForm(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public NameType setLegalName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getLegalNameValue()
nullCopyright © 2020 toop.eu. All rights reserved.