Class EventType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected CompletionIndicatorTypecompletionIndicatorprotected List<ContactType>contactprotected List<StatusType>currentStatusprotected List<DescriptionType>descriptionprotected IdentificationIDTypeidentificationIDprotected LocationTypeoccurenceLocationprotected OccurrenceDateTypeoccurrenceDateprotected OccurrenceTimeTypeoccurrenceTimeprotected TypeCodeTypetypeCode
-
Constructor Summary
Constructors Constructor Description EventType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionIndicatorTypegetCompletionIndicator()Gets the value of the completionIndicator property.List<ContactType>getContact()Gets the value of the contact property.List<StatusType>getCurrentStatus()Gets the value of the currentStatus property.List<DescriptionType>getDescription()Gets the value of the description property.IdentificationIDTypegetIdentificationID()Gets the value of the identificationID property.LocationTypegetOccurenceLocation()Gets the value of the occurenceLocation property.OccurrenceDateTypegetOccurrenceDate()Gets the value of the occurrenceDate property.OccurrenceTimeTypegetOccurrenceTime()Gets the value of the occurrenceTime property.TypeCodeTypegetTypeCode()Gets the value of the typeCode property.voidsetCompletionIndicator(CompletionIndicatorType value)Sets the value of the completionIndicator property.voidsetIdentificationID(IdentificationIDType value)Sets the value of the identificationID property.voidsetOccurenceLocation(LocationType value)Sets the value of the occurenceLocation property.voidsetOccurrenceDate(OccurrenceDateType value)Sets the value of the occurrenceDate property.voidsetOccurrenceTime(OccurrenceTimeType value)Sets the value of the occurrenceTime property.voidsetTypeCode(TypeCodeType value)Sets the value of the typeCode property.
-
-
-
Field Detail
-
identificationID
protected IdentificationIDType identificationID
-
occurrenceDate
protected OccurrenceDateType occurrenceDate
-
occurrenceTime
protected OccurrenceTimeType occurrenceTime
-
typeCode
protected TypeCodeType typeCode
-
description
protected List<DescriptionType> description
-
completionIndicator
protected CompletionIndicatorType completionIndicator
-
currentStatus
protected List<StatusType> currentStatus
-
contact
protected List<ContactType> contact
-
occurenceLocation
protected LocationType occurenceLocation
-
-
Method Detail
-
getIdentificationID
public IdentificationIDType getIdentificationID()
Gets the value of the identificationID property.- Returns:
- possible object is
IdentificationIDType
-
setIdentificationID
public void setIdentificationID(IdentificationIDType value)
Sets the value of the identificationID property.- Parameters:
value- allowed object isIdentificationIDType
-
getOccurrenceDate
public OccurrenceDateType getOccurrenceDate()
Gets the value of the occurrenceDate property.- Returns:
- possible object is
OccurrenceDateType
-
setOccurrenceDate
public void setOccurrenceDate(OccurrenceDateType value)
Sets the value of the occurrenceDate property.- Parameters:
value- allowed object isOccurrenceDateType
-
getOccurrenceTime
public OccurrenceTimeType getOccurrenceTime()
Gets the value of the occurrenceTime property.- Returns:
- possible object is
OccurrenceTimeType
-
setOccurrenceTime
public void setOccurrenceTime(OccurrenceTimeType value)
Sets the value of the occurrenceTime property.- Parameters:
value- allowed object isOccurrenceTimeType
-
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 isTypeCodeType
-
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
setmethod 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.
-
getCompletionIndicator
public CompletionIndicatorType getCompletionIndicator()
Gets the value of the completionIndicator property.- Returns:
- possible object is
CompletionIndicatorType
-
setCompletionIndicator
public void setCompletionIndicator(CompletionIndicatorType value)
Sets the value of the completionIndicator property.- Parameters:
value- allowed object isCompletionIndicatorType
-
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
setmethod 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
setmethod 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 isLocationType
-
-