Class TelecommunicationsSupplyType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.TelecommunicationsSupplyType
-
public class TelecommunicationsSupplyType extends Object
Java class for TelecommunicationsSupplyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TelecommunicationsSupplyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TelecommunicationsSupplyType" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TelecommunicationsSupplyTypeCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PrivacyCode"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TotalAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TelecommunicationsSupplyLine" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DescriptionType>descriptionprotected PrivacyCodeTypeprivacyCodeprotected List<TelecommunicationsSupplyLineType>telecommunicationsSupplyLineprotected TelecommunicationsSupplyTypeTypetelecommunicationsSupplyTypeprotected TelecommunicationsSupplyTypeCodeTypetelecommunicationsSupplyTypeCodeprotected TotalAmountTypetotalAmount
-
Constructor Summary
Constructors Constructor Description TelecommunicationsSupplyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescriptionType>getDescription()Gets the value of the description property.PrivacyCodeTypegetPrivacyCode()Gets the value of the privacyCode property.List<TelecommunicationsSupplyLineType>getTelecommunicationsSupplyLine()Gets the value of the telecommunicationsSupplyLine property.TelecommunicationsSupplyTypeTypegetTelecommunicationsSupplyType()Gets the value of the telecommunicationsSupplyType property.TelecommunicationsSupplyTypeCodeTypegetTelecommunicationsSupplyTypeCode()Gets the value of the telecommunicationsSupplyTypeCode property.TotalAmountTypegetTotalAmount()Gets the value of the totalAmount property.voidsetPrivacyCode(PrivacyCodeType value)Sets the value of the privacyCode property.voidsetTelecommunicationsSupplyType(TelecommunicationsSupplyTypeType value)Sets the value of the telecommunicationsSupplyType property.voidsetTelecommunicationsSupplyTypeCode(TelecommunicationsSupplyTypeCodeType value)Sets the value of the telecommunicationsSupplyTypeCode property.voidsetTotalAmount(TotalAmountType value)Sets the value of the totalAmount property.
-
-
-
Field Detail
-
telecommunicationsSupplyType
protected TelecommunicationsSupplyTypeType telecommunicationsSupplyType
-
telecommunicationsSupplyTypeCode
protected TelecommunicationsSupplyTypeCodeType telecommunicationsSupplyTypeCode
-
privacyCode
protected PrivacyCodeType privacyCode
-
description
protected List<DescriptionType> description
-
totalAmount
protected TotalAmountType totalAmount
-
telecommunicationsSupplyLine
protected List<TelecommunicationsSupplyLineType> telecommunicationsSupplyLine
-
-
Method Detail
-
getTelecommunicationsSupplyType
public TelecommunicationsSupplyTypeType getTelecommunicationsSupplyType()
Gets the value of the telecommunicationsSupplyType property.- Returns:
- possible object is
TelecommunicationsSupplyTypeType
-
setTelecommunicationsSupplyType
public void setTelecommunicationsSupplyType(TelecommunicationsSupplyTypeType value)
Sets the value of the telecommunicationsSupplyType property.- Parameters:
value- allowed object isTelecommunicationsSupplyTypeType
-
getTelecommunicationsSupplyTypeCode
public TelecommunicationsSupplyTypeCodeType getTelecommunicationsSupplyTypeCode()
Gets the value of the telecommunicationsSupplyTypeCode property.- Returns:
- possible object is
TelecommunicationsSupplyTypeCodeType
-
setTelecommunicationsSupplyTypeCode
public void setTelecommunicationsSupplyTypeCode(TelecommunicationsSupplyTypeCodeType value)
Sets the value of the telecommunicationsSupplyTypeCode property.- Parameters:
value- allowed object isTelecommunicationsSupplyTypeCodeType
-
getPrivacyCode
public PrivacyCodeType getPrivacyCode()
Gets the value of the privacyCode property.- Returns:
- possible object is
PrivacyCodeType
-
setPrivacyCode
public void setPrivacyCode(PrivacyCodeType value)
Sets the value of the privacyCode property.- Parameters:
value- allowed object isPrivacyCodeType
-
getDescription
public List<DescriptionType> getDescription()
Gets the value of the description 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 description property.For example, to add a new item, do as follows:
getDescription().add(newItem);Objects of the following type(s) are allowed in the list
DescriptionType
-
getTotalAmount
public TotalAmountType getTotalAmount()
Gets the value of the totalAmount property.- Returns:
- possible object is
TotalAmountType
-
setTotalAmount
public void setTotalAmount(TotalAmountType value)
Sets the value of the totalAmount property.- Parameters:
value- allowed object isTotalAmountType
-
getTelecommunicationsSupplyLine
public List<TelecommunicationsSupplyLineType> getTelecommunicationsSupplyLine()
Gets the value of the telecommunicationsSupplyLine 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 telecommunicationsSupplyLine property.For example, to add a new item, do as follows:
getTelecommunicationsSupplyLine().add(newItem);Objects of the following type(s) are allowed in the list
TelecommunicationsSupplyLineType
-
-