public class GORGovernmentalRequirements extends Object
Java class for GOR-GovernmentalRequirements complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GOR-GovernmentalRequirements">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E8323" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8323-TransportMovementCode" minOccurs="0"/>
<sequence>
<element name="C232" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C232-GovernmentAction" maxOccurs="3" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GORGovernmentalRequirements() |
| Modifier and Type | Method and Description |
|---|---|
List<C232GovernmentAction> |
getC232()
Gets the value of the c232 property.
|
String |
getE8323()
Gets the value of the e8323 property.
|
void |
setE8323(String value)
Sets the value of the e8323 property.
|
GORGovernmentalRequirements |
withC232(C232GovernmentAction... values) |
GORGovernmentalRequirements |
withC232(Collection<C232GovernmentAction> values) |
GORGovernmentalRequirements |
withE8323(String value) |
public String getE8323()
Stringpublic void setE8323(String value)
value - allowed object is
Stringpublic List<C232GovernmentAction> getC232()
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 c232 property.
For example, to add a new item, do as follows:
getC232().add(newItem);
Objects of the following type(s) are allowed in the list
C232GovernmentAction
public GORGovernmentalRequirements withE8323(String value)
public GORGovernmentalRequirements withC232(C232GovernmentAction... values)
public GORGovernmentalRequirements withC232(Collection<C232GovernmentAction> values)
Copyright © 2020. All rights reserved.