public class ItemManagementProfileType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Management Profile. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to define a management profile for an item.</ccts:Definition>
<ccts:ObjectClass>Item Management Profile</ccts:ObjectClass>
</ccts:Component>
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() |
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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Management Profile. Frozen Period Days. Numeric</ccts:DictionaryEntryName>
<ccts:Definition>The number of days in the future that an order forecast quantity automatically becomes a confirmed order for a product.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item Management Profile</ccts:ObjectClass>
<ccts:PropertyTerm>Frozen Period Days</ccts:PropertyTerm>
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
<ccts:DataType>Numeric. Type</ccts:DataType>
</ccts:Component>
FrozenPeriodDaysNumericTypepublic void setFrozenPeriodDaysNumeric(FrozenPeriodDaysNumericType value)
value - allowed object is
FrozenPeriodDaysNumericTypepublic MinimumInventoryQuantityType getMinimumInventoryQuantity()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Management Profile. Minimum_ Inventory Quantity. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>The quantity of the item that should trigger a replenishment order to avoid depleting the safety stock.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item Management Profile</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Minimum</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Inventory Quantity</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
</ccts:Component>
MinimumInventoryQuantityTypepublic void setMinimumInventoryQuantity(MinimumInventoryQuantityType value)
value - allowed object is
MinimumInventoryQuantityTypepublic MultipleOrderQuantityType getMultipleOrderQuantity()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Management Profile. Multiple_ Order Quantity. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>The order quantity multiples in which the product may be ordered.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item Management Profile</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Multiple</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Order Quantity</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
</ccts:Component>
MultipleOrderQuantityTypepublic void setMultipleOrderQuantity(MultipleOrderQuantityType value)
value - allowed object is
MultipleOrderQuantityTypepublic OrderIntervalDaysNumericType getOrderIntervalDaysNumeric()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Management Profile. Order Interval Days. Numeric</ccts:DictionaryEntryName>
<ccts:Definition>The number of days between regular replenishment orders for the product.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item Management Profile</ccts:ObjectClass>
<ccts:PropertyTerm>Order Interval Days</ccts:PropertyTerm>
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
<ccts:DataType>Numeric. Type</ccts:DataType>
</ccts:Component>
OrderIntervalDaysNumericTypepublic void setOrderIntervalDaysNumeric(OrderIntervalDaysNumericType value)
value - allowed object is
OrderIntervalDaysNumericTypepublic List<ReplenishmentOwnerDescriptionType> getReplenishmentOwnerDescription()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Management Profile. Replenishment Owner Description. Text</ccts:DictionaryEntryName>
<ccts:Definition>The trading partner maintaining this item management profile.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Item Management Profile</ccts:ObjectClass>
<ccts:PropertyTerm>Replenishment Owner Description</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
Gets the value of the replenishmentOwnerDescription 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 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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Management Profile. Target Service Percent. Percent</ccts:DictionaryEntryName>
<ccts:Definition>The Unit Service Level the trading partners expect to be maintained, expressed as a percentage. Unite Service Level (USL) is a term used in Inventory Management, which is sometimes known as "fill rate", counts the average number of units short expressed as the percentage of the order quantity.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item Management Profile</ccts:ObjectClass>
<ccts:PropertyTerm>Target Service Percent</ccts:PropertyTerm>
<ccts:RepresentationTerm>Percent</ccts:RepresentationTerm>
<ccts:DataType>Percent. Type</ccts:DataType>
</ccts:Component>
TargetServicePercentTypepublic void setTargetServicePercent(TargetServicePercentType value)
value - allowed object is
TargetServicePercentTypepublic TargetInventoryQuantityType getTargetInventoryQuantity()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Management Profile. Target_ Inventory Quantity. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>The target inventory quantity.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item Management Profile</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Target</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Inventory Quantity</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
</ccts:Component>
TargetInventoryQuantityTypepublic void setTargetInventoryQuantity(TargetInventoryQuantityType value)
value - allowed object is
TargetInventoryQuantityTypepublic PeriodType getEffectivePeriod()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Management Profile. Effective_ Period. Period</ccts:DictionaryEntryName>
<ccts:Definition>The period during which this profile is effective.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Item Management Profile</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Effective</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
</ccts:Component>
PeriodTypepublic void setEffectivePeriod(PeriodType value)
value - allowed object is
PeriodTypepublic ItemType getItem()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Management Profile. Item</ccts:DictionaryEntryName>
<ccts:Definition>The item associated with this item management profile.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Item Management Profile</ccts:ObjectClass>
<ccts:PropertyTerm>Item</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Item</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Item</ccts:RepresentationTerm>
</ccts:Component>
ItemTypepublic void setItem(ItemType value)
value - allowed object is
ItemTypepublic ItemLocationQuantityType getItemLocationQuantity()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Management Profile. Item Location Quantity</ccts:DictionaryEntryName>
<ccts:Definition>A set of location-specific properties (e.g., price and quantity) associated with the item.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item Management Profile</ccts:ObjectClass>
<ccts:PropertyTerm>Item Location Quantity</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Item Location Quantity</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Item Location Quantity</ccts:RepresentationTerm>
</ccts:Component>
ItemLocationQuantityTypepublic void setItemLocationQuantity(ItemLocationQuantityType value)
value - allowed object is
ItemLocationQuantityTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.