Uses of Class
org.cxml.Modifications
-
Packages that use Modifications Package Description org.cxml -
-
Uses of Modifications in org.cxml
Fields in org.cxml declared as Modifications Modifier and Type Field Description protected ModificationsShipping. modificationsprotected ModificationsTotal. modificationsprotected ModificationsUnitPrice. modificationsMethods in org.cxml that return Modifications Modifier and Type Method Description ModificationsObjectFactory. createModifications()Create an instance ofModificationsModificationsShipping. getModifications()Gets the value of the modifications property.ModificationsTotal. getModifications()Gets the value of the modifications property.ModificationsUnitPrice. getModifications()Gets the value of the modifications property.Methods in org.cxml with parameters of type Modifications Modifier and Type Method Description voidShipping. setModifications(Modifications value)Sets the value of the modifications property.voidTotal. setModifications(Modifications value)Sets the value of the modifications property.voidUnitPrice. setModifications(Modifications value)Sets the value of the modifications property.
-