@CodingStyleguideUnaware public class DocumentMetadataType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
DocumentMetadataType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
DocumentMetadataType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DocumentMetadataType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
DocumentTypeCodeType |
getDocumentTypeCode()
<pre>
<?
|
String |
getDocumentTypeCodeValue()
Get the value of the contained DocumentTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
FormatIDType |
getFormatID()
<pre>
<?
|
String |
getFormatIDValue()
Get the value of the contained FormatIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SchemaURIType |
getSchemaURI()
<pre>
<?
|
String |
getSchemaURIValue()
Get the value of the contained SchemaURIType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
VersionIDType |
getVersionID()
<pre>
<?
|
String |
getVersionIDValue()
Get the value of the contained VersionIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setDocumentTypeCode(DocumentTypeCodeType value)
Sets the value of the documentTypeCode property.
|
DocumentTypeCodeType |
setDocumentTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setFormatID(FormatIDType value)
Sets the value of the formatID property.
|
FormatIDType |
setFormatID(String valueParam)
Special setter with value of type String<br>
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<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSchemaURI(SchemaURIType value)
Sets the value of the schemaURI property.
|
SchemaURIType |
setSchemaURI(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
VersionIDType |
setVersionID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setVersionID(VersionIDType value)
Sets the value of the versionID property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DocumentMetadataType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public FormatIDType getFormatID()
FormatIDTypepublic void setFormatID(@Nullable FormatIDType value)
value - allowed object is
FormatIDType@Nullable public VersionIDType getVersionID()
VersionIDTypepublic void setVersionID(@Nullable VersionIDType value)
value - allowed object is
VersionIDType@Nullable public SchemaURIType getSchemaURI()
SchemaURITypepublic void setSchemaURI(@Nullable SchemaURIType value)
value - allowed object is
SchemaURIType@Nullable public DocumentTypeCodeType getDocumentTypeCode()
DocumentTypeCodeTypepublic void setDocumentTypeCode(@Nullable DocumentTypeCodeType value)
value - allowed object is
DocumentTypeCodeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull DocumentMetadataType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public DocumentMetadataType clone()
@Nonnull public DocumentTypeCodeType setDocumentTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public FormatIDType setFormatID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public VersionIDType setVersionID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SchemaURIType setSchemaURI(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getFormatIDValue()
@Nullable public String getVersionIDValue()
@Nullable public String getSchemaURIValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.