public class DocumentIdentification
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, 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>
| Modifier and Type | Field and Description |
|---|---|
protected org.joda.time.DateTime |
creationDateAndTime |
protected java.lang.String |
instanceIdentifier |
protected java.lang.Boolean |
multipleType |
protected java.lang.String |
standard |
protected java.lang.String |
type |
protected java.lang.String |
typeVersion |
| Constructor and Description |
|---|
DocumentIdentification()
Default no-arg constructor
|
DocumentIdentification(java.lang.String standard,
java.lang.String typeVersion,
java.lang.String instanceIdentifier,
java.lang.String type,
java.lang.Boolean multipleType,
org.joda.time.DateTime creationDateAndTime)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
org.joda.time.DateTime |
getCreationDateAndTime()
Gets the value of the creationDateAndTime property.
|
java.lang.String |
getInstanceIdentifier()
Gets the value of the instanceIdentifier property.
|
java.lang.Boolean |
getMultipleType()
Gets the value of the multipleType property.
|
java.lang.String |
getStandard()
Gets the value of the standard property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.String |
getTypeVersion()
Gets the value of the typeVersion property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCreationDateAndTime(org.joda.time.DateTime value)
Sets the value of the creationDateAndTime property.
|
void |
setInstanceIdentifier(java.lang.String value)
Sets the value of the instanceIdentifier property.
|
void |
setMultipleType(java.lang.Boolean value)
Sets the value of the multipleType property.
|
void |
setStandard(java.lang.String value)
Sets the value of the standard property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setTypeVersion(java.lang.String value)
Sets the value of the typeVersion property.
|
java.lang.String |
toString() |
DocumentIdentification |
withCreationDateAndTime(org.joda.time.DateTime value) |
DocumentIdentification |
withInstanceIdentifier(java.lang.String value) |
DocumentIdentification |
withMultipleType(java.lang.Boolean value) |
DocumentIdentification |
withStandard(java.lang.String value) |
DocumentIdentification |
withType(java.lang.String value) |
DocumentIdentification |
withTypeVersion(java.lang.String value) |
protected java.lang.String standard
protected java.lang.String typeVersion
protected java.lang.String instanceIdentifier
protected java.lang.String type
protected java.lang.Boolean multipleType
protected org.joda.time.DateTime creationDateAndTime
public DocumentIdentification()
public DocumentIdentification(java.lang.String standard,
java.lang.String typeVersion,
java.lang.String instanceIdentifier,
java.lang.String type,
java.lang.Boolean multipleType,
org.joda.time.DateTime creationDateAndTime)
public java.lang.String getStandard()
Stringpublic void setStandard(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTypeVersion()
Stringpublic void setTypeVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInstanceIdentifier()
Stringpublic void setInstanceIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getMultipleType()
Booleanpublic void setMultipleType(java.lang.Boolean value)
value - allowed object is
Booleanpublic org.joda.time.DateTime getCreationDateAndTime()
Stringpublic void setCreationDateAndTime(org.joda.time.DateTime value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Objectpublic DocumentIdentification withStandard(java.lang.String value)
public DocumentIdentification withTypeVersion(java.lang.String value)
public DocumentIdentification withInstanceIdentifier(java.lang.String value)
public DocumentIdentification withType(java.lang.String value)
public DocumentIdentification withMultipleType(java.lang.Boolean value)
public DocumentIdentification withCreationDateAndTime(org.joda.time.DateTime value)
Copyright © 2014 Digipost Open Source. All Rights Reserved.