@CodingStyleguideUnaware public class ReferencedStandardType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for ReferencedStandardType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferencedStandardType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="VersionID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="ElementVersionID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="URIID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="PartID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="AgencyID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
</sequence>
</restriction>
</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 |
|---|
ReferencedStandardType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
ReferencedStandardType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ReferencedStandardType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
IDType |
getAgencyID()
Gets the value of the agencyID property.
|
String |
getAgencyIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getElementVersionID()
Gets the value of the elementVersionID property.
|
String |
getElementVersionIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getID()
Gets the value of the id property.
|
String |
getIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getPartID()
Gets the value of the partID property.
|
String |
getPartIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getURIID()
Gets the value of the uriid property.
|
String |
getURIIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getVersionID()
Gets the value of the versionID property.
|
String |
getVersionIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setAgencyID(IDType value)
Sets the value of the agencyID property.
|
IDType |
setAgencyID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setElementVersionID(IDType value)
Sets the value of the elementVersionID property.
|
IDType |
setElementVersionID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPartID(IDType value)
Sets the value of the partID property.
|
IDType |
setPartID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setURIID(IDType value)
Sets the value of the uriid property.
|
IDType |
setURIID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setVersionID(IDType value)
Sets the value of the versionID property.
|
IDType |
setVersionID(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
|
public ReferencedStandardType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public IDType getVersionID()
IDTypepublic void setVersionID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public IDType getElementVersionID()
IDTypepublic void setElementVersionID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public IDType getURIID()
IDTypepublic void setURIID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public IDType getPartID()
IDTypepublic void setPartID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public IDType getAgencyID()
IDTypepublic void setAgencyID(@Nullable IDType value)
value - allowed object is
IDTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull ReferencedStandardType 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 ReferencedStandardType clone()
@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setVersionID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setElementVersionID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setURIID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setPartID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setAgencyID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getIDValue()
null@Nullable public String getVersionIDValue()
null@Nullable public String getElementVersionIDValue()
null@Nullable public String getURIIDValue()
null@Nullable public String getPartIDValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.