Class TelecommunicationsSupplyLineType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.TelecommunicationsSupplyLineType
-
public class TelecommunicationsSupplyLineType extends Object
Java class for TelecommunicationsSupplyLineType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="TelecommunicationsSupplyLineType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PhoneNumber"/> <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}LineExtensionAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ExchangeRate" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AllowanceCharge" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TaxTotal" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TelecommunicationsService" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AllowanceChargeType>allowanceChargeprotected List<DescriptionType>descriptionprotected List<ExchangeRateType>exchangeRateprotected IDTypeidprotected LineExtensionAmountTypelineExtensionAmountprotected PhoneNumberTypephoneNumberprotected List<TaxTotalType>taxTotalprotected List<TelecommunicationsServiceType>telecommunicationsService
-
Constructor Summary
Constructors Constructor Description TelecommunicationsSupplyLineType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AllowanceChargeType>getAllowanceCharge()Gets the value of the allowanceCharge property.List<DescriptionType>getDescription()Gets the value of the description property.List<ExchangeRateType>getExchangeRate()Gets the value of the exchangeRate property.IDTypegetID()Gets the value of the id property.LineExtensionAmountTypegetLineExtensionAmount()Gets the value of the lineExtensionAmount property.PhoneNumberTypegetPhoneNumber()Gets the value of the phoneNumber property.List<TaxTotalType>getTaxTotal()Gets the value of the taxTotal property.List<TelecommunicationsServiceType>getTelecommunicationsService()Gets the value of the telecommunicationsService property.voidsetID(IDType value)Sets the value of the id property.voidsetLineExtensionAmount(LineExtensionAmountType value)Sets the value of the lineExtensionAmount property.voidsetPhoneNumber(PhoneNumberType value)Sets the value of the phoneNumber property.
-
-
-
Field Detail
-
id
protected IDType id
-
phoneNumber
protected PhoneNumberType phoneNumber
-
description
protected List<DescriptionType> description
-
lineExtensionAmount
protected LineExtensionAmountType lineExtensionAmount
-
exchangeRate
protected List<ExchangeRateType> exchangeRate
-
allowanceCharge
protected List<AllowanceChargeType> allowanceCharge
-
taxTotal
protected List<TaxTotalType> taxTotal
-
telecommunicationsService
protected List<TelecommunicationsServiceType> telecommunicationsService
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getPhoneNumber
public PhoneNumberType getPhoneNumber()
Gets the value of the phoneNumber property.- Returns:
- possible object is
PhoneNumberType
-
setPhoneNumber
public void setPhoneNumber(PhoneNumberType value)
Sets the value of the phoneNumber property.- Parameters:
value- allowed object isPhoneNumberType
-
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- Returns:
- The value of the description property.
-
getLineExtensionAmount
public LineExtensionAmountType getLineExtensionAmount()
Gets the value of the lineExtensionAmount property.- Returns:
- possible object is
LineExtensionAmountType
-
setLineExtensionAmount
public void setLineExtensionAmount(LineExtensionAmountType value)
Sets the value of the lineExtensionAmount property.- Parameters:
value- allowed object isLineExtensionAmountType
-
getExchangeRate
public List<ExchangeRateType> getExchangeRate()
Gets the value of the exchangeRate 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 exchangeRate property.For example, to add a new item, do as follows:
getExchangeRate().add(newItem);
Objects of the following type(s) are allowed in the list
ExchangeRateType- Returns:
- The value of the exchangeRate property.
-
getAllowanceCharge
public List<AllowanceChargeType> getAllowanceCharge()
Gets the value of the allowanceCharge 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 allowanceCharge property.For example, to add a new item, do as follows:
getAllowanceCharge().add(newItem);
Objects of the following type(s) are allowed in the list
AllowanceChargeType- Returns:
- The value of the allowanceCharge property.
-
getTaxTotal
public List<TaxTotalType> getTaxTotal()
Gets the value of the taxTotal 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 taxTotal property.For example, to add a new item, do as follows:
getTaxTotal().add(newItem);
Objects of the following type(s) are allowed in the list
TaxTotalType- Returns:
- The value of the taxTotal property.
-
getTelecommunicationsService
public List<TelecommunicationsServiceType> getTelecommunicationsService()
Gets the value of the telecommunicationsService 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 telecommunicationsService property.For example, to add a new item, do as follows:
getTelecommunicationsService().add(newItem);
Objects of the following type(s) are allowed in the list
TelecommunicationsServiceType- Returns:
- The value of the telecommunicationsService property.
-
-