org.unece.cefact.namespaces.standardbusinessdocumentheader
Class DocumentIdentification

java.lang.Object
  extended by org.unece.cefact.namespaces.standardbusinessdocumentheader.DocumentIdentification
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class DocumentIdentification
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

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>
 


Field Summary
protected  org.joda.time.DateTime creationDateAndTime
           
protected  String instanceIdentifier
           
protected  Boolean multipleType
           
protected  String standard
           
protected  String type
           
protected  String typeVersion
           
 
Constructor Summary
DocumentIdentification()
          Default no-arg constructor
DocumentIdentification(String standard, String typeVersion, String instanceIdentifier, String type, Boolean multipleType, org.joda.time.DateTime creationDateAndTime)
          Fully-initialising value constructor
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 org.joda.time.DateTime getCreationDateAndTime()
          Gets the value of the creationDateAndTime property.
 String getInstanceIdentifier()
          Gets the value of the instanceIdentifier property.
 Boolean getMultipleType()
          Gets the value of the multipleType property.
 String getStandard()
          Gets the value of the standard property.
 String getType()
          Gets the value of the type property.
 String getTypeVersion()
          Gets the value of the typeVersion property.
 void setCreationDateAndTime(org.joda.time.DateTime value)
          Sets the value of the creationDateAndTime property.
 void setInstanceIdentifier(String value)
          Sets the value of the instanceIdentifier property.
 void setMultipleType(Boolean value)
          Sets the value of the multipleType property.
 void setStandard(String value)
          Sets the value of the standard property.
 void setType(String value)
          Sets the value of the type property.
 void setTypeVersion(String value)
          Sets the value of the typeVersion property.
 String toString()
           
 DocumentIdentification withCreationDateAndTime(org.joda.time.DateTime value)
           
 DocumentIdentification withInstanceIdentifier(String value)
           
 DocumentIdentification withMultipleType(Boolean value)
           
 DocumentIdentification withStandard(String value)
           
 DocumentIdentification withType(String value)
           
 DocumentIdentification withTypeVersion(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

standard

protected String standard

typeVersion

protected String typeVersion

instanceIdentifier

protected String instanceIdentifier

type

protected String type

multipleType

protected Boolean multipleType

creationDateAndTime

protected org.joda.time.DateTime creationDateAndTime
Constructor Detail

DocumentIdentification

public DocumentIdentification()
Default no-arg constructor


DocumentIdentification

public DocumentIdentification(String standard,
                              String typeVersion,
                              String instanceIdentifier,
                              String type,
                              Boolean multipleType,
                              org.joda.time.DateTime creationDateAndTime)
Fully-initialising value constructor

Method Detail

getStandard

public String getStandard()
Gets the value of the standard property.

Returns:
possible object is String

setStandard

public void setStandard(String value)
Sets the value of the standard property.

Parameters:
value - allowed object is String

getTypeVersion

public String getTypeVersion()
Gets the value of the typeVersion property.

Returns:
possible object is String

setTypeVersion

public void setTypeVersion(String value)
Sets the value of the typeVersion property.

Parameters:
value - allowed object is String

getInstanceIdentifier

public String getInstanceIdentifier()
Gets the value of the instanceIdentifier property.

Returns:
possible object is String

setInstanceIdentifier

public void setInstanceIdentifier(String value)
Sets the value of the instanceIdentifier property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getMultipleType

public Boolean getMultipleType()
Gets the value of the multipleType property.

Returns:
possible object is Boolean

setMultipleType

public void setMultipleType(Boolean value)
Sets the value of the multipleType property.

Parameters:
value - allowed object is Boolean

getCreationDateAndTime

public org.joda.time.DateTime getCreationDateAndTime()
Gets the value of the creationDateAndTime property.

Returns:
possible object is String

setCreationDateAndTime

public void setCreationDateAndTime(org.joda.time.DateTime value)
Sets the value of the creationDateAndTime property.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withStandard

public DocumentIdentification withStandard(String value)

withTypeVersion

public DocumentIdentification withTypeVersion(String value)

withInstanceIdentifier

public DocumentIdentification withInstanceIdentifier(String value)

withType

public DocumentIdentification withType(String value)

withMultipleType

public DocumentIdentification withMultipleType(Boolean value)

withCreationDateAndTime

public DocumentIdentification withCreationDateAndTime(org.joda.time.DateTime value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.