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>
| Modifier and Type | Field and Description |
|---|---|
protected CollaborationPriorityCodeType |
collaborationPriorityCode |
protected PeriodType |
effectivePeriod |
protected ExceptionResolutionCodeType |
exceptionResolutionCode |
protected ExceptionStatusCodeType |
exceptionStatusCode |
protected ForecastExceptionCriterionLineType |
forecastExceptionCriterionLine |
protected IDType |
id |
protected List<NoteType> |
note |
protected PerformanceMetricTypeCodeType |
performanceMetricTypeCode |
protected SupplyChainActivityTypeCodeType |
supplyChainActivityTypeCode |
protected List<ItemType> |
supplyItem |
protected ThresholdQuantityType |
thresholdQuantity |
protected ThresholdValueComparisonCodeType |
thresholdValueComparisonCode |
| Constructor and Description |
|---|
ExceptionCriteriaLineType() |
| Modifier and Type | Method and Description |
|---|---|
CollaborationPriorityCodeType |
getCollaborationPriorityCode()
Gets the value of the collaborationPriorityCode property.
|
PeriodType |
getEffectivePeriod()
Gets the value of the effectivePeriod property.
|
ExceptionResolutionCodeType |
getExceptionResolutionCode()
Gets the value of the exceptionResolutionCode property.
|
ExceptionStatusCodeType |
getExceptionStatusCode()
Gets the value of the exceptionStatusCode property.
|
ForecastExceptionCriterionLineType |
getForecastExceptionCriterionLine()
Gets the value of the forecastExceptionCriterionLine 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.
|
SupplyChainActivityTypeCodeType |
getSupplyChainActivityTypeCode()
Gets the value of the supplyChainActivityTypeCode property.
|
List<ItemType> |
getSupplyItem()
Gets the value of the supplyItem property.
|
ThresholdQuantityType |
getThresholdQuantity()
Gets the value of the thresholdQuantity property.
|
ThresholdValueComparisonCodeType |
getThresholdValueComparisonCode()
Gets the value of the thresholdValueComparisonCode property.
|
void |
setCollaborationPriorityCode(CollaborationPriorityCodeType value)
Sets the value of the collaborationPriorityCode property.
|
void |
setEffectivePeriod(PeriodType value)
Sets the value of the effectivePeriod property.
|
void |
setExceptionResolutionCode(ExceptionResolutionCodeType value)
Sets the value of the exceptionResolutionCode property.
|
void |
setExceptionStatusCode(ExceptionStatusCodeType value)
Sets the value of the exceptionStatusCode property.
|
void |
setForecastExceptionCriterionLine(ForecastExceptionCriterionLineType value)
Sets the value of the forecastExceptionCriterionLine property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setPerformanceMetricTypeCode(PerformanceMetricTypeCodeType value)
Sets the value of the performanceMetricTypeCode property.
|
void |
setSupplyChainActivityTypeCode(SupplyChainActivityTypeCodeType value)
Sets the value of the supplyChainActivityTypeCode property.
|
void |
setThresholdQuantity(ThresholdQuantityType value)
Sets the value of the thresholdQuantity property.
|
void |
setThresholdValueComparisonCode(ThresholdValueComparisonCodeType value)
Sets the value of the thresholdValueComparisonCode property.
|
protected IDType id
protected ThresholdValueComparisonCodeType thresholdValueComparisonCode
protected ThresholdQuantityType thresholdQuantity
protected ExceptionStatusCodeType exceptionStatusCode
protected CollaborationPriorityCodeType collaborationPriorityCode
protected ExceptionResolutionCodeType exceptionResolutionCode
protected SupplyChainActivityTypeCodeType supplyChainActivityTypeCode
protected PerformanceMetricTypeCodeType performanceMetricTypeCode
protected PeriodType effectivePeriod
protected ForecastExceptionCriterionLineType forecastExceptionCriterionLine
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 ThresholdValueComparisonCodeType getThresholdValueComparisonCode()
ThresholdValueComparisonCodeTypepublic void setThresholdValueComparisonCode(ThresholdValueComparisonCodeType value)
value - allowed object is
ThresholdValueComparisonCodeTypepublic ThresholdQuantityType getThresholdQuantity()
ThresholdQuantityTypepublic void setThresholdQuantity(ThresholdQuantityType value)
value - allowed object is
ThresholdQuantityTypepublic ExceptionStatusCodeType getExceptionStatusCode()
ExceptionStatusCodeTypepublic void setExceptionStatusCode(ExceptionStatusCodeType value)
value - allowed object is
ExceptionStatusCodeTypepublic CollaborationPriorityCodeType getCollaborationPriorityCode()
CollaborationPriorityCodeTypepublic void setCollaborationPriorityCode(CollaborationPriorityCodeType value)
value - allowed object is
CollaborationPriorityCodeTypepublic ExceptionResolutionCodeType getExceptionResolutionCode()
ExceptionResolutionCodeTypepublic void setExceptionResolutionCode(ExceptionResolutionCodeType value)
value - allowed object is
ExceptionResolutionCodeTypepublic 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 getEffectivePeriod()
PeriodTypepublic void setEffectivePeriod(PeriodType value)
value - allowed object is
PeriodTypepublic List<ItemType> getSupplyItem()
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 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
public ForecastExceptionCriterionLineType getForecastExceptionCriterionLine()
ForecastExceptionCriterionLineTypepublic void setForecastExceptionCriterionLine(ForecastExceptionCriterionLineType value)
value - allowed object is
ForecastExceptionCriterionLineTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.