Class ServiceTransaction


  • public class ServiceTransaction
    extends Object

    Java class for ServiceTransaction complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="ServiceTransaction">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="TypeOfServiceTransaction" type="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}TypeOfServiceTransaction" />
           <attribute name="IsNonRepudiationRequired" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="IsAuthenticationRequired" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="IsNonRepudiationOfReceiptRequired" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="IsIntelligibleCheckRequired" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="IsApplicationErrorResponseRequested" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="TimeToAcknowledgeReceipt" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="TimeToAcknowledgeAcceptance" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="TimeToPerform" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="Recurrence" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • isNonRepudiationRequired

        protected String isNonRepudiationRequired
      • isAuthenticationRequired

        protected String isAuthenticationRequired
      • isNonRepudiationOfReceiptRequired

        protected String isNonRepudiationOfReceiptRequired
      • isIntelligibleCheckRequired

        protected String isIntelligibleCheckRequired
      • isApplicationErrorResponseRequested

        protected String isApplicationErrorResponseRequested
      • timeToAcknowledgeReceipt

        protected String timeToAcknowledgeReceipt
      • timeToAcknowledgeAcceptance

        protected String timeToAcknowledgeAcceptance
      • timeToPerform

        protected String timeToPerform
      • recurrence

        protected String recurrence
    • Constructor Detail

      • ServiceTransaction

        public ServiceTransaction()
    • Method Detail

      • getIsNonRepudiationRequired

        public String getIsNonRepudiationRequired()
        Gets the value of the isNonRepudiationRequired property.
        Returns:
        possible object is String
      • setIsNonRepudiationRequired

        public void setIsNonRepudiationRequired​(String value)
        Sets the value of the isNonRepudiationRequired property.
        Parameters:
        value - allowed object is String
      • getIsAuthenticationRequired

        public String getIsAuthenticationRequired()
        Gets the value of the isAuthenticationRequired property.
        Returns:
        possible object is String
      • setIsAuthenticationRequired

        public void setIsAuthenticationRequired​(String value)
        Sets the value of the isAuthenticationRequired property.
        Parameters:
        value - allowed object is String
      • getIsNonRepudiationOfReceiptRequired

        public String getIsNonRepudiationOfReceiptRequired()
        Gets the value of the isNonRepudiationOfReceiptRequired property.
        Returns:
        possible object is String
      • setIsNonRepudiationOfReceiptRequired

        public void setIsNonRepudiationOfReceiptRequired​(String value)
        Sets the value of the isNonRepudiationOfReceiptRequired property.
        Parameters:
        value - allowed object is String
      • getIsIntelligibleCheckRequired

        public String getIsIntelligibleCheckRequired()
        Gets the value of the isIntelligibleCheckRequired property.
        Returns:
        possible object is String
      • setIsIntelligibleCheckRequired

        public void setIsIntelligibleCheckRequired​(String value)
        Sets the value of the isIntelligibleCheckRequired property.
        Parameters:
        value - allowed object is String
      • getIsApplicationErrorResponseRequested

        public String getIsApplicationErrorResponseRequested()
        Gets the value of the isApplicationErrorResponseRequested property.
        Returns:
        possible object is String
      • setIsApplicationErrorResponseRequested

        public void setIsApplicationErrorResponseRequested​(String value)
        Sets the value of the isApplicationErrorResponseRequested property.
        Parameters:
        value - allowed object is String
      • getTimeToAcknowledgeReceipt

        public String getTimeToAcknowledgeReceipt()
        Gets the value of the timeToAcknowledgeReceipt property.
        Returns:
        possible object is String
      • setTimeToAcknowledgeReceipt

        public void setTimeToAcknowledgeReceipt​(String value)
        Sets the value of the timeToAcknowledgeReceipt property.
        Parameters:
        value - allowed object is String
      • getTimeToAcknowledgeAcceptance

        public String getTimeToAcknowledgeAcceptance()
        Gets the value of the timeToAcknowledgeAcceptance property.
        Returns:
        possible object is String
      • setTimeToAcknowledgeAcceptance

        public void setTimeToAcknowledgeAcceptance​(String value)
        Sets the value of the timeToAcknowledgeAcceptance property.
        Parameters:
        value - allowed object is String
      • getTimeToPerform

        public String getTimeToPerform()
        Gets the value of the timeToPerform property.
        Returns:
        possible object is String
      • setTimeToPerform

        public void setTimeToPerform​(String value)
        Sets the value of the timeToPerform property.
        Parameters:
        value - allowed object is String
      • getRecurrence

        public String getRecurrence()
        Gets the value of the recurrence property.
        Returns:
        possible object is String
      • setRecurrence

        public void setRecurrence​(String value)
        Sets the value of the recurrence property.
        Parameters:
        value - allowed object is String