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>
| Modifier and Type | Field and Description |
|---|---|
protected List<DescriptionType> |
description |
protected PrivacyCodeType |
privacyCode |
protected List<TelecommunicationsSupplyLineType> |
telecommunicationsSupplyLine |
protected TelecommunicationsSupplyTypeType |
telecommunicationsSupplyType |
protected TelecommunicationsSupplyTypeCodeType |
telecommunicationsSupplyTypeCode |
protected TotalAmountType |
totalAmount |
| Constructor and Description |
|---|
TelecommunicationsSupplyType() |
| Modifier and Type | Method and Description |
|---|---|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
PrivacyCodeType |
getPrivacyCode()
Gets the value of the privacyCode property.
|
List<TelecommunicationsSupplyLineType> |
getTelecommunicationsSupplyLine()
Gets the value of the telecommunicationsSupplyLine property.
|
TelecommunicationsSupplyTypeType |
getTelecommunicationsSupplyType()
Gets the value of the telecommunicationsSupplyType property.
|
TelecommunicationsSupplyTypeCodeType |
getTelecommunicationsSupplyTypeCode()
Gets the value of the telecommunicationsSupplyTypeCode property.
|
TotalAmountType |
getTotalAmount()
Gets the value of the totalAmount property.
|
void |
setPrivacyCode(PrivacyCodeType value)
Sets the value of the privacyCode property.
|
void |
setTelecommunicationsSupplyType(TelecommunicationsSupplyTypeType value)
Sets the value of the telecommunicationsSupplyType property.
|
void |
setTelecommunicationsSupplyTypeCode(TelecommunicationsSupplyTypeCodeType value)
Sets the value of the telecommunicationsSupplyTypeCode property.
|
void |
setTotalAmount(TotalAmountType value)
Sets the value of the totalAmount property.
|
protected TelecommunicationsSupplyTypeType telecommunicationsSupplyType
protected TelecommunicationsSupplyTypeCodeType telecommunicationsSupplyTypeCode
protected PrivacyCodeType privacyCode
protected List<DescriptionType> description
protected TotalAmountType totalAmount
protected List<TelecommunicationsSupplyLineType> telecommunicationsSupplyLine
public TelecommunicationsSupplyTypeType getTelecommunicationsSupplyType()
TelecommunicationsSupplyTypeTypepublic void setTelecommunicationsSupplyType(TelecommunicationsSupplyTypeType value)
value - allowed object is
TelecommunicationsSupplyTypeTypepublic TelecommunicationsSupplyTypeCodeType getTelecommunicationsSupplyTypeCode()
TelecommunicationsSupplyTypeCodeTypepublic void setTelecommunicationsSupplyTypeCode(TelecommunicationsSupplyTypeCodeType value)
value - allowed object is
TelecommunicationsSupplyTypeCodeTypepublic PrivacyCodeType getPrivacyCode()
PrivacyCodeTypepublic void setPrivacyCode(PrivacyCodeType value)
value - allowed object is
PrivacyCodeTypepublic 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 TotalAmountType getTotalAmount()
TotalAmountTypepublic void setTotalAmount(TotalAmountType value)
value - allowed object is
TotalAmountTypepublic List<TelecommunicationsSupplyLineType> getTelecommunicationsSupplyLine()
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 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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.