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 ZonedDateTime requestingDocumentCreationDateTime
      • requestingDocumentInstanceIdentifier

        protected String requestingDocumentInstanceIdentifier
      • expectedResponseDateTime

        protected ZonedDateTime expectedResponseDateTime
    • Constructor Detail

      • CorrelationInformation

        public CorrelationInformation()
    • 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)