public class ServiceTransaction
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, 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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
isApplicationErrorResponseRequested |
protected java.lang.String |
isAuthenticationRequired |
protected java.lang.String |
isIntelligibleCheckRequired |
protected java.lang.String |
isNonRepudiationOfReceiptRequired |
protected java.lang.String |
isNonRepudiationRequired |
protected java.lang.String |
recurrence |
protected java.lang.String |
timeToAcknowledgeAcceptance |
protected java.lang.String |
timeToAcknowledgeReceipt |
protected java.lang.String |
timeToPerform |
protected TypeOfServiceTransaction |
typeOfServiceTransaction |
| Constructor and Description |
|---|
ServiceTransaction()
Default no-arg constructor
|
ServiceTransaction(TypeOfServiceTransaction typeOfServiceTransaction,
java.lang.String isNonRepudiationRequired,
java.lang.String isAuthenticationRequired,
java.lang.String isNonRepudiationOfReceiptRequired,
java.lang.String isIntelligibleCheckRequired,
java.lang.String isApplicationErrorResponseRequested,
java.lang.String timeToAcknowledgeReceipt,
java.lang.String timeToAcknowledgeAcceptance,
java.lang.String timeToPerform,
java.lang.String recurrence)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.String |
getIsApplicationErrorResponseRequested()
Gets the value of the isApplicationErrorResponseRequested property.
|
java.lang.String |
getIsAuthenticationRequired()
Gets the value of the isAuthenticationRequired property.
|
java.lang.String |
getIsIntelligibleCheckRequired()
Gets the value of the isIntelligibleCheckRequired property.
|
java.lang.String |
getIsNonRepudiationOfReceiptRequired()
Gets the value of the isNonRepudiationOfReceiptRequired property.
|
java.lang.String |
getIsNonRepudiationRequired()
Gets the value of the isNonRepudiationRequired property.
|
java.lang.String |
getRecurrence()
Gets the value of the recurrence property.
|
java.lang.String |
getTimeToAcknowledgeAcceptance()
Gets the value of the timeToAcknowledgeAcceptance property.
|
java.lang.String |
getTimeToAcknowledgeReceipt()
Gets the value of the timeToAcknowledgeReceipt property.
|
java.lang.String |
getTimeToPerform()
Gets the value of the timeToPerform property.
|
TypeOfServiceTransaction |
getTypeOfServiceTransaction()
Gets the value of the typeOfServiceTransaction property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setIsApplicationErrorResponseRequested(java.lang.String value)
Sets the value of the isApplicationErrorResponseRequested property.
|
void |
setIsAuthenticationRequired(java.lang.String value)
Sets the value of the isAuthenticationRequired property.
|
void |
setIsIntelligibleCheckRequired(java.lang.String value)
Sets the value of the isIntelligibleCheckRequired property.
|
void |
setIsNonRepudiationOfReceiptRequired(java.lang.String value)
Sets the value of the isNonRepudiationOfReceiptRequired property.
|
void |
setIsNonRepudiationRequired(java.lang.String value)
Sets the value of the isNonRepudiationRequired property.
|
void |
setRecurrence(java.lang.String value)
Sets the value of the recurrence property.
|
void |
setTimeToAcknowledgeAcceptance(java.lang.String value)
Sets the value of the timeToAcknowledgeAcceptance property.
|
void |
setTimeToAcknowledgeReceipt(java.lang.String value)
Sets the value of the timeToAcknowledgeReceipt property.
|
void |
setTimeToPerform(java.lang.String value)
Sets the value of the timeToPerform property.
|
void |
setTypeOfServiceTransaction(TypeOfServiceTransaction value)
Sets the value of the typeOfServiceTransaction property.
|
java.lang.String |
toString() |
ServiceTransaction |
withIsApplicationErrorResponseRequested(java.lang.String value) |
ServiceTransaction |
withIsAuthenticationRequired(java.lang.String value) |
ServiceTransaction |
withIsIntelligibleCheckRequired(java.lang.String value) |
ServiceTransaction |
withIsNonRepudiationOfReceiptRequired(java.lang.String value) |
ServiceTransaction |
withIsNonRepudiationRequired(java.lang.String value) |
ServiceTransaction |
withRecurrence(java.lang.String value) |
ServiceTransaction |
withTimeToAcknowledgeAcceptance(java.lang.String value) |
ServiceTransaction |
withTimeToAcknowledgeReceipt(java.lang.String value) |
ServiceTransaction |
withTimeToPerform(java.lang.String value) |
ServiceTransaction |
withTypeOfServiceTransaction(TypeOfServiceTransaction value) |
protected TypeOfServiceTransaction typeOfServiceTransaction
protected java.lang.String isNonRepudiationRequired
protected java.lang.String isAuthenticationRequired
protected java.lang.String isNonRepudiationOfReceiptRequired
protected java.lang.String isIntelligibleCheckRequired
protected java.lang.String isApplicationErrorResponseRequested
protected java.lang.String timeToAcknowledgeReceipt
protected java.lang.String timeToAcknowledgeAcceptance
protected java.lang.String timeToPerform
protected java.lang.String recurrence
public ServiceTransaction()
public ServiceTransaction(TypeOfServiceTransaction typeOfServiceTransaction, java.lang.String isNonRepudiationRequired, java.lang.String isAuthenticationRequired, java.lang.String isNonRepudiationOfReceiptRequired, java.lang.String isIntelligibleCheckRequired, java.lang.String isApplicationErrorResponseRequested, java.lang.String timeToAcknowledgeReceipt, java.lang.String timeToAcknowledgeAcceptance, java.lang.String timeToPerform, java.lang.String recurrence)
public TypeOfServiceTransaction getTypeOfServiceTransaction()
TypeOfServiceTransactionpublic void setTypeOfServiceTransaction(TypeOfServiceTransaction value)
value - allowed object is
TypeOfServiceTransactionpublic java.lang.String getIsNonRepudiationRequired()
Stringpublic void setIsNonRepudiationRequired(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIsAuthenticationRequired()
Stringpublic void setIsAuthenticationRequired(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIsNonRepudiationOfReceiptRequired()
Stringpublic void setIsNonRepudiationOfReceiptRequired(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIsIntelligibleCheckRequired()
Stringpublic void setIsIntelligibleCheckRequired(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIsApplicationErrorResponseRequested()
Stringpublic void setIsApplicationErrorResponseRequested(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimeToAcknowledgeReceipt()
Stringpublic void setTimeToAcknowledgeReceipt(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimeToAcknowledgeAcceptance()
Stringpublic void setTimeToAcknowledgeAcceptance(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimeToPerform()
Stringpublic void setTimeToPerform(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRecurrence()
Stringpublic void setRecurrence(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Objectpublic ServiceTransaction withTypeOfServiceTransaction(TypeOfServiceTransaction value)
public ServiceTransaction withIsNonRepudiationRequired(java.lang.String value)
public ServiceTransaction withIsAuthenticationRequired(java.lang.String value)
public ServiceTransaction withIsNonRepudiationOfReceiptRequired(java.lang.String value)
public ServiceTransaction withIsIntelligibleCheckRequired(java.lang.String value)
public ServiceTransaction withIsApplicationErrorResponseRequested(java.lang.String value)
public ServiceTransaction withTimeToAcknowledgeReceipt(java.lang.String value)
public ServiceTransaction withTimeToAcknowledgeAcceptance(java.lang.String value)
public ServiceTransaction withTimeToPerform(java.lang.String value)
public ServiceTransaction withRecurrence(java.lang.String value)
Copyright © 2014 Digipost Open Source. All Rights Reserved.