public class InvocationInfo
extends java.lang.Object
Java class for InvocationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvocationInfo">
<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="TransactionId" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}TransactionId"/>
<element name="InvocationState" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}InvocationState"/>
<element name="InvocationError" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}InvocationError" minOccurs="0"/>
<element name="InvocationErrorMessage" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionTypeFixed |
extension |
protected InvocationError |
invocationError |
protected java.util.List<LocalizedText> |
invocationErrorMessage |
protected InvocationState |
invocationState |
protected long |
transactionId |
| Constructor and Description |
|---|
InvocationInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
InvocationError |
getInvocationError()
Gets the value of the invocationError property.
|
java.util.List<LocalizedText> |
getInvocationErrorMessage()
Gets the value of the invocationErrorMessage property.
|
InvocationState |
getInvocationState()
Gets the value of the invocationState property.
|
long |
getTransactionId()
Gets the value of the transactionId property.
|
int |
hashCode() |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setInvocationError(InvocationError value)
Sets the value of the invocationError property.
|
void |
setInvocationErrorMessage(java.util.List<LocalizedText> value) |
void |
setInvocationState(InvocationState value)
Sets the value of the invocationState property.
|
void |
setTransactionId(long value)
Sets the value of the transactionId property.
|
java.lang.String |
toString() |
protected ExtensionTypeFixed extension
protected long transactionId
protected InvocationState invocationState
protected InvocationError invocationError
protected java.util.List<LocalizedText> invocationErrorMessage
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic long getTransactionId()
public void setTransactionId(long value)
public InvocationState getInvocationState()
InvocationStatepublic void setInvocationState(InvocationState value)
value - allowed object is
InvocationStatepublic InvocationError getInvocationError()
InvocationErrorpublic void setInvocationError(InvocationError value)
value - allowed object is
InvocationErrorpublic java.util.List<LocalizedText> getInvocationErrorMessage()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the invocationErrorMessage property.
For example, to add a new item, do as follows:
getInvocationErrorMessage().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedText
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setInvocationErrorMessage(java.util.List<LocalizedText> value)