public interface OfferPriceType
The following features are supported:
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()
void setPrice(UnitPriceType value)
DescriptionType getDescription()
void setDescription(DescriptionType value)
java.lang.String getQualifier()
void setQualifier(java.lang.String value)
ContractIdentifierType getContractIdentifier()
void setContractIdentifier(ContractIdentifierType value)
UserDataType getUserData()
void setUserData(UserDataType value)
java.lang.Object getEndDate()
void setEndDate(java.lang.Object value)
java.lang.Object getLastUpdate()
void setLastUpdate(java.lang.Object value)
double getMaximumQuantity()
void setMaximumQuantity(double value)
void unsetMaximumQuantity()
boolean isSetMaximumQuantity()
double getMinimumQuantity()
void setMinimumQuantity(double value)
void unsetMinimumQuantity()
boolean isSetMinimumQuantity()
double getPrecedence()
void setPrecedence(double value)
void unsetPrecedence()
boolean isSetPrecedence()
java.lang.String getQuantityUnit()
void setQuantityUnit(java.lang.String value)
java.lang.Object getStartDate()
void setStartDate(java.lang.Object value)