|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.unece.cefact.namespaces.standardbusinessdocumentheader.CorrelationInformation
public class CorrelationInformation
Java class for CorrelationInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CorrelationInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RequestingDocumentCreationDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="RequestingDocumentInstanceIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ExpectedResponseDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected org.joda.time.DateTime |
expectedResponseDateTime
|
protected org.joda.time.DateTime |
requestingDocumentCreationDateTime
|
protected String |
requestingDocumentInstanceIdentifier
|
| Constructor Summary | |
|---|---|
CorrelationInformation()
Default no-arg constructor |
|
CorrelationInformation(org.joda.time.DateTime requestingDocumentCreationDateTime,
String requestingDocumentInstanceIdentifier,
org.joda.time.DateTime expectedResponseDateTime)
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 |
getExpectedResponseDateTime()
Gets the value of the expectedResponseDateTime property. |
org.joda.time.DateTime |
getRequestingDocumentCreationDateTime()
Gets the value of the requestingDocumentCreationDateTime property. |
String |
getRequestingDocumentInstanceIdentifier()
Gets the value of the requestingDocumentInstanceIdentifier property. |
void |
setExpectedResponseDateTime(org.joda.time.DateTime value)
Sets the value of the expectedResponseDateTime property. |
void |
setRequestingDocumentCreationDateTime(org.joda.time.DateTime value)
Sets the value of the requestingDocumentCreationDateTime property. |
void |
setRequestingDocumentInstanceIdentifier(String value)
Sets the value of the requestingDocumentInstanceIdentifier property. |
String |
toString()
|
CorrelationInformation |
withExpectedResponseDateTime(org.joda.time.DateTime value)
|
CorrelationInformation |
withRequestingDocumentCreationDateTime(org.joda.time.DateTime value)
|
CorrelationInformation |
withRequestingDocumentInstanceIdentifier(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected org.joda.time.DateTime requestingDocumentCreationDateTime
protected String requestingDocumentInstanceIdentifier
protected org.joda.time.DateTime expectedResponseDateTime
| Constructor Detail |
|---|
public CorrelationInformation()
public CorrelationInformation(org.joda.time.DateTime requestingDocumentCreationDateTime,
String requestingDocumentInstanceIdentifier,
org.joda.time.DateTime expectedResponseDateTime)
| Method Detail |
|---|
public org.joda.time.DateTime getRequestingDocumentCreationDateTime()
Stringpublic void setRequestingDocumentCreationDateTime(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getRequestingDocumentInstanceIdentifier()
Stringpublic void setRequestingDocumentInstanceIdentifier(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getExpectedResponseDateTime()
Stringpublic void setExpectedResponseDateTime(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String toString()
toString in class Object
public 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.ToString
public 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 CorrelationInformation withRequestingDocumentCreationDateTime(org.joda.time.DateTime value)
public CorrelationInformation withRequestingDocumentInstanceIdentifier(String value)
public CorrelationInformation withExpectedResponseDateTime(org.joda.time.DateTime value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||