public class ExceptionNotificationLineType extends Object
Java class for ExceptionNotificationLineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExceptionNotificationLineType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" 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}ExceptionStatusCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CollaborationPriorityCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ResolutionCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ComparedValueMeasure"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SourceValueMeasure"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}VarianceQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SupplyChainActivityTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PerformanceMetricTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ExceptionObservationPeriod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentReference" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ForecastException" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SupplyItem"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CollaborationPriorityCodeType |
collaborationPriorityCode |
protected ComparedValueMeasureType |
comparedValueMeasure |
protected List<DescriptionType> |
description |
protected List<DocumentReferenceType> |
documentReference |
protected PeriodType |
exceptionObservationPeriod |
protected ExceptionStatusCodeType |
exceptionStatusCode |
protected ForecastExceptionType |
forecastException |
protected IDType |
id |
protected List<NoteType> |
note |
protected PerformanceMetricTypeCodeType |
performanceMetricTypeCode |
protected ResolutionCodeType |
resolutionCode |
protected SourceValueMeasureType |
sourceValueMeasure |
protected SupplyChainActivityTypeCodeType |
supplyChainActivityTypeCode |
protected ItemType |
supplyItem |
protected VarianceQuantityType |
varianceQuantity |
| Constructor and Description |
|---|
ExceptionNotificationLineType() |
| Modifier and Type | Method and Description |
|---|---|
CollaborationPriorityCodeType |
getCollaborationPriorityCode()
Gets the value of the collaborationPriorityCode property.
|
ComparedValueMeasureType |
getComparedValueMeasure()
Gets the value of the comparedValueMeasure property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
List<DocumentReferenceType> |
getDocumentReference()
Gets the value of the documentReference property.
|
PeriodType |
getExceptionObservationPeriod()
Gets the value of the exceptionObservationPeriod property.
|
ExceptionStatusCodeType |
getExceptionStatusCode()
Gets the value of the exceptionStatusCode property.
|
ForecastExceptionType |
getForecastException()
Gets the value of the forecastException property.
|
IDType |
getID()
Gets the value of the id property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
PerformanceMetricTypeCodeType |
getPerformanceMetricTypeCode()
Gets the value of the performanceMetricTypeCode property.
|
ResolutionCodeType |
getResolutionCode()
Gets the value of the resolutionCode property.
|
SourceValueMeasureType |
getSourceValueMeasure()
Gets the value of the sourceValueMeasure property.
|
SupplyChainActivityTypeCodeType |
getSupplyChainActivityTypeCode()
Gets the value of the supplyChainActivityTypeCode property.
|
ItemType |
getSupplyItem()
Gets the value of the supplyItem property.
|
VarianceQuantityType |
getVarianceQuantity()
Gets the value of the varianceQuantity property.
|
void |
setCollaborationPriorityCode(CollaborationPriorityCodeType value)
Sets the value of the collaborationPriorityCode property.
|
void |
setComparedValueMeasure(ComparedValueMeasureType value)
Sets the value of the comparedValueMeasure property.
|
void |
setExceptionObservationPeriod(PeriodType value)
Sets the value of the exceptionObservationPeriod property.
|
void |
setExceptionStatusCode(ExceptionStatusCodeType value)
Sets the value of the exceptionStatusCode property.
|
void |
setForecastException(ForecastExceptionType value)
Sets the value of the forecastException property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setPerformanceMetricTypeCode(PerformanceMetricTypeCodeType value)
Sets the value of the performanceMetricTypeCode property.
|
void |
setResolutionCode(ResolutionCodeType value)
Sets the value of the resolutionCode property.
|
void |
setSourceValueMeasure(SourceValueMeasureType value)
Sets the value of the sourceValueMeasure property.
|
void |
setSupplyChainActivityTypeCode(SupplyChainActivityTypeCodeType value)
Sets the value of the supplyChainActivityTypeCode property.
|
void |
setSupplyItem(ItemType value)
Sets the value of the supplyItem property.
|
void |
setVarianceQuantity(VarianceQuantityType value)
Sets the value of the varianceQuantity property.
|
protected IDType id
protected List<DescriptionType> description
protected ExceptionStatusCodeType exceptionStatusCode
protected CollaborationPriorityCodeType collaborationPriorityCode
protected ResolutionCodeType resolutionCode
protected ComparedValueMeasureType comparedValueMeasure
protected SourceValueMeasureType sourceValueMeasure
protected VarianceQuantityType varianceQuantity
protected SupplyChainActivityTypeCodeType supplyChainActivityTypeCode
protected PerformanceMetricTypeCodeType performanceMetricTypeCode
protected PeriodType exceptionObservationPeriod
protected List<DocumentReferenceType> documentReference
protected ForecastExceptionType forecastException
protected ItemType supplyItem
public void setID(IDType value)
value - allowed object is
IDTypepublic List<NoteType> getNote()
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 note property.
For example, to add a new item, do as follows:
getNote().add(newItem);
Objects of the following type(s) are allowed in the list
NoteType
public 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 ExceptionStatusCodeType getExceptionStatusCode()
ExceptionStatusCodeTypepublic void setExceptionStatusCode(ExceptionStatusCodeType value)
value - allowed object is
ExceptionStatusCodeTypepublic CollaborationPriorityCodeType getCollaborationPriorityCode()
CollaborationPriorityCodeTypepublic void setCollaborationPriorityCode(CollaborationPriorityCodeType value)
value - allowed object is
CollaborationPriorityCodeTypepublic ResolutionCodeType getResolutionCode()
ResolutionCodeTypepublic void setResolutionCode(ResolutionCodeType value)
value - allowed object is
ResolutionCodeTypepublic ComparedValueMeasureType getComparedValueMeasure()
ComparedValueMeasureTypepublic void setComparedValueMeasure(ComparedValueMeasureType value)
value - allowed object is
ComparedValueMeasureTypepublic SourceValueMeasureType getSourceValueMeasure()
SourceValueMeasureTypepublic void setSourceValueMeasure(SourceValueMeasureType value)
value - allowed object is
SourceValueMeasureTypepublic VarianceQuantityType getVarianceQuantity()
VarianceQuantityTypepublic void setVarianceQuantity(VarianceQuantityType value)
value - allowed object is
VarianceQuantityTypepublic SupplyChainActivityTypeCodeType getSupplyChainActivityTypeCode()
SupplyChainActivityTypeCodeTypepublic void setSupplyChainActivityTypeCode(SupplyChainActivityTypeCodeType value)
value - allowed object is
SupplyChainActivityTypeCodeTypepublic PerformanceMetricTypeCodeType getPerformanceMetricTypeCode()
PerformanceMetricTypeCodeTypepublic void setPerformanceMetricTypeCode(PerformanceMetricTypeCodeType value)
value - allowed object is
PerformanceMetricTypeCodeTypepublic PeriodType getExceptionObservationPeriod()
PeriodTypepublic void setExceptionObservationPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic List<DocumentReferenceType> getDocumentReference()
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 documentReference property.
For example, to add a new item, do as follows:
getDocumentReference().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentReferenceType
public ForecastExceptionType getForecastException()
ForecastExceptionTypepublic void setForecastException(ForecastExceptionType value)
value - allowed object is
ForecastExceptionTypepublic ItemType getSupplyItem()
ItemTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.