public class TradingTermsType extends Object
Java class for TradingTermsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TradingTermsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Information" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Reference" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ApplicableAddress" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AddressType |
applicableAddress |
protected List<InformationType> |
information |
protected ReferenceType |
reference |
| Constructor and Description |
|---|
TradingTermsType() |
| Modifier and Type | Method and Description |
|---|---|
AddressType |
getApplicableAddress()
Gets the value of the applicableAddress property.
|
List<InformationType> |
getInformation()
Gets the value of the information property.
|
ReferenceType |
getReference()
Gets the value of the reference property.
|
void |
setApplicableAddress(AddressType value)
Sets the value of the applicableAddress property.
|
void |
setReference(ReferenceType value)
Sets the value of the reference property.
|
protected List<InformationType> information
protected ReferenceType reference
protected AddressType applicableAddress
public List<InformationType> getInformation()
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 information property.
For example, to add a new item, do as follows:
getInformation().add(newItem);
Objects of the following type(s) are allowed in the list
InformationType
public ReferenceType getReference()
ReferenceTypepublic void setReference(ReferenceType value)
value - allowed object is
ReferenceTypepublic AddressType getApplicableAddress()
AddressTypepublic void setApplicableAddress(AddressType value)
value - allowed object is
AddressTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.