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 Details

    • DocumentIdentification

      public DocumentIdentification()
      Default constructor
      Note: automatically created by ph-jaxb-plugin -Xph-value-extender
  • Method Details

    • getStandard

      public @Nullable String getStandard()
      Gets the value of the standard property.
      Returns:
      possible object is String
    • setStandard

      public void setStandard(@Nullable String value)
      Sets the value of the standard property.
      Parameters:
      value - allowed object is String
    • getTypeVersion

      public @Nullable String getTypeVersion()
      Gets the value of the typeVersion property.
      Returns:
      possible object is String
    • setTypeVersion

      public void setTypeVersion(@Nullable String value)
      Sets the value of the typeVersion property.
      Parameters:
      value - allowed object is String
    • getInstanceIdentifier

      public @Nullable String getInstanceIdentifier()
      Gets the value of the instanceIdentifier property.
      Returns:
      possible object is String
    • setInstanceIdentifier

      public void setInstanceIdentifier(@Nullable String value)
      Sets the value of the instanceIdentifier property.
      Parameters:
      value - allowed object is String
    • getType

      public @Nullable String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(@Nullable String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • isMultipleType

      public Boolean isMultipleType()
      Gets the value of the multipleType property.
      Returns:
      possible object is Boolean
    • setMultipleType

      public void setMultipleType(@Nullable Boolean value)
      Sets the value of the multipleType property.
      Parameters:
      value - allowed object is Boolean
    • 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 is String
    • equals

      public boolean equals(Object o)
      Created by ph-jaxb-plugin -Xph-equalshashcode
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Created by ph-jaxb-plugin -Xph-equalshashcode
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Created by ph-jaxb-plugin -Xph-tostring
      Overrides:
      toString in class Object
    • cloneTo

      public void cloneTo(DocumentIdentification ret)
      This method clones all values from this to 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 be null.
    • clone

      @ReturnsMutableCopy public DocumentIdentification clone()
      Created by ph-jaxb-plugin -Xph-cloneable2
      Specified by:
      clone in interface com.helger.base.lang.IExplicitlyCloneable
      Overrides:
      clone in class Object
      Returns:
      The cloned object. Never null.
    • getCreationDateAndTimeLocal

      public @Nullable LocalDateTime getCreationDateAndTimeLocal()
      Created by ph-jaxb-plugin -Xph-offset-dt-extension
      Returns:
      The LocalDateTime representation of creationDateAndTime. May be null.
    • setCreationDateAndTime

      public void setCreationDateAndTime(@Nullable LocalDateTime aValue)
      Created by ph-jaxb-plugin -Xph-offset-dt-extension
      Parameters:
      aValue - The LocalDateTime to set. May be null.