Uses of Class
org.unece.cefact.namespaces.standardbusinessdocumentheader.TypeOfServiceTransaction

Packages that use TypeOfServiceTransaction
org.unece.cefact.namespaces.standardbusinessdocumentheader   
 

Uses of TypeOfServiceTransaction in org.unece.cefact.namespaces.standardbusinessdocumentheader
 

Fields in org.unece.cefact.namespaces.standardbusinessdocumentheader declared as TypeOfServiceTransaction
protected  TypeOfServiceTransaction ServiceTransaction.typeOfServiceTransaction
           
 

Methods in org.unece.cefact.namespaces.standardbusinessdocumentheader that return TypeOfServiceTransaction
static TypeOfServiceTransaction TypeOfServiceTransaction.fromValue(String v)
           
 TypeOfServiceTransaction ServiceTransaction.getTypeOfServiceTransaction()
          Gets the value of the typeOfServiceTransaction property.
static TypeOfServiceTransaction TypeOfServiceTransaction.valueOf(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.
 

Methods in org.unece.cefact.namespaces.standardbusinessdocumentheader with parameters of type TypeOfServiceTransaction
 void ServiceTransaction.setTypeOfServiceTransaction(TypeOfServiceTransaction value)
          Sets the value of the typeOfServiceTransaction property.
 ServiceTransaction ServiceTransaction.withTypeOfServiceTransaction(TypeOfServiceTransaction value)
           
 

Constructors in org.unece.cefact.namespaces.standardbusinessdocumentheader with parameters of type TypeOfServiceTransaction
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
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.