Class 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 Detail

      • requestingDocumentCreationDateTime

        protected XMLGregorianCalendar requestingDocumentCreationDateTime
      • requestingDocumentInstanceIdentifier

        protected String requestingDocumentInstanceIdentifier
    • 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
      • setExpectedResponseDateTime

        public void setExpectedResponseDateTime​(XMLGregorianCalendar value)
        Sets the value of the expectedResponseDateTime property.
        Parameters:
        value - allowed object is XMLGregorianCalendar