public class InputUpdateType extends Object
Java class for InputUpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputUpdateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MessageReference" type="{}MessageReferenceType"/>
<element name="OutputContent" type="{}OutputContentType"/>
<element name="MenuEntry" type="{}MenuEntryType" maxOccurs="unbounded" minOccurs="0"/>
<element name="OutputSignature" type="{}OutputSignatureType" minOccurs="0"/>
</sequence>
<attribute name="MinLength" type="{}MinLengthType" />
<attribute name="MaxLength" type="{}MaxLengthType" />
<attribute name="MaxDecimalLength" type="{}MaxDecimalLengthType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
maxDecimalLength |
protected BigInteger |
maxLength |
protected List<MenuEntryType> |
menuEntry |
protected MessageReferenceType |
messageReference |
protected BigInteger |
minLength |
protected OutputContentType |
outputContent |
protected byte[] |
outputSignature |
| Constructor and Description |
|---|
InputUpdateType() |
| 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<MenuEntryType> |
getMenuEntry()
Gets the value of the menuEntry property.
|
MessageReferenceType |
getMessageReference()
Gets the value of the messageReference property.
|
BigInteger |
getMinLength()
Gets the value of the minLength property.
|
OutputContentType |
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(MessageReferenceType value)
Sets the value of the messageReference property.
|
void |
setMinLength(BigInteger value)
Sets the value of the minLength property.
|
void |
setOutputContent(OutputContentType value)
Sets the value of the outputContent property.
|
void |
setOutputSignature(byte[] value)
Sets the value of the outputSignature property.
|
protected MessageReferenceType messageReference
protected OutputContentType outputContent
protected List<MenuEntryType> menuEntry
protected byte[] outputSignature
protected BigInteger minLength
protected BigInteger maxLength
protected BigInteger maxDecimalLength
public MessageReferenceType getMessageReference()
MessageReferenceTypepublic void setMessageReference(MessageReferenceType value)
value - allowed object is
MessageReferenceTypepublic OutputContentType getOutputContent()
OutputContentTypepublic void setOutputContent(OutputContentType value)
value - allowed object is
OutputContentTypepublic List<MenuEntryType> 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
MenuEntryType
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 © 2018. All rights reserved.