public class IDEIdentity extends Object
Java class for IDE-Identity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IDE-Identity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7495" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7495-ObjectTypeCodeQualifier"/>
<element name="C206" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C206-IdentificationNumber" minOccurs="0"/>
<element name="C082" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C082-PartyIdentificationDetails" minOccurs="0"/>
<element name="E4405" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4405-StatusDescriptionCode" minOccurs="0"/>
<element name="E1222" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1222-ConfigurationLevelNumber" minOccurs="0"/>
<sequence>
<element name="C778" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C778-PositionIdentification" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="C240" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C240-CharacteristicDescription" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
IDEIdentity() |
| Modifier and Type | Method and Description |
|---|---|
C082PartyIdentificationDetails |
getC082()
Gets the value of the c082 property.
|
C206IdentificationNumber |
getC206()
Gets the value of the c206 property.
|
C240CharacteristicDescription |
getC240()
Gets the value of the c240 property.
|
List<C778PositionIdentification> |
getC778()
Gets the value of the c778 property.
|
BigDecimal |
getE1222()
Gets the value of the e1222 property.
|
String |
getE4405()
Gets the value of the e4405 property.
|
String |
getE7495()
Gets the value of the e7495 property.
|
void |
setC082(C082PartyIdentificationDetails value)
Sets the value of the c082 property.
|
void |
setC206(C206IdentificationNumber value)
Sets the value of the c206 property.
|
void |
setC240(C240CharacteristicDescription value)
Sets the value of the c240 property.
|
void |
setE1222(BigDecimal value)
Sets the value of the e1222 property.
|
void |
setE4405(String value)
Sets the value of the e4405 property.
|
void |
setE7495(String value)
Sets the value of the e7495 property.
|
IDEIdentity |
withC082(C082PartyIdentificationDetails value) |
IDEIdentity |
withC206(C206IdentificationNumber value) |
IDEIdentity |
withC240(C240CharacteristicDescription value) |
IDEIdentity |
withC778(C778PositionIdentification... values) |
IDEIdentity |
withC778(Collection<C778PositionIdentification> values) |
IDEIdentity |
withE1222(BigDecimal value) |
IDEIdentity |
withE4405(String value) |
IDEIdentity |
withE7495(String value) |
public String getE7495()
Stringpublic void setE7495(String value)
value - allowed object is
Stringpublic C206IdentificationNumber getC206()
C206IdentificationNumberpublic void setC206(C206IdentificationNumber value)
value - allowed object is
C206IdentificationNumberpublic C082PartyIdentificationDetails getC082()
C082PartyIdentificationDetailspublic void setC082(C082PartyIdentificationDetails value)
value - allowed object is
C082PartyIdentificationDetailspublic String getE4405()
Stringpublic void setE4405(String value)
value - allowed object is
Stringpublic BigDecimal getE1222()
BigDecimalpublic void setE1222(BigDecimal value)
value - allowed object is
BigDecimalpublic List<C778PositionIdentification> getC778()
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 c778 property.
For example, to add a new item, do as follows:
getC778().add(newItem);
Objects of the following type(s) are allowed in the list
C778PositionIdentification
public C240CharacteristicDescription getC240()
C240CharacteristicDescriptionpublic void setC240(C240CharacteristicDescription value)
value - allowed object is
C240CharacteristicDescriptionpublic IDEIdentity withE7495(String value)
public IDEIdentity withC206(C206IdentificationNumber value)
public IDEIdentity withC082(C082PartyIdentificationDetails value)
public IDEIdentity withE4405(String value)
public IDEIdentity withE1222(BigDecimal value)
public IDEIdentity withC778(C778PositionIdentification... values)
public IDEIdentity withC778(Collection<C778PositionIdentification> values)
public IDEIdentity withC240(C240CharacteristicDescription value)
Copyright © 2020. All rights reserved.