Package network.oxalis.peppol.sbdh.jaxb
Class ServiceTransaction
- java.lang.Object
-
- network.oxalis.peppol.sbdh.jaxb.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 Summary
Fields Modifier and Type Field Description protected StringisApplicationErrorResponseRequestedprotected StringisAuthenticationRequiredprotected StringisIntelligibleCheckRequiredprotected StringisNonRepudiationOfReceiptRequiredprotected StringisNonRepudiationRequiredprotected Stringrecurrenceprotected StringtimeToAcknowledgeAcceptanceprotected StringtimeToAcknowledgeReceiptprotected StringtimeToPerformprotected TypeOfServiceTransactiontypeOfServiceTransaction
-
Constructor Summary
Constructors Constructor Description ServiceTransaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIsApplicationErrorResponseRequested()Gets the value of the isApplicationErrorResponseRequested property.StringgetIsAuthenticationRequired()Gets the value of the isAuthenticationRequired property.StringgetIsIntelligibleCheckRequired()Gets the value of the isIntelligibleCheckRequired property.StringgetIsNonRepudiationOfReceiptRequired()Gets the value of the isNonRepudiationOfReceiptRequired property.StringgetIsNonRepudiationRequired()Gets the value of the isNonRepudiationRequired property.StringgetRecurrence()Gets the value of the recurrence property.StringgetTimeToAcknowledgeAcceptance()Gets the value of the timeToAcknowledgeAcceptance property.StringgetTimeToAcknowledgeReceipt()Gets the value of the timeToAcknowledgeReceipt property.StringgetTimeToPerform()Gets the value of the timeToPerform property.TypeOfServiceTransactiongetTypeOfServiceTransaction()Gets the value of the typeOfServiceTransaction property.voidsetIsApplicationErrorResponseRequested(String value)Sets the value of the isApplicationErrorResponseRequested property.voidsetIsAuthenticationRequired(String value)Sets the value of the isAuthenticationRequired property.voidsetIsIntelligibleCheckRequired(String value)Sets the value of the isIntelligibleCheckRequired property.voidsetIsNonRepudiationOfReceiptRequired(String value)Sets the value of the isNonRepudiationOfReceiptRequired property.voidsetIsNonRepudiationRequired(String value)Sets the value of the isNonRepudiationRequired property.voidsetRecurrence(String value)Sets the value of the recurrence property.voidsetTimeToAcknowledgeAcceptance(String value)Sets the value of the timeToAcknowledgeAcceptance property.voidsetTimeToAcknowledgeReceipt(String value)Sets the value of the timeToAcknowledgeReceipt property.voidsetTimeToPerform(String value)Sets the value of the timeToPerform property.voidsetTypeOfServiceTransaction(TypeOfServiceTransaction value)Sets the value of the typeOfServiceTransaction property.
-
-
-
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
-
-
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 isTypeOfServiceTransaction
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
getRecurrence
public String getRecurrence()
Gets the value of the recurrence property.- Returns:
- possible object is
String
-
-