Class SubscriberConsumptionType


  • public class SubscriberConsumptionType
    extends Object

    Java class for SubscriberConsumptionType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="SubscriberConsumptionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ConsumptionID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SpecificationTypeCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TotalMeteredQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SubscriberParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}UtilityConsumptionPoint"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}OnAccountPayment" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Consumption" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SupplierConsumption" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SubscriberConsumptionType

        public SubscriberConsumptionType()
    • Method Detail

      • setConsumptionID

        public void setConsumptionID​(ConsumptionIDType value)
        Sets the value of the consumptionID property.
        Parameters:
        value - allowed object is ConsumptionIDType
      • getNote

        public List<NoteType> getNote()
        Gets the value of the note 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 set method for the note property.

        For example, to add a new item, do as follows:

         getNote().add(newItem);
         

        Objects of the following type(s) are allowed in the list NoteType

        Returns:
        The value of the note property.
      • getSubscriberParty

        public PartyType getSubscriberParty()
        Gets the value of the subscriberParty property.
        Returns:
        possible object is PartyType
      • setSubscriberParty

        public void setSubscriberParty​(PartyType value)
        Sets the value of the subscriberParty property.
        Parameters:
        value - allowed object is PartyType
      • setUtilityConsumptionPoint

        public void setUtilityConsumptionPoint​(ConsumptionPointType value)
        Sets the value of the utilityConsumptionPoint property.
        Parameters:
        value - allowed object is ConsumptionPointType
      • getOnAccountPayment

        public List<OnAccountPaymentType> getOnAccountPayment()
        Gets the value of the onAccountPayment 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 set method for the onAccountPayment property.

        For example, to add a new item, do as follows:

         getOnAccountPayment().add(newItem);
         

        Objects of the following type(s) are allowed in the list OnAccountPaymentType

        Returns:
        The value of the onAccountPayment property.
      • setConsumption

        public void setConsumption​(ConsumptionType value)
        Sets the value of the consumption property.
        Parameters:
        value - allowed object is ConsumptionType
      • getSupplierConsumption

        public List<SupplierConsumptionType> getSupplierConsumption()
        Gets the value of the supplierConsumption 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 set method for the supplierConsumption property.

        For example, to add a new item, do as follows:

         getSupplierConsumption().add(newItem);
         

        Objects of the following type(s) are allowed in the list SupplierConsumptionType

        Returns:
        The value of the supplierConsumption property.