org.fosstrak.epcis.model
Class CorrelationInformation

java.lang.Object
  extended by org.fosstrak.epcis.model.CorrelationInformation

public class CorrelationInformation
extends Object

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  XMLGregorianCalendar expectedResponseDateTime
           
protected  XMLGregorianCalendar requestingDocumentCreationDateTime
           
protected  String requestingDocumentInstanceIdentifier
           
 
Constructor Summary
CorrelationInformation()
           
 
Method Summary
 XMLGregorianCalendar getExpectedResponseDateTime()
          Gets the value of the expectedResponseDateTime property.
 XMLGregorianCalendar getRequestingDocumentCreationDateTime()
          Gets the value of the requestingDocumentCreationDateTime property.
 String getRequestingDocumentInstanceIdentifier()
          Gets the value of the requestingDocumentInstanceIdentifier property.
 void setExpectedResponseDateTime(XMLGregorianCalendar value)
          Sets the value of the expectedResponseDateTime property.
 void setRequestingDocumentCreationDateTime(XMLGregorianCalendar value)
          Sets the value of the requestingDocumentCreationDateTime property.
 void setRequestingDocumentInstanceIdentifier(String value)
          Sets the value of the requestingDocumentInstanceIdentifier property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestingDocumentCreationDateTime

protected XMLGregorianCalendar requestingDocumentCreationDateTime

requestingDocumentInstanceIdentifier

protected String requestingDocumentInstanceIdentifier

expectedResponseDateTime

protected XMLGregorianCalendar expectedResponseDateTime
Constructor Detail

CorrelationInformation

public CorrelationInformation()
Method Detail

getRequestingDocumentCreationDateTime

public XMLGregorianCalendar getRequestingDocumentCreationDateTime()
Gets the value of the requestingDocumentCreationDateTime property.

Returns:
possible object is XMLGregorianCalendar

setRequestingDocumentCreationDateTime

public void setRequestingDocumentCreationDateTime(XMLGregorianCalendar value)
Sets the value of the requestingDocumentCreationDateTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

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 XMLGregorianCalendar getExpectedResponseDateTime()
Gets the value of the expectedResponseDateTime property.

Returns:
possible object is XMLGregorianCalendar

setExpectedResponseDateTime

public void setExpectedResponseDateTime(XMLGregorianCalendar value)
Sets the value of the expectedResponseDateTime property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2010. All Rights Reserved.