public class Exchange
extends java.lang.Object
Java class for Exchange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Exchange"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="supplierIdentification" type="{http://datex2.eu/schema/2/2_0}InternationalIdentifier"/> <element name="exchangeExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExtensionType |
exchangeExtension |
protected InternationalIdentifier |
supplierIdentification |
Constructor and Description |
---|
Exchange() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getExchangeExtension()
Gets the value of the exchangeExtension property.
|
InternationalIdentifier |
getSupplierIdentification()
Gets the value of the supplierIdentification property.
|
void |
setExchangeExtension(ExtensionType value)
Sets the value of the exchangeExtension property.
|
void |
setSupplierIdentification(InternationalIdentifier value)
Sets the value of the supplierIdentification property.
|
protected InternationalIdentifier supplierIdentification
protected ExtensionType exchangeExtension
public InternationalIdentifier getSupplierIdentification()
InternationalIdentifier
public void setSupplierIdentification(InternationalIdentifier value)
value
- allowed object is
InternationalIdentifier
public ExtensionType getExchangeExtension()
ExtensionType
public void setExchangeExtension(ExtensionType value)
value
- allowed object is
ExtensionType