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>
| Modifier and Type | Field and Description |
|---|---|
protected CompletionIndicatorType |
completionIndicator |
protected List<ContactType> |
contact |
protected List<StatusType> |
currentStatus |
protected List<DescriptionType> |
description |
protected IdentificationIDType |
identificationID |
protected LocationType |
occurenceLocation |
protected OccurrenceDateType |
occurrenceDate |
protected OccurrenceTimeType |
occurrenceTime |
protected TypeCodeType |
typeCode |
| Constructor and Description |
|---|
EventType() |
| Modifier and Type | Method and Description |
|---|---|
CompletionIndicatorType |
getCompletionIndicator()
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.
|
IdentificationIDType |
getIdentificationID()
Gets the value of the identificationID property.
|
LocationType |
getOccurenceLocation()
Gets the value of the occurenceLocation property.
|
OccurrenceDateType |
getOccurrenceDate()
Gets the value of the occurrenceDate property.
|
OccurrenceTimeType |
getOccurrenceTime()
Gets the value of the occurrenceTime property.
|
TypeCodeType |
getTypeCode()
Gets the value of the typeCode property.
|
void |
setCompletionIndicator(CompletionIndicatorType value)
Sets the value of the completionIndicator property.
|
void |
setIdentificationID(IdentificationIDType value)
Sets the value of the identificationID property.
|
void |
setOccurenceLocation(LocationType value)
Sets the value of the occurenceLocation property.
|
void |
setOccurrenceDate(OccurrenceDateType value)
Sets the value of the occurrenceDate property.
|
void |
setOccurrenceTime(OccurrenceTimeType value)
Sets the value of the occurrenceTime property.
|
void |
setTypeCode(TypeCodeType value)
Sets the value of the typeCode property.
|
protected IdentificationIDType identificationID
protected OccurrenceDateType occurrenceDate
protected OccurrenceTimeType occurrenceTime
protected TypeCodeType typeCode
protected List<DescriptionType> description
protected CompletionIndicatorType completionIndicator
protected List<StatusType> currentStatus
protected List<ContactType> contact
protected LocationType occurenceLocation
public IdentificationIDType getIdentificationID()
IdentificationIDTypepublic void setIdentificationID(IdentificationIDType value)
value - allowed object is
IdentificationIDTypepublic OccurrenceDateType getOccurrenceDate()
OccurrenceDateTypepublic void setOccurrenceDate(OccurrenceDateType value)
value - allowed object is
OccurrenceDateTypepublic OccurrenceTimeType getOccurrenceTime()
OccurrenceTimeTypepublic void setOccurrenceTime(OccurrenceTimeType value)
value - allowed object is
OccurrenceTimeTypepublic TypeCodeType getTypeCode()
TypeCodeTypepublic void setTypeCode(TypeCodeType value)
value - allowed object is
TypeCodeTypepublic List<DescriptionType> getDescription()
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
public CompletionIndicatorType getCompletionIndicator()
CompletionIndicatorTypepublic void setCompletionIndicator(CompletionIndicatorType value)
value - allowed object is
CompletionIndicatorTypepublic List<StatusType> getCurrentStatus()
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
public List<ContactType> getContact()
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
public LocationType getOccurenceLocation()
LocationTypepublic void setOccurenceLocation(LocationType value)
value - allowed object is
LocationTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.