|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.api.ads.dfp.v201111.Value
com.google.api.ads.dfp.v201111.NumberValue
public class NumberValue
Contains a numeric value.
| Constructor Summary | |
|---|---|
NumberValue()
|
|
NumberValue(String valueType,
String value)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
String |
getValue()
Gets the value value for this NumberValue. |
int |
hashCode()
|
void |
setValue(String value)
Sets the value value for this NumberValue. |
| Methods inherited from class com.google.api.ads.dfp.v201111.Value |
|---|
getValueType, setValueType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NumberValue()
public NumberValue(String valueType,
String value)
| Method Detail |
|---|
public String getValue()
public void setValue(String value)
value - * The numeric value represented as a string.public boolean equals(Object obj)
equals in class Valuepublic int hashCode()
hashCode in class Valuepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||