Class ServiceTransaction

java.lang.Object
org.unece.cefact.namespaces.sbdh.ServiceTransaction
All Implemented Interfaces:
com.helger.base.lang.IExplicitlyCloneable, Serializable, Cloneable

@CodingStyleguideUnaware public class ServiceTransaction extends Object implements Serializable, com.helger.base.lang.IExplicitlyCloneable

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>
 

This class was annotated by ph-jaxb-plugin -Xph-annotate

This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode

This class contains methods created by ph-jaxb-plugin -Xph-tostring

This class contains methods created by ph-jaxb-plugin -Xph-cloneable2

This class contains methods created by ph-jaxb-plugin -Xph-value-extender

See Also:
  • Constructor Details

    • ServiceTransaction

      public ServiceTransaction()
      Default constructor
      Note: automatically created by ph-jaxb-plugin -Xph-value-extender
  • Method Details

    • getTypeOfServiceTransaction

      public @Nullable TypeOfServiceTransaction getTypeOfServiceTransaction()
      Gets the value of the typeOfServiceTransaction property.
      Returns:
      possible object is TypeOfServiceTransaction
    • setTypeOfServiceTransaction

      public void setTypeOfServiceTransaction(@Nullable TypeOfServiceTransaction value)
      Sets the value of the typeOfServiceTransaction property.
      Parameters:
      value - allowed object is TypeOfServiceTransaction
    • getIsNonRepudiationRequired

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setRecurrence(@Nullable String value)
      Sets the value of the recurrence property.
      Parameters:
      value - allowed object is String
    • equals

      public boolean equals(Object o)
      Created by ph-jaxb-plugin -Xph-equalshashcode
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Created by ph-jaxb-plugin -Xph-equalshashcode
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Created by ph-jaxb-plugin -Xph-tostring
      Overrides:
      toString in class Object
    • cloneTo

      public void cloneTo(ServiceTransaction ret)
      This method clones all values from this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb-plugin -Xph-cloneable2
      Parameters:
      ret - The target object to clone to. May not be null.
    • clone

      @ReturnsMutableCopy public ServiceTransaction clone()
      Created by ph-jaxb-plugin -Xph-cloneable2
      Specified by:
      clone in interface com.helger.base.lang.IExplicitlyCloneable
      Overrides:
      clone in class Object
      Returns:
      The cloned object. Never null.