Package no.difi.sdp.client2.domain.sbd
Class CorrelationInformation
- java.lang.Object
-
- no.difi.sdp.client2.domain.sbd.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 ZonedDateTimeexpectedResponseDateTimeprotected ZonedDateTimerequestingDocumentCreationDateTimeprotected StringrequestingDocumentInstanceIdentifier
-
Constructor Summary
Constructors Constructor Description CorrelationInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetExpectedResponseDateTime()ZonedDateTimegetRequestingDocumentCreationDateTime()StringgetRequestingDocumentInstanceIdentifier()voidsetExpectedResponseDateTime(ZonedDateTime expectedResponseDateTime)voidsetRequestingDocumentCreationDateTime(ZonedDateTime requestingDocumentCreationDateTime)voidsetRequestingDocumentInstanceIdentifier(String requestingDocumentInstanceIdentifier)StringtoString()
-
-
-
Field Detail
-
requestingDocumentCreationDateTime
protected ZonedDateTime requestingDocumentCreationDateTime
-
requestingDocumentInstanceIdentifier
protected String requestingDocumentInstanceIdentifier
-
expectedResponseDateTime
protected ZonedDateTime expectedResponseDateTime
-
-
Method Detail
-
getRequestingDocumentCreationDateTime
public ZonedDateTime getRequestingDocumentCreationDateTime()
-
getRequestingDocumentInstanceIdentifier
public String getRequestingDocumentInstanceIdentifier()
-
getExpectedResponseDateTime
public ZonedDateTime getExpectedResponseDateTime()
-
setRequestingDocumentCreationDateTime
public void setRequestingDocumentCreationDateTime(ZonedDateTime requestingDocumentCreationDateTime)
-
setRequestingDocumentInstanceIdentifier
public void setRequestingDocumentInstanceIdentifier(String requestingDocumentInstanceIdentifier)
-
setExpectedResponseDateTime
public void setExpectedResponseDateTime(ZonedDateTime expectedResponseDateTime)
-
-