public class InvocationInfo extends 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://p11073-10207/draft6/ext/2016/12/08}Extension" minOccurs="0"/>
<element name="TransactionId" type="{http://p11073-10207/draft6/msg/2016/12/08}TransactionId"/>
<element name="InvocationState" type="{http://p11073-10207/draft6/msg/2016/12/08}InvocationState"/>
<element name="InvocationError" type="{http://p11073-10207/draft6/msg/2016/12/08}InvocationError" minOccurs="0"/>
<element name="InvocationErrorMessage" type="{http://p11073-10207/draft6/pm/2016/12/08}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected InvocationError |
invocationError |
protected List<LocalizedText> |
invocationErrorMessage |
protected InvocationState |
invocationState |
protected long |
transactionId |
| Constructor and Description |
|---|
InvocationInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
InvocationError |
getInvocationError()
Gets the value of the invocationError property.
|
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(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.
|
String |
toString() |
protected ExtensionType extension
protected long transactionId
protected InvocationState invocationState
protected InvocationError invocationError
protected 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 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 void setInvocationErrorMessage(List<LocalizedText> value)
Copyright © 2017. All rights reserved.