Package network.oxalis.peppol.sbdh.jaxb
Class CorrelationInformation
- java.lang.Object
-
- network.oxalis.peppol.sbdh.jaxb.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
Fields Modifier and Type Field Description protected XMLGregorianCalendarexpectedResponseDateTimeprotected XMLGregorianCalendarrequestingDocumentCreationDateTimeprotected StringrequestingDocumentInstanceIdentifier
-
Constructor Summary
Constructors Constructor Description CorrelationInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetExpectedResponseDateTime()Gets the value of the expectedResponseDateTime property.XMLGregorianCalendargetRequestingDocumentCreationDateTime()Gets the value of the requestingDocumentCreationDateTime property.StringgetRequestingDocumentInstanceIdentifier()Gets the value of the requestingDocumentInstanceIdentifier property.voidsetExpectedResponseDateTime(XMLGregorianCalendar value)Sets the value of the expectedResponseDateTime property.voidsetRequestingDocumentCreationDateTime(XMLGregorianCalendar value)Sets the value of the requestingDocumentCreationDateTime property.voidsetRequestingDocumentInstanceIdentifier(String value)Sets the value of the requestingDocumentInstanceIdentifier property.
-
-
-
Field Detail
-
requestingDocumentCreationDateTime
protected XMLGregorianCalendar requestingDocumentCreationDateTime
-
requestingDocumentInstanceIdentifier
protected String requestingDocumentInstanceIdentifier
-
expectedResponseDateTime
protected XMLGregorianCalendar expectedResponseDateTime
-
-
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 isXMLGregorianCalendar
-
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 isString
-
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 isXMLGregorianCalendar
-
-