Uses of Class
net.opengis.oseo.v_1_0.CurrencyType

Uses of CurrencyType in net.opengis.oseo.v_1_0
 

Fields in net.opengis.oseo.v_1_0 declared as CurrencyType
protected  CurrencyType OrderItemGroupPrice.balance
           
protected  CurrencyType OrderQuotation.price
           
protected  CurrencyType OrderItemPrice.price
           
protected  CurrencyType OrderItemGroupPrice.price
           
 

Methods in net.opengis.oseo.v_1_0 that return CurrencyType
 CurrencyType ObjectFactory.createCurrencyType()
          Create an instance of CurrencyType
 CurrencyType OrderItemGroupPrice.getBalance()
          Gets the value of the balance property.
 CurrencyType OrderQuotation.getPrice()
          Gets the value of the price property.
 CurrencyType OrderItemPrice.getPrice()
          Gets the value of the price property.
 CurrencyType OrderItemGroupPrice.getPrice()
          Gets the value of the price property.
 CurrencyType CurrencyType.withCurrency(String value)
           
 CurrencyType CurrencyType.withValue(double value)
           
 

Methods in net.opengis.oseo.v_1_0 with parameters of type CurrencyType
 void OrderItemGroupPrice.setBalance(CurrencyType value)
          Sets the value of the balance property.
 void OrderQuotation.setPrice(CurrencyType value)
          Sets the value of the price property.
 void OrderItemPrice.setPrice(CurrencyType value)
          Sets the value of the price property.
 void OrderItemGroupPrice.setPrice(CurrencyType value)
          Sets the value of the price property.
 OrderItemGroupPrice OrderItemGroupPrice.withBalance(CurrencyType value)
           
 OrderQuotation OrderQuotation.withPrice(CurrencyType value)
           
 OrderItemPrice OrderItemPrice.withPrice(CurrencyType value)
           
 OrderItemGroupPrice OrderItemGroupPrice.withPrice(CurrencyType value)
           
 



Copyright © 2008-2015. All Rights Reserved.