public class EVEEvent extends Object
Java class for EVE-Event complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EVE-Event">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9635" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9635-EventDetailsCodeQualifier" minOccurs="0"/>
<element name="C004" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C004-EventCategory" minOccurs="0"/>
<element name="C030" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C030-EventType" minOccurs="0"/>
<sequence>
<element name="C063" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C063-EventIdentification" maxOccurs="5" minOccurs="0"/>
</sequence>
<element name="E1229" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1229-ActionCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EVEEvent() |
| Modifier and Type | Method and Description |
|---|---|
C004EventCategory |
getC004()
Gets the value of the c004 property.
|
C030EventType |
getC030()
Gets the value of the c030 property.
|
List<C063EventIdentification> |
getC063()
Gets the value of the c063 property.
|
String |
getE1229()
Gets the value of the e1229 property.
|
String |
getE9635()
Gets the value of the e9635 property.
|
void |
setC004(C004EventCategory value)
Sets the value of the c004 property.
|
void |
setC030(C030EventType value)
Sets the value of the c030 property.
|
void |
setE1229(String value)
Sets the value of the e1229 property.
|
void |
setE9635(String value)
Sets the value of the e9635 property.
|
EVEEvent |
withC004(C004EventCategory value) |
EVEEvent |
withC030(C030EventType value) |
EVEEvent |
withC063(C063EventIdentification... values) |
EVEEvent |
withC063(Collection<C063EventIdentification> values) |
EVEEvent |
withE1229(String value) |
EVEEvent |
withE9635(String value) |
public String getE9635()
Stringpublic void setE9635(String value)
value - allowed object is
Stringpublic C004EventCategory getC004()
C004EventCategorypublic void setC004(C004EventCategory value)
value - allowed object is
C004EventCategorypublic C030EventType getC030()
C030EventTypepublic void setC030(C030EventType value)
value - allowed object is
C030EventTypepublic List<C063EventIdentification> getC063()
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 c063 property.
For example, to add a new item, do as follows:
getC063().add(newItem);
Objects of the following type(s) are allowed in the list
C063EventIdentification
public String getE1229()
Stringpublic void setE1229(String value)
value - allowed object is
Stringpublic EVEEvent withC004(C004EventCategory value)
public EVEEvent withC030(C030EventType value)
public EVEEvent withC063(C063EventIdentification... values)
public EVEEvent withC063(Collection<C063EventIdentification> values)
Copyright © 2020. All rights reserved.