@CodingStyleguideUnaware public class RegisteredOrganizationType extends FormalOrganizationType
Java class for RegisteredOrganizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegisteredOrganizationType">
<complexContent>
<extension base="{http://www.w3.org/ns/org#}FormalOrganizationType">
<sequence>
<element ref="{http://www.w3.org/ns/regorg#}LegalName"/>
</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
|
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 |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
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 |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
cloneTocloneTopublic RegisteredOrganizationType()
@Nullable public NameType getLegalName()
NameTypepublic void setLegalName(@Nullable NameType value)
value - allowed object is
NameTypepublic boolean equals(Object o)
equals in class FormalOrganizationTypepublic int hashCode()
hashCode in class FormalOrganizationTypepublic String toString()
toString in class FoafOrganizationTypepublic 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 FormalOrganizationTypenull.@Nonnull public NameType setLegalName(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2020 toop.eu. All rights reserved.