| Package | Description |
|---|---|
| org.unece.cefact.namespaces.standardbusinessdocumentheader |
| Modifier and Type | Field and Description |
|---|---|
protected TypeOfServiceTransaction |
ServiceTransaction.typeOfServiceTransaction |
| Modifier and Type | Method and Description |
|---|---|
static TypeOfServiceTransaction |
TypeOfServiceTransaction.fromValue(java.lang.String v) |
TypeOfServiceTransaction |
ServiceTransaction.getTypeOfServiceTransaction()
Gets the value of the typeOfServiceTransaction property.
|
static TypeOfServiceTransaction |
TypeOfServiceTransaction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeOfServiceTransaction[] |
TypeOfServiceTransaction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceTransaction.setTypeOfServiceTransaction(TypeOfServiceTransaction value)
Sets the value of the typeOfServiceTransaction property.
|
ServiceTransaction |
ServiceTransaction.withTypeOfServiceTransaction(TypeOfServiceTransaction value) |
| Constructor and Description |
|---|
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
|
Copyright © 2015 Digipost Open Source. All Rights Reserved.