public class ItemManagementProfileType extends Object
Java class for ItemManagementProfileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemManagementProfileType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}FrozenPeriodDaysNumeric" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumInventoryQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MultipleOrderQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OrderIntervalDaysNumeric" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReplenishmentOwnerDescription" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TargetServicePercent" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TargetInventoryQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EffectivePeriod"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Item"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ItemLocationQuantity" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PeriodType |
effectivePeriod |
protected FrozenPeriodDaysNumericType |
frozenPeriodDaysNumeric |
protected ItemType |
item |
protected ItemLocationQuantityType |
itemLocationQuantity |
protected MinimumInventoryQuantityType |
minimumInventoryQuantity |
protected MultipleOrderQuantityType |
multipleOrderQuantity |
protected OrderIntervalDaysNumericType |
orderIntervalDaysNumeric |
protected List<ReplenishmentOwnerDescriptionType> |
replenishmentOwnerDescription |
protected TargetInventoryQuantityType |
targetInventoryQuantity |
protected TargetServicePercentType |
targetServicePercent |
| Constructor and Description |
|---|
ItemManagementProfileType() |
| Modifier and Type | Method and Description |
|---|---|
PeriodType |
getEffectivePeriod()
Gets the value of the effectivePeriod property.
|
FrozenPeriodDaysNumericType |
getFrozenPeriodDaysNumeric()
Gets the value of the frozenPeriodDaysNumeric property.
|
ItemType |
getItem()
Gets the value of the item property.
|
ItemLocationQuantityType |
getItemLocationQuantity()
Gets the value of the itemLocationQuantity property.
|
MinimumInventoryQuantityType |
getMinimumInventoryQuantity()
Gets the value of the minimumInventoryQuantity property.
|
MultipleOrderQuantityType |
getMultipleOrderQuantity()
Gets the value of the multipleOrderQuantity property.
|
OrderIntervalDaysNumericType |
getOrderIntervalDaysNumeric()
Gets the value of the orderIntervalDaysNumeric property.
|
List<ReplenishmentOwnerDescriptionType> |
getReplenishmentOwnerDescription()
Gets the value of the replenishmentOwnerDescription property.
|
TargetInventoryQuantityType |
getTargetInventoryQuantity()
Gets the value of the targetInventoryQuantity property.
|
TargetServicePercentType |
getTargetServicePercent()
Gets the value of the targetServicePercent property.
|
void |
setEffectivePeriod(PeriodType value)
Sets the value of the effectivePeriod property.
|
void |
setFrozenPeriodDaysNumeric(FrozenPeriodDaysNumericType value)
Sets the value of the frozenPeriodDaysNumeric property.
|
void |
setItem(ItemType value)
Sets the value of the item property.
|
void |
setItemLocationQuantity(ItemLocationQuantityType value)
Sets the value of the itemLocationQuantity property.
|
void |
setMinimumInventoryQuantity(MinimumInventoryQuantityType value)
Sets the value of the minimumInventoryQuantity property.
|
void |
setMultipleOrderQuantity(MultipleOrderQuantityType value)
Sets the value of the multipleOrderQuantity property.
|
void |
setOrderIntervalDaysNumeric(OrderIntervalDaysNumericType value)
Sets the value of the orderIntervalDaysNumeric property.
|
void |
setTargetInventoryQuantity(TargetInventoryQuantityType value)
Sets the value of the targetInventoryQuantity property.
|
void |
setTargetServicePercent(TargetServicePercentType value)
Sets the value of the targetServicePercent property.
|
protected FrozenPeriodDaysNumericType frozenPeriodDaysNumeric
protected MinimumInventoryQuantityType minimumInventoryQuantity
protected MultipleOrderQuantityType multipleOrderQuantity
protected OrderIntervalDaysNumericType orderIntervalDaysNumeric
protected List<ReplenishmentOwnerDescriptionType> replenishmentOwnerDescription
protected TargetServicePercentType targetServicePercent
protected TargetInventoryQuantityType targetInventoryQuantity
protected PeriodType effectivePeriod
protected ItemType item
protected ItemLocationQuantityType itemLocationQuantity
public FrozenPeriodDaysNumericType getFrozenPeriodDaysNumeric()
FrozenPeriodDaysNumericTypepublic void setFrozenPeriodDaysNumeric(FrozenPeriodDaysNumericType value)
value - allowed object is
FrozenPeriodDaysNumericTypepublic MinimumInventoryQuantityType getMinimumInventoryQuantity()
MinimumInventoryQuantityTypepublic void setMinimumInventoryQuantity(MinimumInventoryQuantityType value)
value - allowed object is
MinimumInventoryQuantityTypepublic MultipleOrderQuantityType getMultipleOrderQuantity()
MultipleOrderQuantityTypepublic void setMultipleOrderQuantity(MultipleOrderQuantityType value)
value - allowed object is
MultipleOrderQuantityTypepublic OrderIntervalDaysNumericType getOrderIntervalDaysNumeric()
OrderIntervalDaysNumericTypepublic void setOrderIntervalDaysNumeric(OrderIntervalDaysNumericType value)
value - allowed object is
OrderIntervalDaysNumericTypepublic List<ReplenishmentOwnerDescriptionType> getReplenishmentOwnerDescription()
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 replenishmentOwnerDescription property.
For example, to add a new item, do as follows:
getReplenishmentOwnerDescription().add(newItem);
Objects of the following type(s) are allowed in the list
ReplenishmentOwnerDescriptionType
public TargetServicePercentType getTargetServicePercent()
TargetServicePercentTypepublic void setTargetServicePercent(TargetServicePercentType value)
value - allowed object is
TargetServicePercentTypepublic TargetInventoryQuantityType getTargetInventoryQuantity()
TargetInventoryQuantityTypepublic void setTargetInventoryQuantity(TargetInventoryQuantityType value)
value - allowed object is
TargetInventoryQuantityTypepublic PeriodType getEffectivePeriod()
PeriodTypepublic void setEffectivePeriod(PeriodType value)
value - allowed object is
PeriodTypepublic ItemType getItem()
ItemTypepublic void setItem(ItemType value)
value - allowed object is
ItemTypepublic ItemLocationQuantityType getItemLocationQuantity()
ItemLocationQuantityTypepublic void setItemLocationQuantity(ItemLocationQuantityType value)
value - allowed object is
ItemLocationQuantityTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.