public class UtilityItemType extends Object
Java class for UtilityItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UtilityItemType">
<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}SubscriberID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SubscriberType" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SubscriberTypeCode" minOccurs="0"/>
<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}PackQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PackSizeNumeric" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ConsumptionType" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ConsumptionTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CurrentChargeType" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CurrentChargeTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OneTimeChargeType" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OneTimeChargeTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TaxCategory" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Contract" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ConsumptionTypeType |
consumptionType |
protected ConsumptionTypeCodeType |
consumptionTypeCode |
protected ContractType |
contract |
protected CurrentChargeTypeType |
currentChargeType |
protected CurrentChargeTypeCodeType |
currentChargeTypeCode |
protected List<DescriptionType> |
description |
protected IDType |
id |
protected OneTimeChargeTypeType |
oneTimeChargeType |
protected OneTimeChargeTypeCodeType |
oneTimeChargeTypeCode |
protected PackQuantityType |
packQuantity |
protected PackSizeNumericType |
packSizeNumeric |
protected SubscriberIDType |
subscriberID |
protected SubscriberTypeType |
subscriberType |
protected SubscriberTypeCodeType |
subscriberTypeCode |
protected TaxCategoryType |
taxCategory |
| Constructor and Description |
|---|
UtilityItemType() |
| Modifier and Type | Method and Description |
|---|---|
ConsumptionTypeType |
getConsumptionType()
Gets the value of the consumptionType property.
|
ConsumptionTypeCodeType |
getConsumptionTypeCode()
Gets the value of the consumptionTypeCode property.
|
ContractType |
getContract()
Gets the value of the contract property.
|
CurrentChargeTypeType |
getCurrentChargeType()
Gets the value of the currentChargeType property.
|
CurrentChargeTypeCodeType |
getCurrentChargeTypeCode()
Gets the value of the currentChargeTypeCode property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
IDType |
getID()
Gets the value of the id property.
|
OneTimeChargeTypeType |
getOneTimeChargeType()
Gets the value of the oneTimeChargeType property.
|
OneTimeChargeTypeCodeType |
getOneTimeChargeTypeCode()
Gets the value of the oneTimeChargeTypeCode property.
|
PackQuantityType |
getPackQuantity()
Gets the value of the packQuantity property.
|
PackSizeNumericType |
getPackSizeNumeric()
Gets the value of the packSizeNumeric property.
|
SubscriberIDType |
getSubscriberID()
Gets the value of the subscriberID property.
|
SubscriberTypeType |
getSubscriberType()
Gets the value of the subscriberType property.
|
SubscriberTypeCodeType |
getSubscriberTypeCode()
Gets the value of the subscriberTypeCode property.
|
TaxCategoryType |
getTaxCategory()
Gets the value of the taxCategory property.
|
void |
setConsumptionType(ConsumptionTypeType value)
Sets the value of the consumptionType property.
|
void |
setConsumptionTypeCode(ConsumptionTypeCodeType value)
Sets the value of the consumptionTypeCode property.
|
void |
setContract(ContractType value)
Sets the value of the contract property.
|
void |
setCurrentChargeType(CurrentChargeTypeType value)
Sets the value of the currentChargeType property.
|
void |
setCurrentChargeTypeCode(CurrentChargeTypeCodeType value)
Sets the value of the currentChargeTypeCode property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setOneTimeChargeType(OneTimeChargeTypeType value)
Sets the value of the oneTimeChargeType property.
|
void |
setOneTimeChargeTypeCode(OneTimeChargeTypeCodeType value)
Sets the value of the oneTimeChargeTypeCode property.
|
void |
setPackQuantity(PackQuantityType value)
Sets the value of the packQuantity property.
|
void |
setPackSizeNumeric(PackSizeNumericType value)
Sets the value of the packSizeNumeric property.
|
void |
setSubscriberID(SubscriberIDType value)
Sets the value of the subscriberID property.
|
void |
setSubscriberType(SubscriberTypeType value)
Sets the value of the subscriberType property.
|
void |
setSubscriberTypeCode(SubscriberTypeCodeType value)
Sets the value of the subscriberTypeCode property.
|
void |
setTaxCategory(TaxCategoryType value)
Sets the value of the taxCategory property.
|
protected IDType id
protected SubscriberIDType subscriberID
protected SubscriberTypeType subscriberType
protected SubscriberTypeCodeType subscriberTypeCode
protected List<DescriptionType> description
protected PackQuantityType packQuantity
protected PackSizeNumericType packSizeNumeric
protected ConsumptionTypeType consumptionType
protected ConsumptionTypeCodeType consumptionTypeCode
protected CurrentChargeTypeType currentChargeType
protected CurrentChargeTypeCodeType currentChargeTypeCode
protected OneTimeChargeTypeType oneTimeChargeType
protected OneTimeChargeTypeCodeType oneTimeChargeTypeCode
protected TaxCategoryType taxCategory
protected ContractType contract
public void setID(IDType value)
value - allowed object is
IDTypepublic SubscriberIDType getSubscriberID()
SubscriberIDTypepublic void setSubscriberID(SubscriberIDType value)
value - allowed object is
SubscriberIDTypepublic SubscriberTypeType getSubscriberType()
SubscriberTypeTypepublic void setSubscriberType(SubscriberTypeType value)
value - allowed object is
SubscriberTypeTypepublic SubscriberTypeCodeType getSubscriberTypeCode()
SubscriberTypeCodeTypepublic void setSubscriberTypeCode(SubscriberTypeCodeType value)
value - allowed object is
SubscriberTypeCodeTypepublic 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 PackQuantityType getPackQuantity()
PackQuantityTypepublic void setPackQuantity(PackQuantityType value)
value - allowed object is
PackQuantityTypepublic PackSizeNumericType getPackSizeNumeric()
PackSizeNumericTypepublic void setPackSizeNumeric(PackSizeNumericType value)
value - allowed object is
PackSizeNumericTypepublic ConsumptionTypeType getConsumptionType()
ConsumptionTypeTypepublic void setConsumptionType(ConsumptionTypeType value)
value - allowed object is
ConsumptionTypeTypepublic ConsumptionTypeCodeType getConsumptionTypeCode()
ConsumptionTypeCodeTypepublic void setConsumptionTypeCode(ConsumptionTypeCodeType value)
value - allowed object is
ConsumptionTypeCodeTypepublic CurrentChargeTypeType getCurrentChargeType()
CurrentChargeTypeTypepublic void setCurrentChargeType(CurrentChargeTypeType value)
value - allowed object is
CurrentChargeTypeTypepublic CurrentChargeTypeCodeType getCurrentChargeTypeCode()
CurrentChargeTypeCodeTypepublic void setCurrentChargeTypeCode(CurrentChargeTypeCodeType value)
value - allowed object is
CurrentChargeTypeCodeTypepublic OneTimeChargeTypeType getOneTimeChargeType()
OneTimeChargeTypeTypepublic void setOneTimeChargeType(OneTimeChargeTypeType value)
value - allowed object is
OneTimeChargeTypeTypepublic OneTimeChargeTypeCodeType getOneTimeChargeTypeCode()
OneTimeChargeTypeCodeTypepublic void setOneTimeChargeTypeCode(OneTimeChargeTypeCodeType value)
value - allowed object is
OneTimeChargeTypeCodeTypepublic TaxCategoryType getTaxCategory()
TaxCategoryTypepublic void setTaxCategory(TaxCategoryType value)
value - allowed object is
TaxCategoryTypepublic ContractType getContract()
ContractTypepublic void setContract(ContractType value)
value - allowed object is
ContractTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.