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>
| Modifier and Type | Field and Description |
|---|---|
protected List<AllowanceChargeType> |
allowanceCharge |
protected List<DescriptionType> |
description |
protected List<ExchangeRateType> |
exchangeRate |
protected IDType |
id |
protected LineExtensionAmountType |
lineExtensionAmount |
protected PhoneNumberType |
phoneNumber |
protected List<TaxTotalType> |
taxTotal |
protected List<TelecommunicationsServiceType> |
telecommunicationsService |
| Constructor and Description |
|---|
TelecommunicationsSupplyLineType() |
| Modifier and Type | Method and 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.
|
IDType |
getID()
Gets the value of the id property.
|
LineExtensionAmountType |
getLineExtensionAmount()
Gets the value of the lineExtensionAmount property.
|
PhoneNumberType |
getPhoneNumber()
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.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setLineExtensionAmount(LineExtensionAmountType value)
Sets the value of the lineExtensionAmount property.
|
void |
setPhoneNumber(PhoneNumberType value)
Sets the value of the phoneNumber property.
|
protected IDType id
protected PhoneNumberType phoneNumber
protected List<DescriptionType> description
protected LineExtensionAmountType lineExtensionAmount
protected List<ExchangeRateType> exchangeRate
protected List<AllowanceChargeType> allowanceCharge
protected List<TaxTotalType> taxTotal
protected List<TelecommunicationsServiceType> telecommunicationsService
public void setID(IDType value)
value - allowed object is
IDTypepublic PhoneNumberType getPhoneNumber()
PhoneNumberTypepublic void setPhoneNumber(PhoneNumberType value)
value - allowed object is
PhoneNumberTypepublic List<DescriptionType> getDescription()
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 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
public LineExtensionAmountType getLineExtensionAmount()
LineExtensionAmountTypepublic void setLineExtensionAmount(LineExtensionAmountType value)
value - allowed object is
LineExtensionAmountTypepublic List<ExchangeRateType> getExchangeRate()
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 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
public List<AllowanceChargeType> getAllowanceCharge()
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 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
public List<TaxTotalType> getTaxTotal()
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 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
public List<TelecommunicationsServiceType> getTelecommunicationsService()
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 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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.