public class AbstractSetResponse extends Object
Java class for AbstractSetResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractSetResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://extension-point-uri/15/03}Extension" minOccurs="0"/>
<element name="TransactionId" type="{http://message-model-uri/15/04}TransactionID"/>
<element name="InvocationState" type="{http://message-model-uri/15/04}InvocationState"/>
<element name="OperationError" type="{http://message-model-uri/15/04}InvocationError" minOccurs="0"/>
<element name="OperationErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute ref="{http://domain-model-uri/15/04}MDIBVersion use="required""/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Extension |
extension |
protected InvocationState |
invocationState |
protected InvocationError |
operationError |
protected String |
operationErrorMessage |
protected BigInteger |
sequenceNumber |
protected long |
transactionId |
| Constructor and Description |
|---|
AbstractSetResponse() |
| Modifier and Type | Method and Description |
|---|---|
Extension |
getExtension()
Gets the value of the extension property.
|
InvocationState |
getInvocationState()
Gets the value of the invocationState property.
|
InvocationError |
getOperationError()
Gets the value of the operationError property.
|
String |
getOperationErrorMessage()
Gets the value of the operationErrorMessage property.
|
BigInteger |
getSequenceNumber()
The unique change version number of the MDIB.
|
long |
getTransactionId()
Gets the value of the transactionId property.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setInvocationState(InvocationState value)
Sets the value of the invocationState property.
|
void |
setOperationError(InvocationError value)
Sets the value of the operationError property.
|
void |
setOperationErrorMessage(String value)
Sets the value of the operationErrorMessage property.
|
void |
setSequenceNumber(BigInteger value)
Sets the value of the sequenceNumber property.
|
void |
setTransactionId(long value)
Sets the value of the transactionId property.
|
protected Extension extension
protected long transactionId
protected InvocationState invocationState
protected InvocationError operationError
protected String operationErrorMessage
protected BigInteger sequenceNumber
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic long getTransactionId()
public void setTransactionId(long value)
public InvocationState getInvocationState()
InvocationStatepublic void setInvocationState(InvocationState value)
value - allowed object is
InvocationStatepublic InvocationError getOperationError()
InvocationErrorpublic void setOperationError(InvocationError value)
value - allowed object is
InvocationErrorpublic String getOperationErrorMessage()
Stringpublic void setOperationErrorMessage(String value)
value - allowed object is
Stringpublic BigInteger getSequenceNumber()
BigIntegerpublic void setSequenceNumber(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016. All rights reserved.