org.unece.cefact.namespaces.standardbusinessdocumentheader
Class CorrelationInformation

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

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

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

requestingDocumentCreationDateTime

protected org.joda.time.DateTime requestingDocumentCreationDateTime

requestingDocumentInstanceIdentifier

protected String requestingDocumentInstanceIdentifier

expectedResponseDateTime

protected org.joda.time.DateTime expectedResponseDateTime
Constructor Detail

CorrelationInformation

public CorrelationInformation()
Default no-arg constructor


CorrelationInformation

public CorrelationInformation(org.joda.time.DateTime requestingDocumentCreationDateTime,
                              String requestingDocumentInstanceIdentifier,
                              org.joda.time.DateTime expectedResponseDateTime)
Fully-initialising value constructor

Method Detail

getRequestingDocumentCreationDateTime

public org.joda.time.DateTime getRequestingDocumentCreationDateTime()
Gets the value of the requestingDocumentCreationDateTime property.

Returns:
possible object is String

setRequestingDocumentCreationDateTime

public void setRequestingDocumentCreationDateTime(org.joda.time.DateTime value)
Sets the value of the requestingDocumentCreationDateTime property.

Parameters:
value - allowed object is String

getRequestingDocumentInstanceIdentifier

public String getRequestingDocumentInstanceIdentifier()
Gets the value of the requestingDocumentInstanceIdentifier property.

Returns:
possible object is String

setRequestingDocumentInstanceIdentifier

public void setRequestingDocumentInstanceIdentifier(String value)
Sets the value of the requestingDocumentInstanceIdentifier property.

Parameters:
value - allowed object is String

getExpectedResponseDateTime

public org.joda.time.DateTime getExpectedResponseDateTime()
Gets the value of the expectedResponseDateTime property.

Returns:
possible object is String

setExpectedResponseDateTime

public void setExpectedResponseDateTime(org.joda.time.DateTime value)
Sets the value of the expectedResponseDateTime 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

withRequestingDocumentCreationDateTime

public CorrelationInformation withRequestingDocumentCreationDateTime(org.joda.time.DateTime value)

withRequestingDocumentInstanceIdentifier

public CorrelationInformation withRequestingDocumentInstanceIdentifier(String value)

withExpectedResponseDateTime

public CorrelationInformation withExpectedResponseDateTime(org.joda.time.DateTime value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.