com.shephertz.app42.paas.sdk.jme.appTab
Class Bill.SchemeData.PackageData.Usage

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.appTab.Bill.SchemeData.PackageData.Usage
Enclosing class:
Bill.SchemeData.PackageData

public class Bill.SchemeData.PackageData.Usage
extends java.lang.Object

An inner class that contains the remaining properties of the PackageData.


Nested Class Summary
 class Bill.SchemeData.PackageData.Usage.Bandwidth
          An inner class that contains the remaining properties of the Usage.
 class Bill.SchemeData.PackageData.Usage.Feature
          An inner class that contains the remaining properties of the Usage.
 class Bill.SchemeData.PackageData.Usage.Storage
          An inner class that contains the remaining properties of the Usage.
 
Field Summary
 java.lang.String currency
           
 java.lang.String totalCost
           
 
Constructor Summary
Bill.SchemeData.PackageData.Usage()
          This is a constructor that takes no parameter
 
Method Summary
 Bill.SchemeData.PackageData.Usage.Bandwidth getBandwidth()
          Return the bandwidth of the usage
 java.lang.String getCurrency()
          Return the Currency of the usage
 java.util.Vector getFeature()
          Return the list of the feature
 Bill.SchemeData.PackageData.Usage.Storage getStorage()
          Return the storage of the usage
 java.lang.String getTotalCost()
          Return the totalCost of the usage
 void setBandwidth(Bill.SchemeData.PackageData.Usage.Bandwidth bandwidth1)
          Sets the bandwidth for the usage
 void setCurrency(java.lang.String currency)
          Sets the currency of the usage
 void setFeature(java.util.Vector feature)
          Sets the List of the feature
 void setStorage(Bill.SchemeData.PackageData.Usage.Storage storage)
          Sets the storage of the usage
 void setTotalCost(java.lang.String totalCost)
          Sets the totalCost of the usage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currency

public java.lang.String currency

totalCost

public java.lang.String totalCost
Constructor Detail

Bill.SchemeData.PackageData.Usage

public Bill.SchemeData.PackageData.Usage()
This is a constructor that takes no parameter

Method Detail

getBandwidth

public Bill.SchemeData.PackageData.Usage.Bandwidth getBandwidth()
Return the bandwidth of the usage

Returns:
the bandwidth of the usage

getCurrency

public java.lang.String getCurrency()
Return the Currency of the usage

Returns:
the Currency of the usage

getFeature

public java.util.Vector getFeature()
Return the list of the feature

Returns:
the list of the feature

getStorage

public Bill.SchemeData.PackageData.Usage.Storage getStorage()
Return the storage of the usage

Returns:
the storage of the usage

getTotalCost

public java.lang.String getTotalCost()
Return the totalCost of the usage

Returns:
the totalCost of the usage

setBandwidth

public void setBandwidth(Bill.SchemeData.PackageData.Usage.Bandwidth bandwidth1)
Sets the bandwidth for the usage

Parameters:
bandwidth1 - - The bandwidth of the usage

setCurrency

public void setCurrency(java.lang.String currency)
Sets the currency of the usage

Parameters:
currency - - Currency for the usage

setFeature

public void setFeature(java.util.Vector feature)
Sets the List of the feature

Parameters:
feature - List of the feature

setStorage

public void setStorage(Bill.SchemeData.PackageData.Usage.Storage storage)
Sets the storage of the usage

Parameters:
storage - - Storage of the usage

setTotalCost

public void setTotalCost(java.lang.String totalCost)
Sets the totalCost of the usage

Parameters:
totalCost - - TotalCost of the usage