Class NotificationRequirementType


  • public class NotificationRequirementType
    extends Object

    Java class for NotificationRequirementType complex type

    .

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

    
     <complexType name="NotificationRequirementType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}NotificationTypeCode"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PostEventNotificationDurationMeasure" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PreEventNotificationDurationMeasure" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}NotifyParty" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}NotificationPeriod" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}NotificationLocation" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • NotificationRequirementType

        public NotificationRequirementType()
    • Method Detail

      • getNotifyParty

        public List<PartyType> getNotifyParty()
        Gets the value of the notifyParty 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 notifyParty property.

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

         getNotifyParty().add(newItem);
         

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

        Returns:
        The value of the notifyParty property.
      • getNotificationPeriod

        public List<PeriodType> getNotificationPeriod()
        Gets the value of the notificationPeriod 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 notificationPeriod property.

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

         getNotificationPeriod().add(newItem);
         

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

        Returns:
        The value of the notificationPeriod property.
      • getNotificationLocation

        public List<LocationType> getNotificationLocation()
        Gets the value of the notificationLocation 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 notificationLocation property.

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

         getNotificationLocation().add(newItem);
         

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

        Returns:
        The value of the notificationLocation property.