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>
| Modifier and Type | Field and Description |
|---|---|
protected List<LocationType> |
notificationLocation |
protected List<PeriodType> |
notificationPeriod |
protected NotificationTypeCodeType |
notificationTypeCode |
protected List<PartyType> |
notifyParty |
protected PostEventNotificationDurationMeasureType |
postEventNotificationDurationMeasure |
protected PreEventNotificationDurationMeasureType |
preEventNotificationDurationMeasure |
| Constructor and Description |
|---|
NotificationRequirementType() |
| Modifier and Type | Method and Description |
|---|---|
List<LocationType> |
getNotificationLocation()
Gets the value of the notificationLocation property.
|
List<PeriodType> |
getNotificationPeriod()
Gets the value of the notificationPeriod property.
|
NotificationTypeCodeType |
getNotificationTypeCode()
Gets the value of the notificationTypeCode property.
|
List<PartyType> |
getNotifyParty()
Gets the value of the notifyParty property.
|
PostEventNotificationDurationMeasureType |
getPostEventNotificationDurationMeasure()
Gets the value of the postEventNotificationDurationMeasure property.
|
PreEventNotificationDurationMeasureType |
getPreEventNotificationDurationMeasure()
Gets the value of the preEventNotificationDurationMeasure property.
|
void |
setNotificationTypeCode(NotificationTypeCodeType value)
Sets the value of the notificationTypeCode property.
|
void |
setPostEventNotificationDurationMeasure(PostEventNotificationDurationMeasureType value)
Sets the value of the postEventNotificationDurationMeasure property.
|
void |
setPreEventNotificationDurationMeasure(PreEventNotificationDurationMeasureType value)
Sets the value of the preEventNotificationDurationMeasure property.
|
protected NotificationTypeCodeType notificationTypeCode
protected PostEventNotificationDurationMeasureType postEventNotificationDurationMeasure
protected PreEventNotificationDurationMeasureType preEventNotificationDurationMeasure
protected List<PeriodType> notificationPeriod
protected List<LocationType> notificationLocation
public NotificationTypeCodeType getNotificationTypeCode()
NotificationTypeCodeTypepublic void setNotificationTypeCode(NotificationTypeCodeType value)
value - allowed object is
NotificationTypeCodeTypepublic PostEventNotificationDurationMeasureType getPostEventNotificationDurationMeasure()
PostEventNotificationDurationMeasureTypepublic void setPostEventNotificationDurationMeasure(PostEventNotificationDurationMeasureType value)
value - allowed object is
PostEventNotificationDurationMeasureTypepublic PreEventNotificationDurationMeasureType getPreEventNotificationDurationMeasure()
PreEventNotificationDurationMeasureTypepublic void setPreEventNotificationDurationMeasure(PreEventNotificationDurationMeasureType value)
value - allowed object is
PreEventNotificationDurationMeasureTypepublic List<PartyType> getNotifyParty()
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
public List<PeriodType> getNotificationPeriod()
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
public List<LocationType> getNotificationLocation()
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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.