Package org.unece.cefact.namespaces.sbdh
Class DocumentIdentification
java.lang.Object
org.unece.cefact.namespaces.sbdh.DocumentIdentification
- All Implemented Interfaces:
com.helger.base.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware
public class DocumentIdentification
extends Object
implements Serializable, com.helger.base.lang.IExplicitlyCloneable
Java class for DocumentIdentification complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Standard" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TypeVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="InstanceIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MultipleType" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CreationDateAndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb-plugin -Xph-annotate
This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb-plugin -Xph-tostring
This class contains methods created by ph-jaxb-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb-plugin -Xph-value-extender
This class contains methods created by ph-jaxb-plugin -Xph-offset-dt-extension
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender -
Method Summary
Modifier and TypeMethodDescriptionclone()Created by ph-jaxb-plugin -Xph-cloneable2voidThis method clones all values fromthisto the passed object.booleanCreated by ph-jaxb-plugin -Xph-equalshashcode@Nullable com.helger.datetime.xml.XMLOffsetDateTimeGets the value of the creationDateAndTime property.@Nullable LocalDateTimeCreated by ph-jaxb-plugin -Xph-offset-dt-extension@Nullable StringGets the value of the instanceIdentifier property.@Nullable StringGets the value of the standard property.@Nullable StringgetType()Gets the value of the type property.@Nullable StringGets the value of the typeVersion property.inthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodeGets the value of the multipleType property.voidsetCreationDateAndTime(@Nullable com.helger.datetime.xml.XMLOffsetDateTime value) Sets the value of the creationDateAndTime property.voidsetCreationDateAndTime(@Nullable LocalDateTime aValue) Created by ph-jaxb-plugin -Xph-offset-dt-extensionvoidsetInstanceIdentifier(@Nullable String value) Sets the value of the instanceIdentifier property.voidsetMultipleType(@Nullable Boolean value) Sets the value of the multipleType property.voidsetStandard(@Nullable String value) Sets the value of the standard property.voidSets the value of the type property.voidsetTypeVersion(@Nullable String value) Sets the value of the typeVersion property.toString()Created by ph-jaxb-plugin -Xph-tostring
-
Constructor Details
-
DocumentIdentification
public DocumentIdentification()Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
-
-
Method Details
-
getStandard
Gets the value of the standard property.- Returns:
- possible object is
String
-
setStandard
Sets the value of the standard property.- Parameters:
value- allowed object isString
-
getTypeVersion
Gets the value of the typeVersion property.- Returns:
- possible object is
String
-
setTypeVersion
Sets the value of the typeVersion property.- Parameters:
value- allowed object isString
-
getInstanceIdentifier
Gets the value of the instanceIdentifier property.- Returns:
- possible object is
String
-
setInstanceIdentifier
Sets the value of the instanceIdentifier property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
isMultipleType
Gets the value of the multipleType property.- Returns:
- possible object is
Boolean
-
setMultipleType
Sets the value of the multipleType property.- Parameters:
value- allowed object isBoolean
-
getCreationDateAndTime
public @Nullable com.helger.datetime.xml.XMLOffsetDateTime getCreationDateAndTime()Gets the value of the creationDateAndTime property.- Returns:
- possible object is
String
-
setCreationDateAndTime
public void setCreationDateAndTime(@Nullable com.helger.datetime.xml.XMLOffsetDateTime value) Sets the value of the creationDateAndTime property.- Parameters:
value- allowed object isString
-
equals
Created by ph-jaxb-plugin -Xph-equalshashcode -
hashCode
public int hashCode()Created by ph-jaxb-plugin -Xph-equalshashcode -
toString
Created by ph-jaxb-plugin -Xph-tostring -
cloneTo
This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
Created by ph-jaxb-plugin -Xph-cloneable2 -
getCreationDateAndTimeLocal
Created by ph-jaxb-plugin -Xph-offset-dt-extension- Returns:
- The LocalDateTime representation of creationDateAndTime. May be
null.
-
setCreationDateAndTime
Created by ph-jaxb-plugin -Xph-offset-dt-extension- Parameters:
aValue- The LocalDateTime to set. May benull.
-