Class EventType


  • public class EventType
    extends Object

    Java class for EventType complex type

    .

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

    
     <complexType name="EventType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IdentificationID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OccurrenceDate" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OccurrenceTime" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TypeCode" 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}CompletionIndicator" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CurrentStatus" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Contact" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}OccurenceLocation" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • EventType

        public EventType()
    • Method Detail

      • setOccurrenceDate

        public void setOccurrenceDate​(OccurrenceDateType value)
        Sets the value of the occurrenceDate property.
        Parameters:
        value - allowed object is OccurrenceDateType
      • setOccurrenceTime

        public void setOccurrenceTime​(OccurrenceTimeType value)
        Sets the value of the occurrenceTime property.
        Parameters:
        value - allowed object is OccurrenceTimeType
      • getTypeCode

        public TypeCodeType getTypeCode()
        Gets the value of the typeCode property.
        Returns:
        possible object is TypeCodeType
      • setTypeCode

        public void setTypeCode​(TypeCodeType value)
        Sets the value of the typeCode property.
        Parameters:
        value - allowed object is TypeCodeType
      • 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.
      • getCurrentStatus

        public List<StatusType> getCurrentStatus()
        Gets the value of the currentStatus 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 currentStatus property.

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

         getCurrentStatus().add(newItem);
         

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

        Returns:
        The value of the currentStatus property.
      • getContact

        public List<ContactType> getContact()
        Gets the value of the contact 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 contact property.

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

         getContact().add(newItem);
         

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

        Returns:
        The value of the contact property.
      • getOccurenceLocation

        public LocationType getOccurenceLocation()
        Gets the value of the occurenceLocation property.
        Returns:
        possible object is LocationType
      • setOccurenceLocation

        public void setOccurenceLocation​(LocationType value)
        Sets the value of the occurenceLocation property.
        Parameters:
        value - allowed object is LocationType