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>
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ServiceTransaction() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected TypeOfServiceTransaction typeOfServiceTransaction
protected String isNonRepudiationRequired
protected String isAuthenticationRequired
protected String isNonRepudiationOfReceiptRequired
protected String isIntelligibleCheckRequired
protected String isApplicationErrorResponseRequested
protected String timeToAcknowledgeReceipt
protected String timeToAcknowledgeAcceptance
protected String timeToPerform
protected String recurrence
public TypeOfServiceTransaction getTypeOfServiceTransaction()
TypeOfServiceTransaction
public void setTypeOfServiceTransaction(TypeOfServiceTransaction value)
value
- allowed object is
TypeOfServiceTransaction
public String getIsNonRepudiationRequired()
String
public void setIsNonRepudiationRequired(String value)
value
- allowed object is
String
public String getIsAuthenticationRequired()
String
public void setIsAuthenticationRequired(String value)
value
- allowed object is
String
public String getIsNonRepudiationOfReceiptRequired()
String
public void setIsNonRepudiationOfReceiptRequired(String value)
value
- allowed object is
String
public String getIsIntelligibleCheckRequired()
String
public void setIsIntelligibleCheckRequired(String value)
value
- allowed object is
String
public String getIsApplicationErrorResponseRequested()
String
public void setIsApplicationErrorResponseRequested(String value)
value
- allowed object is
String
public String getTimeToAcknowledgeReceipt()
String
public void setTimeToAcknowledgeReceipt(String value)
value
- allowed object is
String
public String getTimeToAcknowledgeAcceptance()
String
public void setTimeToAcknowledgeAcceptance(String value)
value
- allowed object is
String
public String getTimeToPerform()
String
public void setTimeToPerform(String value)
value
- allowed object is
String
public String getRecurrence()
String
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.