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://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
<element name="InvocationInfo" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}InvocationInfo"/>
</sequence>
<attGroup ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}MdibVersionGroup"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected BigInteger |
instanceId |
protected InvocationInfo |
invocationInfo |
protected BigInteger |
mdibVersion |
protected String |
sequenceId |
| Constructor and Description |
|---|
AbstractSetResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
BigInteger |
getInstanceId()
Gets the value of the instanceId property.
|
InvocationInfo |
getInvocationInfo()
Gets the value of the invocationInfo property.
|
BigInteger |
getMdibVersion()
Gets the value of the mdibVersion property.
|
String |
getSequenceId()
Gets the value of the sequenceId property.
|
int |
hashCode() |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setInstanceId(BigInteger value)
Sets the value of the instanceId property.
|
void |
setInvocationInfo(InvocationInfo value)
Sets the value of the invocationInfo property.
|
void |
setMdibVersion(BigInteger value)
Sets the value of the mdibVersion property.
|
void |
setSequenceId(String value)
Sets the value of the sequenceId property.
|
String |
toString() |
protected ExtensionType extension
protected InvocationInfo invocationInfo
protected BigInteger mdibVersion
protected String sequenceId
protected BigInteger instanceId
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic InvocationInfo getInvocationInfo()
InvocationInfopublic void setInvocationInfo(InvocationInfo value)
value - allowed object is
InvocationInfopublic BigInteger getMdibVersion()
BigIntegerpublic void setMdibVersion(BigInteger value)
value - allowed object is
BigIntegerpublic String getSequenceId()
Stringpublic void setSequenceId(String value)
value - allowed object is
Stringpublic BigInteger getInstanceId()
BigIntegerpublic void setInstanceId(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2018. All rights reserved.