Class TradingTermsType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.TradingTermsType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AddressTypeapplicableAddressprotected List<InformationType>informationprotected ReferenceTypereference
-
Constructor Summary
Constructors Constructor Description TradingTermsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressTypegetApplicableAddress()Gets the value of the applicableAddress property.List<InformationType>getInformation()Gets the value of the information property.ReferenceTypegetReference()Gets the value of the reference property.voidsetApplicableAddress(AddressType value)Sets the value of the applicableAddress property.voidsetReference(ReferenceType value)Sets the value of the reference property.
-
-
-
Field Detail
-
information
protected List<InformationType> information
-
reference
protected ReferenceType reference
-
applicableAddress
protected AddressType applicableAddress
-
-
Method Detail
-
getInformation
public List<InformationType> getInformation()
Gets the value of the information property.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
setmethod 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- Returns:
- The value of the information property.
-
getReference
public ReferenceType getReference()
Gets the value of the reference property.- Returns:
- possible object is
ReferenceType
-
setReference
public void setReference(ReferenceType value)
Sets the value of the reference property.- Parameters:
value- allowed object isReferenceType
-
getApplicableAddress
public AddressType getApplicableAddress()
Gets the value of the applicableAddress property.- Returns:
- possible object is
AddressType
-
setApplicableAddress
public void setApplicableAddress(AddressType value)
Sets the value of the applicableAddress property.- Parameters:
value- allowed object isAddressType
-
-