Class ExceptionNotificationLineType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.ExceptionNotificationLineType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected CollaborationPriorityCodeTypecollaborationPriorityCodeprotected ComparedValueMeasureTypecomparedValueMeasureprotected List<DescriptionType>descriptionprotected List<DocumentReferenceType>documentReferenceprotected PeriodTypeexceptionObservationPeriodprotected ExceptionStatusCodeTypeexceptionStatusCodeprotected ForecastExceptionTypeforecastExceptionprotected IDTypeidprotected List<NoteType>noteprotected PerformanceMetricTypeCodeTypeperformanceMetricTypeCodeprotected ResolutionCodeTyperesolutionCodeprotected SourceValueMeasureTypesourceValueMeasureprotected SupplyChainActivityTypeCodeTypesupplyChainActivityTypeCodeprotected ItemTypesupplyItemprotected VarianceQuantityTypevarianceQuantity
-
Constructor Summary
Constructors Constructor Description ExceptionNotificationLineType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollaborationPriorityCodeTypegetCollaborationPriorityCode()Gets the value of the collaborationPriorityCode property.ComparedValueMeasureTypegetComparedValueMeasure()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.PeriodTypegetExceptionObservationPeriod()Gets the value of the exceptionObservationPeriod property.ExceptionStatusCodeTypegetExceptionStatusCode()Gets the value of the exceptionStatusCode property.ForecastExceptionTypegetForecastException()Gets the value of the forecastException property.IDTypegetID()Gets the value of the id property.List<NoteType>getNote()Gets the value of the note property.PerformanceMetricTypeCodeTypegetPerformanceMetricTypeCode()Gets the value of the performanceMetricTypeCode property.ResolutionCodeTypegetResolutionCode()Gets the value of the resolutionCode property.SourceValueMeasureTypegetSourceValueMeasure()Gets the value of the sourceValueMeasure property.SupplyChainActivityTypeCodeTypegetSupplyChainActivityTypeCode()Gets the value of the supplyChainActivityTypeCode property.ItemTypegetSupplyItem()Gets the value of the supplyItem property.VarianceQuantityTypegetVarianceQuantity()Gets the value of the varianceQuantity property.voidsetCollaborationPriorityCode(CollaborationPriorityCodeType value)Sets the value of the collaborationPriorityCode property.voidsetComparedValueMeasure(ComparedValueMeasureType value)Sets the value of the comparedValueMeasure property.voidsetExceptionObservationPeriod(PeriodType value)Sets the value of the exceptionObservationPeriod property.voidsetExceptionStatusCode(ExceptionStatusCodeType value)Sets the value of the exceptionStatusCode property.voidsetForecastException(ForecastExceptionType value)Sets the value of the forecastException property.voidsetID(IDType value)Sets the value of the id property.voidsetPerformanceMetricTypeCode(PerformanceMetricTypeCodeType value)Sets the value of the performanceMetricTypeCode property.voidsetResolutionCode(ResolutionCodeType value)Sets the value of the resolutionCode property.voidsetSourceValueMeasure(SourceValueMeasureType value)Sets the value of the sourceValueMeasure property.voidsetSupplyChainActivityTypeCode(SupplyChainActivityTypeCodeType value)Sets the value of the supplyChainActivityTypeCode property.voidsetSupplyItem(ItemType value)Sets the value of the supplyItem property.voidsetVarianceQuantity(VarianceQuantityType value)Sets the value of the varianceQuantity property.
-
-
-
Field Detail
-
id
protected IDType id
-
description
protected List<DescriptionType> description
-
exceptionStatusCode
protected ExceptionStatusCodeType exceptionStatusCode
-
collaborationPriorityCode
protected CollaborationPriorityCodeType collaborationPriorityCode
-
resolutionCode
protected ResolutionCodeType resolutionCode
-
comparedValueMeasure
protected ComparedValueMeasureType comparedValueMeasure
-
sourceValueMeasure
protected SourceValueMeasureType sourceValueMeasure
-
varianceQuantity
protected VarianceQuantityType varianceQuantity
-
supplyChainActivityTypeCode
protected SupplyChainActivityTypeCodeType supplyChainActivityTypeCode
-
performanceMetricTypeCode
protected PerformanceMetricTypeCodeType performanceMetricTypeCode
-
exceptionObservationPeriod
protected PeriodType exceptionObservationPeriod
-
documentReference
protected List<DocumentReferenceType> documentReference
-
forecastException
protected ForecastExceptionType forecastException
-
supplyItem
protected ItemType supplyItem
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getNote
public List<NoteType> getNote()
Gets the value of the note 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 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
-
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
-
getExceptionStatusCode
public ExceptionStatusCodeType getExceptionStatusCode()
Gets the value of the exceptionStatusCode property.- Returns:
- possible object is
ExceptionStatusCodeType
-
setExceptionStatusCode
public void setExceptionStatusCode(ExceptionStatusCodeType value)
Sets the value of the exceptionStatusCode property.- Parameters:
value- allowed object isExceptionStatusCodeType
-
getCollaborationPriorityCode
public CollaborationPriorityCodeType getCollaborationPriorityCode()
Gets the value of the collaborationPriorityCode property.- Returns:
- possible object is
CollaborationPriorityCodeType
-
setCollaborationPriorityCode
public void setCollaborationPriorityCode(CollaborationPriorityCodeType value)
Sets the value of the collaborationPriorityCode property.- Parameters:
value- allowed object isCollaborationPriorityCodeType
-
getResolutionCode
public ResolutionCodeType getResolutionCode()
Gets the value of the resolutionCode property.- Returns:
- possible object is
ResolutionCodeType
-
setResolutionCode
public void setResolutionCode(ResolutionCodeType value)
Sets the value of the resolutionCode property.- Parameters:
value- allowed object isResolutionCodeType
-
getComparedValueMeasure
public ComparedValueMeasureType getComparedValueMeasure()
Gets the value of the comparedValueMeasure property.- Returns:
- possible object is
ComparedValueMeasureType
-
setComparedValueMeasure
public void setComparedValueMeasure(ComparedValueMeasureType value)
Sets the value of the comparedValueMeasure property.- Parameters:
value- allowed object isComparedValueMeasureType
-
getSourceValueMeasure
public SourceValueMeasureType getSourceValueMeasure()
Gets the value of the sourceValueMeasure property.- Returns:
- possible object is
SourceValueMeasureType
-
setSourceValueMeasure
public void setSourceValueMeasure(SourceValueMeasureType value)
Sets the value of the sourceValueMeasure property.- Parameters:
value- allowed object isSourceValueMeasureType
-
getVarianceQuantity
public VarianceQuantityType getVarianceQuantity()
Gets the value of the varianceQuantity property.- Returns:
- possible object is
VarianceQuantityType
-
setVarianceQuantity
public void setVarianceQuantity(VarianceQuantityType value)
Sets the value of the varianceQuantity property.- Parameters:
value- allowed object isVarianceQuantityType
-
getSupplyChainActivityTypeCode
public SupplyChainActivityTypeCodeType getSupplyChainActivityTypeCode()
Gets the value of the supplyChainActivityTypeCode property.- Returns:
- possible object is
SupplyChainActivityTypeCodeType
-
setSupplyChainActivityTypeCode
public void setSupplyChainActivityTypeCode(SupplyChainActivityTypeCodeType value)
Sets the value of the supplyChainActivityTypeCode property.- Parameters:
value- allowed object isSupplyChainActivityTypeCodeType
-
getPerformanceMetricTypeCode
public PerformanceMetricTypeCodeType getPerformanceMetricTypeCode()
Gets the value of the performanceMetricTypeCode property.- Returns:
- possible object is
PerformanceMetricTypeCodeType
-
setPerformanceMetricTypeCode
public void setPerformanceMetricTypeCode(PerformanceMetricTypeCodeType value)
Sets the value of the performanceMetricTypeCode property.- Parameters:
value- allowed object isPerformanceMetricTypeCodeType
-
getExceptionObservationPeriod
public PeriodType getExceptionObservationPeriod()
Gets the value of the exceptionObservationPeriod property.- Returns:
- possible object is
PeriodType
-
setExceptionObservationPeriod
public void setExceptionObservationPeriod(PeriodType value)
Sets the value of the exceptionObservationPeriod property.- Parameters:
value- allowed object isPeriodType
-
getDocumentReference
public List<DocumentReferenceType> getDocumentReference()
Gets the value of the documentReference 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 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
-
getForecastException
public ForecastExceptionType getForecastException()
Gets the value of the forecastException property.- Returns:
- possible object is
ForecastExceptionType
-
setForecastException
public void setForecastException(ForecastExceptionType value)
Sets the value of the forecastException property.- Parameters:
value- allowed object isForecastExceptionType
-
getSupplyItem
public ItemType getSupplyItem()
Gets the value of the supplyItem property.- Returns:
- possible object is
ItemType
-
-