public class InputUpdate extends Object
Java class for InputUpdate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputUpdate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MessageReference" type="{}MessageReference"/>
<element name="OutputContent" type="{}OutputContent"/>
<element name="MenuEntry" type="{}MenuEntry" maxOccurs="unbounded" minOccurs="0"/>
<element name="OutputSignature" type="{}OutputSignature" minOccurs="0"/>
</sequence>
<attribute name="MinLength" type="{}MinLength" />
<attribute name="MaxLength" type="{}MaxLength" />
<attribute name="MaxDecimalLength" type="{}MaxDecimalLength" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
maxDecimalLength
The Max decimal length.
|
protected BigInteger |
maxLength
The Max length.
|
protected List<MenuEntry> |
menuEntry
The Menu entry.
|
protected MessageReference |
messageReference
The Message reference.
|
protected BigInteger |
minLength
The Min length.
|
protected OutputContent |
outputContent
The Output content.
|
protected byte[] |
outputSignature
The Output signature.
|
| Constructor and Description |
|---|
InputUpdate() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getMaxDecimalLength()
Gets the value of the maxDecimalLength property.
|
BigInteger |
getMaxLength()
Gets the value of the maxLength property.
|
List<MenuEntry> |
getMenuEntry()
Gets the value of the menuEntry property.
|
MessageReference |
getMessageReference()
Gets the value of the messageReference property.
|
BigInteger |
getMinLength()
Gets the value of the minLength property.
|
OutputContent |
getOutputContent()
Gets the value of the outputContent property.
|
byte[] |
getOutputSignature()
Gets the value of the outputSignature property.
|
void |
setMaxDecimalLength(BigInteger value)
Sets the value of the maxDecimalLength property.
|
void |
setMaxLength(BigInteger value)
Sets the value of the maxLength property.
|
void |
setMessageReference(MessageReference value)
Sets the value of the messageReference property.
|
void |
setMinLength(BigInteger value)
Sets the value of the minLength property.
|
void |
setOutputContent(OutputContent value)
Sets the value of the outputContent property.
|
void |
setOutputSignature(byte[] value)
Sets the value of the outputSignature property.
|
protected MessageReference messageReference
protected OutputContent outputContent
protected byte[] outputSignature
protected BigInteger minLength
protected BigInteger maxLength
protected BigInteger maxDecimalLength
public MessageReference getMessageReference()
MessageReferencepublic void setMessageReference(MessageReference value)
value - allowed object is MessageReferencepublic OutputContent getOutputContent()
OutputContentpublic void setOutputContent(OutputContent value)
value - allowed object is OutputContentpublic List<MenuEntry> getMenuEntry()
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 menuEntry property.
For example, to add a new item, do as follows:
getMenuEntry().add(newItem);
Objects of the following type(s) are allowed in the list
MenuEntry
public byte[] getOutputSignature()
public void setOutputSignature(byte[] value)
value - allowed object is byte[]public BigInteger getMinLength()
BigIntegerpublic void setMinLength(BigInteger value)
value - allowed object is BigIntegerpublic BigInteger getMaxLength()
BigIntegerpublic void setMaxLength(BigInteger value)
value - allowed object is BigIntegerpublic BigInteger getMaxDecimalLength()
BigIntegerpublic void setMaxDecimalLength(BigInteger value)
value - allowed object is BigIntegerCopyright © 2022. All rights reserved.