public class DocumentIdentification extends 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 String |
instanceIdentifier |
protected Boolean |
multipleType |
protected String |
standard |
protected String |
type |
protected String |
typeVersion |
| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy 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.
|
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(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) |
protected String standard
protected String typeVersion
protected String instanceIdentifier
protected String type
protected Boolean multipleType
protected org.joda.time.DateTime creationDateAndTime
public DocumentIdentification()
public String getStandard()
Stringpublic void setStandard(String value)
value - allowed object is
Stringpublic String getTypeVersion()
Stringpublic void setTypeVersion(String value)
value - allowed object is
Stringpublic String getInstanceIdentifier()
Stringpublic void setInstanceIdentifier(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Boolean getMultipleType()
Booleanpublic void setMultipleType(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 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, 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,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic 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 DocumentIdentification withStandard(String value)
public DocumentIdentification withTypeVersion(String value)
public DocumentIdentification withInstanceIdentifier(String value)
public DocumentIdentification withType(String value)
public DocumentIdentification withMultipleType(Boolean value)
public DocumentIdentification withCreationDateAndTime(org.joda.time.DateTime value)
Copyright © 2017 Digipost. All Rights Reserved.