public interface OrderItemComponentType
The following features are supported:
OrderPackage.getOrderItemComponentType()
Modifier and Type | Method and Description |
---|---|
CatalogEntryIdentifierType |
getCatalogEntryIdentifier()
Returns the value of the 'Catalog Entry Identifier' containment reference.
|
java.lang.String |
getConfigurationID()
Returns the value of the 'Configuration ID' attribute.
|
OrderItemComponentIdentifierType |
getOrderItemComponentIdentifier()
Returns the value of the 'Order Item Component Identifier' containment reference.
|
QuantityType |
getQuantity()
Returns the value of the 'Quantity' containment reference.
|
UnitPriceType |
getUnitPrice()
Returns the value of the 'Unit Price' containment reference.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
boolean |
isRequired()
Returns the value of the 'Required' attribute.
|
boolean |
isSetRequired()
Returns whether the value of the '
Required ' attribute is set. |
void |
setCatalogEntryIdentifier(CatalogEntryIdentifierType value)
Sets the value of the '
Catalog Entry Identifier ' containment reference. |
void |
setConfigurationID(java.lang.String value)
Sets the value of the '
Configuration ID ' attribute. |
void |
setOrderItemComponentIdentifier(OrderItemComponentIdentifierType value)
Sets the value of the '
Order Item Component Identifier ' containment reference. |
void |
setQuantity(QuantityType value)
Sets the value of the '
Quantity ' containment reference. |
void |
setRequired(boolean value)
Sets the value of the '
Required ' attribute. |
void |
setUnitPrice(UnitPriceType value)
Sets the value of the '
Unit Price ' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
void |
unsetRequired()
Unsets the value of the '
Required ' attribute. |
OrderItemComponentIdentifierType getOrderItemComponentIdentifier()
setOrderItemComponentIdentifier(OrderItemComponentIdentifierType)
,
OrderPackage.getOrderItemComponentType_OrderItemComponentIdentifier()
void setOrderItemComponentIdentifier(OrderItemComponentIdentifierType value)
Order Item Component Identifier
' containment reference.
value
- the new value of the 'Order Item Component Identifier' containment reference.getOrderItemComponentIdentifier()
CatalogEntryIdentifierType getCatalogEntryIdentifier()
setCatalogEntryIdentifier(CatalogEntryIdentifierType)
,
OrderPackage.getOrderItemComponentType_CatalogEntryIdentifier()
void setCatalogEntryIdentifier(CatalogEntryIdentifierType value)
Catalog Entry Identifier
' containment reference.
value
- the new value of the 'Catalog Entry Identifier' containment reference.getCatalogEntryIdentifier()
QuantityType getQuantity()
setQuantity(QuantityType)
,
OrderPackage.getOrderItemComponentType_Quantity()
void setQuantity(QuantityType value)
Quantity
' containment reference.
value
- the new value of the 'Quantity' containment reference.getQuantity()
UnitPriceType getUnitPrice()
setUnitPrice(UnitPriceType)
,
OrderPackage.getOrderItemComponentType_UnitPrice()
void setUnitPrice(UnitPriceType value)
Unit Price
' containment reference.
value
- the new value of the 'Unit Price' containment reference.getUnitPrice()
java.lang.String getConfigurationID()
setConfigurationID(String)
,
OrderPackage.getOrderItemComponentType_ConfigurationID()
void setConfigurationID(java.lang.String value)
Configuration ID
' attribute.
value
- the new value of the 'Configuration ID' attribute.getConfigurationID()
UserDataType getUserData()
setUserData(UserDataType)
,
OrderPackage.getOrderItemComponentType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()
boolean isRequired()
isSetRequired()
,
unsetRequired()
,
setRequired(boolean)
,
OrderPackage.getOrderItemComponentType_Required()
void setRequired(boolean value)
Required
' attribute.
value
- the new value of the 'Required' attribute.isSetRequired()
,
unsetRequired()
,
isRequired()
void unsetRequired()
Required
' attribute.
isSetRequired()
,
isRequired()
,
setRequired(boolean)
boolean isSetRequired()
Required
' attribute is set.
unsetRequired()
,
isRequired()
,
setRequired(boolean)