public interface OfferPriceType
The following features are supported:
CommerceFoundationPackage.getOfferPriceType()
Modifier and Type | Method and Description |
---|---|
ContractIdentifierType |
getContractIdentifier()
Returns the value of the 'Contract Identifier' containment reference.
|
DescriptionType |
getDescription()
Returns the value of the 'Description' containment reference.
|
java.lang.Object |
getEndDate()
Returns the value of the 'End Date' attribute.
|
java.lang.Object |
getLastUpdate()
Returns the value of the 'Last Update' attribute.
|
double |
getMaximumQuantity()
Returns the value of the 'Maximum Quantity' attribute.
|
double |
getMinimumQuantity()
Returns the value of the 'Minimum Quantity' attribute.
|
double |
getPrecedence()
Returns the value of the 'Precedence' attribute.
|
UnitPriceType |
getPrice()
Returns the value of the 'Price' containment reference.
|
java.lang.String |
getQualifier()
Returns the value of the 'Qualifier' attribute.
|
java.lang.String |
getQuantityUnit()
Returns the value of the 'Quantity Unit' attribute.
|
java.lang.Object |
getStartDate()
Returns the value of the 'Start Date' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
boolean |
isSetMaximumQuantity()
Returns whether the value of the '
Maximum Quantity ' attribute is set. |
boolean |
isSetMinimumQuantity()
Returns whether the value of the '
Minimum Quantity ' attribute is set. |
boolean |
isSetPrecedence()
Returns whether the value of the '
Precedence ' attribute is set. |
void |
setContractIdentifier(ContractIdentifierType value)
Sets the value of the '
Contract Identifier ' containment reference. |
void |
setDescription(DescriptionType value)
Sets the value of the '
Description ' containment reference. |
void |
setEndDate(java.lang.Object value)
Sets the value of the '
End Date ' attribute. |
void |
setLastUpdate(java.lang.Object value)
Sets the value of the '
Last Update ' attribute. |
void |
setMaximumQuantity(double value)
Sets the value of the '
Maximum Quantity ' attribute. |
void |
setMinimumQuantity(double value)
Sets the value of the '
Minimum Quantity ' attribute. |
void |
setPrecedence(double value)
Sets the value of the '
Precedence ' attribute. |
void |
setPrice(UnitPriceType value)
Sets the value of the '
Price ' containment reference. |
void |
setQualifier(java.lang.String value)
Sets the value of the '
Qualifier ' attribute. |
void |
setQuantityUnit(java.lang.String value)
Sets the value of the '
Quantity Unit ' attribute. |
void |
setStartDate(java.lang.Object value)
Sets the value of the '
Start Date ' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
void |
unsetMaximumQuantity()
Unsets the value of the '
Maximum Quantity ' attribute. |
void |
unsetMinimumQuantity()
Unsets the value of the '
Minimum Quantity ' attribute. |
void |
unsetPrecedence()
Unsets the value of the '
Precedence ' attribute. |
UnitPriceType getPrice()
setPrice(UnitPriceType)
,
CommerceFoundationPackage.getOfferPriceType_Price()
void setPrice(UnitPriceType value)
Price
' containment reference.
value
- the new value of the 'Price' containment reference.getPrice()
DescriptionType getDescription()
setDescription(DescriptionType)
,
CommerceFoundationPackage.getOfferPriceType_Description()
void setDescription(DescriptionType value)
Description
' containment reference.
value
- the new value of the 'Description' containment reference.getDescription()
java.lang.String getQualifier()
setQualifier(String)
,
CommerceFoundationPackage.getOfferPriceType_Qualifier()
void setQualifier(java.lang.String value)
Qualifier
' attribute.
value
- the new value of the 'Qualifier' attribute.getQualifier()
ContractIdentifierType getContractIdentifier()
setContractIdentifier(ContractIdentifierType)
,
CommerceFoundationPackage.getOfferPriceType_ContractIdentifier()
void setContractIdentifier(ContractIdentifierType value)
Contract Identifier
' containment reference.
value
- the new value of the 'Contract Identifier' containment reference.getContractIdentifier()
UserDataType getUserData()
setUserData(UserDataType)
,
CommerceFoundationPackage.getOfferPriceType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()
java.lang.Object getEndDate()
setEndDate(Object)
,
CommerceFoundationPackage.getOfferPriceType_EndDate()
void setEndDate(java.lang.Object value)
End Date
' attribute.
value
- the new value of the 'End Date' attribute.getEndDate()
java.lang.Object getLastUpdate()
setLastUpdate(Object)
,
CommerceFoundationPackage.getOfferPriceType_LastUpdate()
void setLastUpdate(java.lang.Object value)
Last Update
' attribute.
value
- the new value of the 'Last Update' attribute.getLastUpdate()
double getMaximumQuantity()
isSetMaximumQuantity()
,
unsetMaximumQuantity()
,
setMaximumQuantity(double)
,
CommerceFoundationPackage.getOfferPriceType_MaximumQuantity()
void setMaximumQuantity(double value)
Maximum Quantity
' attribute.
value
- the new value of the 'Maximum Quantity' attribute.isSetMaximumQuantity()
,
unsetMaximumQuantity()
,
getMaximumQuantity()
void unsetMaximumQuantity()
Maximum Quantity
' attribute.
boolean isSetMaximumQuantity()
Maximum Quantity
' attribute is set.
unsetMaximumQuantity()
,
getMaximumQuantity()
,
setMaximumQuantity(double)
double getMinimumQuantity()
isSetMinimumQuantity()
,
unsetMinimumQuantity()
,
setMinimumQuantity(double)
,
CommerceFoundationPackage.getOfferPriceType_MinimumQuantity()
void setMinimumQuantity(double value)
Minimum Quantity
' attribute.
value
- the new value of the 'Minimum Quantity' attribute.isSetMinimumQuantity()
,
unsetMinimumQuantity()
,
getMinimumQuantity()
void unsetMinimumQuantity()
Minimum Quantity
' attribute.
boolean isSetMinimumQuantity()
Minimum Quantity
' attribute is set.
unsetMinimumQuantity()
,
getMinimumQuantity()
,
setMinimumQuantity(double)
double getPrecedence()
isSetPrecedence()
,
unsetPrecedence()
,
setPrecedence(double)
,
CommerceFoundationPackage.getOfferPriceType_Precedence()
void setPrecedence(double value)
Precedence
' attribute.
value
- the new value of the 'Precedence' attribute.isSetPrecedence()
,
unsetPrecedence()
,
getPrecedence()
void unsetPrecedence()
Precedence
' attribute.
isSetPrecedence()
,
getPrecedence()
,
setPrecedence(double)
boolean isSetPrecedence()
Precedence
' attribute is set.
unsetPrecedence()
,
getPrecedence()
,
setPrecedence(double)
java.lang.String getQuantityUnit()
setQuantityUnit(String)
,
CommerceFoundationPackage.getOfferPriceType_QuantityUnit()
void setQuantityUnit(java.lang.String value)
Quantity Unit
' attribute.
value
- the new value of the 'Quantity Unit' attribute.getQuantityUnit()
java.lang.Object getStartDate()
setStartDate(Object)
,
CommerceFoundationPackage.getOfferPriceType_StartDate()
void setStartDate(java.lang.Object value)
Start Date
' attribute.
value
- the new value of the 'Start Date' attribute.getStartDate()