Class ExceptionCriteriaLineType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.ExceptionCriteriaLineType
-
public class ExceptionCriteriaLineType extends Object
Java class for ExceptionCriteriaLineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExceptionCriteriaLineType"> <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}ThresholdValueComparisonCode"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ThresholdQuantity"/> <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}ExceptionResolutionCode" 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}EffectivePeriod" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SupplyItem" maxOccurs="unbounded"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ForecastExceptionCriterionLine" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CollaborationPriorityCodeTypecollaborationPriorityCodeprotected PeriodTypeeffectivePeriodprotected ExceptionResolutionCodeTypeexceptionResolutionCodeprotected ExceptionStatusCodeTypeexceptionStatusCodeprotected ForecastExceptionCriterionLineTypeforecastExceptionCriterionLineprotected IDTypeidprotected List<NoteType>noteprotected PerformanceMetricTypeCodeTypeperformanceMetricTypeCodeprotected SupplyChainActivityTypeCodeTypesupplyChainActivityTypeCodeprotected List<ItemType>supplyItemprotected ThresholdQuantityTypethresholdQuantityprotected ThresholdValueComparisonCodeTypethresholdValueComparisonCode
-
Constructor Summary
Constructors Constructor Description ExceptionCriteriaLineType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollaborationPriorityCodeTypegetCollaborationPriorityCode()Gets the value of the collaborationPriorityCode property.PeriodTypegetEffectivePeriod()Gets the value of the effectivePeriod property.ExceptionResolutionCodeTypegetExceptionResolutionCode()Gets the value of the exceptionResolutionCode property.ExceptionStatusCodeTypegetExceptionStatusCode()Gets the value of the exceptionStatusCode property.ForecastExceptionCriterionLineTypegetForecastExceptionCriterionLine()Gets the value of the forecastExceptionCriterionLine 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.SupplyChainActivityTypeCodeTypegetSupplyChainActivityTypeCode()Gets the value of the supplyChainActivityTypeCode property.List<ItemType>getSupplyItem()Gets the value of the supplyItem property.ThresholdQuantityTypegetThresholdQuantity()Gets the value of the thresholdQuantity property.ThresholdValueComparisonCodeTypegetThresholdValueComparisonCode()Gets the value of the thresholdValueComparisonCode property.voidsetCollaborationPriorityCode(CollaborationPriorityCodeType value)Sets the value of the collaborationPriorityCode property.voidsetEffectivePeriod(PeriodType value)Sets the value of the effectivePeriod property.voidsetExceptionResolutionCode(ExceptionResolutionCodeType value)Sets the value of the exceptionResolutionCode property.voidsetExceptionStatusCode(ExceptionStatusCodeType value)Sets the value of the exceptionStatusCode property.voidsetForecastExceptionCriterionLine(ForecastExceptionCriterionLineType value)Sets the value of the forecastExceptionCriterionLine property.voidsetID(IDType value)Sets the value of the id property.voidsetPerformanceMetricTypeCode(PerformanceMetricTypeCodeType value)Sets the value of the performanceMetricTypeCode property.voidsetSupplyChainActivityTypeCode(SupplyChainActivityTypeCodeType value)Sets the value of the supplyChainActivityTypeCode property.voidsetThresholdQuantity(ThresholdQuantityType value)Sets the value of the thresholdQuantity property.voidsetThresholdValueComparisonCode(ThresholdValueComparisonCodeType value)Sets the value of the thresholdValueComparisonCode property.
-
-
-
Field Detail
-
id
protected IDType id
-
thresholdValueComparisonCode
protected ThresholdValueComparisonCodeType thresholdValueComparisonCode
-
thresholdQuantity
protected ThresholdQuantityType thresholdQuantity
-
exceptionStatusCode
protected ExceptionStatusCodeType exceptionStatusCode
-
collaborationPriorityCode
protected CollaborationPriorityCodeType collaborationPriorityCode
-
exceptionResolutionCode
protected ExceptionResolutionCodeType exceptionResolutionCode
-
supplyChainActivityTypeCode
protected SupplyChainActivityTypeCodeType supplyChainActivityTypeCode
-
performanceMetricTypeCode
protected PerformanceMetricTypeCodeType performanceMetricTypeCode
-
effectivePeriod
protected PeriodType effectivePeriod
-
forecastExceptionCriterionLine
protected ForecastExceptionCriterionLineType forecastExceptionCriterionLine
-
-
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
-
getThresholdValueComparisonCode
public ThresholdValueComparisonCodeType getThresholdValueComparisonCode()
Gets the value of the thresholdValueComparisonCode property.- Returns:
- possible object is
ThresholdValueComparisonCodeType
-
setThresholdValueComparisonCode
public void setThresholdValueComparisonCode(ThresholdValueComparisonCodeType value)
Sets the value of the thresholdValueComparisonCode property.- Parameters:
value- allowed object isThresholdValueComparisonCodeType
-
getThresholdQuantity
public ThresholdQuantityType getThresholdQuantity()
Gets the value of the thresholdQuantity property.- Returns:
- possible object is
ThresholdQuantityType
-
setThresholdQuantity
public void setThresholdQuantity(ThresholdQuantityType value)
Sets the value of the thresholdQuantity property.- Parameters:
value- allowed object isThresholdQuantityType
-
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
-
getExceptionResolutionCode
public ExceptionResolutionCodeType getExceptionResolutionCode()
Gets the value of the exceptionResolutionCode property.- Returns:
- possible object is
ExceptionResolutionCodeType
-
setExceptionResolutionCode
public void setExceptionResolutionCode(ExceptionResolutionCodeType value)
Sets the value of the exceptionResolutionCode property.- Parameters:
value- allowed object isExceptionResolutionCodeType
-
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
-
getEffectivePeriod
public PeriodType getEffectivePeriod()
Gets the value of the effectivePeriod property.- Returns:
- possible object is
PeriodType
-
setEffectivePeriod
public void setEffectivePeriod(PeriodType value)
Sets the value of the effectivePeriod property.- Parameters:
value- allowed object isPeriodType
-
getSupplyItem
public List<ItemType> getSupplyItem()
Gets the value of the supplyItem 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 supplyItem property.For example, to add a new item, do as follows:
getSupplyItem().add(newItem);Objects of the following type(s) are allowed in the list
ItemType
-
getForecastExceptionCriterionLine
public ForecastExceptionCriterionLineType getForecastExceptionCriterionLine()
Gets the value of the forecastExceptionCriterionLine property.- Returns:
- possible object is
ForecastExceptionCriterionLineType
-
setForecastExceptionCriterionLine
public void setForecastExceptionCriterionLine(ForecastExceptionCriterionLineType value)
Sets the value of the forecastExceptionCriterionLine property.- Parameters:
value- allowed object isForecastExceptionCriterionLineType
-
-