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>
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
expectedResponseDateTime |
protected XMLGregorianCalendar |
requestingDocumentCreationDateTime |
protected String |
requestingDocumentInstanceIdentifier |
Constructor and Description |
---|
CorrelationInformation() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected XMLGregorianCalendar requestingDocumentCreationDateTime
protected String requestingDocumentInstanceIdentifier
protected XMLGregorianCalendar expectedResponseDateTime
public XMLGregorianCalendar getRequestingDocumentCreationDateTime()
XMLGregorianCalendar
public void setRequestingDocumentCreationDateTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getRequestingDocumentInstanceIdentifier()
String
public void setRequestingDocumentInstanceIdentifier(String value)
value
- allowed object is
String
public XMLGregorianCalendar getExpectedResponseDateTime()
XMLGregorianCalendar
public void setExpectedResponseDateTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.