Class ConsumptionPointType


  • public class ConsumptionPointType
    extends Object

    Java class for ConsumptionPointType complex type

    .

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

    
     <complexType name="ConsumptionPointType">
       <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}Description" maxOccurs="unbounded" minOccurs="0"/>
             <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}TotalDeliveredQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Address" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}WebSiteAccess" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}UtilityMeter" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ConsumptionPointType

        public ConsumptionPointType()
    • Method Detail

      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

        public void setID​(IDType value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is IDType
      • 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 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

        Returns:
        The value of the description property.
      • setSubscriberID

        public void setSubscriberID​(SubscriberIDType value)
        Sets the value of the subscriberID property.
        Parameters:
        value - allowed object is SubscriberIDType
      • setSubscriberType

        public void setSubscriberType​(SubscriberTypeType value)
        Sets the value of the subscriberType property.
        Parameters:
        value - allowed object is SubscriberTypeType
      • getAddress

        public AddressType getAddress()
        Gets the value of the address property.
        Returns:
        possible object is AddressType
      • setAddress

        public void setAddress​(AddressType value)
        Sets the value of the address property.
        Parameters:
        value - allowed object is AddressType
      • setWebSiteAccess

        public void setWebSiteAccess​(WebSiteAccessType value)
        Sets the value of the webSiteAccess property.
        Parameters:
        value - allowed object is WebSiteAccessType
      • getUtilityMeter

        public List<MeterType> getUtilityMeter()
        Gets the value of the utilityMeter 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 utilityMeter property.

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

         getUtilityMeter().add(newItem);
         

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

        Returns:
        The value of the utilityMeter property.