public class CASRES extends Object
Java class for CASRES complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CASRES">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="BGM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}BGM-BeginningOfMessage"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9"/>
<element name="ERC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ERC-ApplicationErrorInformation" maxOccurs="9" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="9" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="99" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-1" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress"/>
<element name="SEQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEQ-SequenceDetails" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-2" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails"/>
<element name="GIR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIR-RelatedIdentificationNumbers" maxOccurs="99" minOccurs="0"/>
<element name="PYT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PYT-PaymentTerms" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="99" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CASRES.SegGrp1
Java class for anonymous complex type.
|
static class |
CASRES.SegGrp2
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
CASRES() |
public BGMBeginningOfMessage getBGM()
BGMBeginningOfMessagepublic void setBGM(BGMBeginningOfMessage value)
value - allowed object is
BGMBeginningOfMessagepublic List<DTMDateTimePeriod> getDTM()
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 dtm property.
For example, to add a new item, do as follows:
getDTM().add(newItem);
Objects of the following type(s) are allowed in the list
DTMDateTimePeriod
public List<ERCApplicationErrorInformation> getERC()
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 erc property.
For example, to add a new item, do as follows:
getERC().add(newItem);
Objects of the following type(s) are allowed in the list
ERCApplicationErrorInformation
public List<LOCPlaceLocationIdentification> getLOC()
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 loc property.
For example, to add a new item, do as follows:
getLOC().add(newItem);
Objects of the following type(s) are allowed in the list
LOCPlaceLocationIdentification
public List<RFFReference> getRFF()
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 rff property.
For example, to add a new item, do as follows:
getRFF().add(newItem);
Objects of the following type(s) are allowed in the list
RFFReference
public List<MOAMonetaryAmount> getMOA()
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 moa property.
For example, to add a new item, do as follows:
getMOA().add(newItem);
Objects of the following type(s) are allowed in the list
MOAMonetaryAmount
public List<FTXFreeText> getFTX()
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 ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public List<CASRES.SegGrp1> getSegGrp1()
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 segGrp1 property.
For example, to add a new item, do as follows:
getSegGrp1().add(newItem);
Objects of the following type(s) are allowed in the list
CASRES.SegGrp1
public List<CASRES.SegGrp2> getSegGrp2()
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 segGrp2 property.
For example, to add a new item, do as follows:
getSegGrp2().add(newItem);
Objects of the following type(s) are allowed in the list
CASRES.SegGrp2
public CASRES withBGM(BGMBeginningOfMessage value)
public CASRES withDTM(DTMDateTimePeriod... values)
public CASRES withDTM(Collection<DTMDateTimePeriod> values)
public CASRES withERC(ERCApplicationErrorInformation... values)
public CASRES withERC(Collection<ERCApplicationErrorInformation> values)
public CASRES withLOC(LOCPlaceLocationIdentification... values)
public CASRES withLOC(Collection<LOCPlaceLocationIdentification> values)
public CASRES withRFF(RFFReference... values)
public CASRES withRFF(Collection<RFFReference> values)
public CASRES withMOA(MOAMonetaryAmount... values)
public CASRES withMOA(Collection<MOAMonetaryAmount> values)
public CASRES withFTX(FTXFreeText... values)
public CASRES withFTX(Collection<FTXFreeText> values)
public CASRES withSegGrp1(CASRES.SegGrp1... values)
public CASRES withSegGrp1(Collection<CASRES.SegGrp1> values)
public CASRES withSegGrp2(CASRES.SegGrp2... values)
public CASRES withSegGrp2(Collection<CASRES.SegGrp2> values)
Copyright © 2020. All rights reserved.