com.emc.cdp.services.rest.model
Class Channel

java.lang.Object
  extended by com.emc.cdp.services.rest.model.Channel

public class Channel
extends Object

Java class for Channel complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Channel">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="quantum" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  BigDecimal quantum
           
 
Constructor Summary
Channel()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 BigDecimal getQuantum()
          Gets the value of the quantum property.
 void setName(String value)
          Sets the value of the name property.
 void setQuantum(BigDecimal value)
          Sets the value of the quantum property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

quantum

protected BigDecimal quantum
Constructor Detail

Channel

public Channel()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getQuantum

public BigDecimal getQuantum()
Gets the value of the quantum property.

Returns:
possible object is BigDecimal

setQuantum

public void setQuantum(BigDecimal value)
Sets the value of the quantum property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2014. All Rights Reserved.