public static class Interchange.FunctionGroup extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UNG" type="{http://www.ibm.com/dfdl/edi/un/service/4.1}UNG-GroupHeader"/>
<element ref="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}Message" maxOccurs="unbounded"/>
<element name="UNE" type="{http://www.ibm.com/dfdl/edi/un/service/4.1}UNE-GroupTrailer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FunctionGroup() |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
getMessage()
Gets the value of the message property.
|
UNEGroupTrailer |
getUNE()
Gets the value of the une property.
|
UNGGroupHeader |
getUNG()
Gets the value of the ung property.
|
void |
setUNE(UNEGroupTrailer value)
Sets the value of the une property.
|
void |
setUNG(UNGGroupHeader value)
Sets the value of the ung property.
|
Interchange.FunctionGroup |
withMessage(Collection<Message> values) |
Interchange.FunctionGroup |
withMessage(Message... values) |
Interchange.FunctionGroup |
withUNE(UNEGroupTrailer value) |
Interchange.FunctionGroup |
withUNG(UNGGroupHeader value) |
public UNGGroupHeader getUNG()
UNGGroupHeaderpublic void setUNG(UNGGroupHeader value)
value - allowed object is
UNGGroupHeaderpublic List<Message> getMessage()
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 message property.
For example, to add a new item, do as follows:
getMessage().add(newItem);
Objects of the following type(s) are allowed in the list
Message
public UNEGroupTrailer getUNE()
UNEGroupTrailerpublic void setUNE(UNEGroupTrailer value)
value - allowed object is
UNEGroupTrailerpublic Interchange.FunctionGroup withUNG(UNGGroupHeader value)
public Interchange.FunctionGroup withMessage(Message... values)
public Interchange.FunctionGroup withMessage(Collection<Message> values)
public Interchange.FunctionGroup withUNE(UNEGroupTrailer value)
Copyright © 2020. All rights reserved.