org.unece.cefact.namespaces.standardbusinessdocumentheader
Class ServiceTransaction

java.lang.Object
  extended by org.unece.cefact.namespaces.standardbusinessdocumentheader.ServiceTransaction
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class ServiceTransaction
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

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 Summary
protected  String isApplicationErrorResponseRequested
           
protected  String isAuthenticationRequired
           
protected  String isIntelligibleCheckRequired
           
protected  String isNonRepudiationOfReceiptRequired
           
protected  String isNonRepudiationRequired
           
protected  String recurrence
           
protected  String timeToAcknowledgeAcceptance
           
protected  String timeToAcknowledgeReceipt
           
protected  String timeToPerform
           
protected  TypeOfServiceTransaction typeOfServiceTransaction
           
 
Constructor Summary
ServiceTransaction()
          Default no-arg constructor
ServiceTransaction(TypeOfServiceTransaction typeOfServiceTransaction, String isNonRepudiationRequired, String isAuthenticationRequired, String isNonRepudiationOfReceiptRequired, String isIntelligibleCheckRequired, String isApplicationErrorResponseRequested, String timeToAcknowledgeReceipt, String timeToAcknowledgeAcceptance, String timeToPerform, String recurrence)
          Fully-initialising value constructor
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 String getIsApplicationErrorResponseRequested()
          Gets the value of the isApplicationErrorResponseRequested property.
 String getIsAuthenticationRequired()
          Gets the value of the isAuthenticationRequired property.
 String getIsIntelligibleCheckRequired()
          Gets the value of the isIntelligibleCheckRequired property.
 String getIsNonRepudiationOfReceiptRequired()
          Gets the value of the isNonRepudiationOfReceiptRequired property.
 String getIsNonRepudiationRequired()
          Gets the value of the isNonRepudiationRequired property.
 String getRecurrence()
          Gets the value of the recurrence property.
 String getTimeToAcknowledgeAcceptance()
          Gets the value of the timeToAcknowledgeAcceptance property.
 String getTimeToAcknowledgeReceipt()
          Gets the value of the timeToAcknowledgeReceipt property.
 String getTimeToPerform()
          Gets the value of the timeToPerform property.
 TypeOfServiceTransaction getTypeOfServiceTransaction()
          Gets the value of the typeOfServiceTransaction property.
 void setIsApplicationErrorResponseRequested(String value)
          Sets the value of the isApplicationErrorResponseRequested property.
 void setIsAuthenticationRequired(String value)
          Sets the value of the isAuthenticationRequired property.
 void setIsIntelligibleCheckRequired(String value)
          Sets the value of the isIntelligibleCheckRequired property.
 void setIsNonRepudiationOfReceiptRequired(String value)
          Sets the value of the isNonRepudiationOfReceiptRequired property.
 void setIsNonRepudiationRequired(String value)
          Sets the value of the isNonRepudiationRequired property.
 void setRecurrence(String value)
          Sets the value of the recurrence property.
 void setTimeToAcknowledgeAcceptance(String value)
          Sets the value of the timeToAcknowledgeAcceptance property.
 void setTimeToAcknowledgeReceipt(String value)
          Sets the value of the timeToAcknowledgeReceipt property.
 void setTimeToPerform(String value)
          Sets the value of the timeToPerform property.
 void setTypeOfServiceTransaction(TypeOfServiceTransaction value)
          Sets the value of the typeOfServiceTransaction property.
 String toString()
           
 ServiceTransaction withIsApplicationErrorResponseRequested(String value)
           
 ServiceTransaction withIsAuthenticationRequired(String value)
           
 ServiceTransaction withIsIntelligibleCheckRequired(String value)
           
 ServiceTransaction withIsNonRepudiationOfReceiptRequired(String value)
           
 ServiceTransaction withIsNonRepudiationRequired(String value)
           
 ServiceTransaction withRecurrence(String value)
           
 ServiceTransaction withTimeToAcknowledgeAcceptance(String value)
           
 ServiceTransaction withTimeToAcknowledgeReceipt(String value)
           
 ServiceTransaction withTimeToPerform(String value)
           
 ServiceTransaction withTypeOfServiceTransaction(TypeOfServiceTransaction value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

typeOfServiceTransaction

protected TypeOfServiceTransaction typeOfServiceTransaction

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()
Default no-arg constructor


ServiceTransaction

public ServiceTransaction(TypeOfServiceTransaction typeOfServiceTransaction,
                          String isNonRepudiationRequired,
                          String isAuthenticationRequired,
                          String isNonRepudiationOfReceiptRequired,
                          String isIntelligibleCheckRequired,
                          String isApplicationErrorResponseRequested,
                          String timeToAcknowledgeReceipt,
                          String timeToAcknowledgeAcceptance,
                          String timeToPerform,
                          String recurrence)
Fully-initialising value constructor

Method Detail

getTypeOfServiceTransaction

public TypeOfServiceTransaction getTypeOfServiceTransaction()
Gets the value of the typeOfServiceTransaction property.

Returns:
possible object is TypeOfServiceTransaction

setTypeOfServiceTransaction

public void setTypeOfServiceTransaction(TypeOfServiceTransaction value)
Sets the value of the typeOfServiceTransaction property.

Parameters:
value - allowed object is TypeOfServiceTransaction

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

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withTypeOfServiceTransaction

public ServiceTransaction withTypeOfServiceTransaction(TypeOfServiceTransaction value)

withIsNonRepudiationRequired

public ServiceTransaction withIsNonRepudiationRequired(String value)

withIsAuthenticationRequired

public ServiceTransaction withIsAuthenticationRequired(String value)

withIsNonRepudiationOfReceiptRequired

public ServiceTransaction withIsNonRepudiationOfReceiptRequired(String value)

withIsIntelligibleCheckRequired

public ServiceTransaction withIsIntelligibleCheckRequired(String value)

withIsApplicationErrorResponseRequested

public ServiceTransaction withIsApplicationErrorResponseRequested(String value)

withTimeToAcknowledgeReceipt

public ServiceTransaction withTimeToAcknowledgeReceipt(String value)

withTimeToAcknowledgeAcceptance

public ServiceTransaction withTimeToAcknowledgeAcceptance(String value)

withTimeToPerform

public ServiceTransaction withTimeToPerform(String value)

withRecurrence

public ServiceTransaction withRecurrence(String value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.