com.yahoo.marketing.apt
Class DiscountType

java.lang.Object
  extended by com.yahoo.marketing.apt.DiscountType
All Implemented Interfaces:
java.io.Serializable

public class DiscountType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String _Agency
           
static java.lang.String _Discretionary
           
static java.lang.String _Fidelity
           
static java.lang.String _Frequency
           
static java.lang.String _Other
           
static java.lang.String _Package
           
static java.lang.String _Special
           
private static java.util.HashMap _table_
           
private  java.lang.String _value_
           
static java.lang.String _Volume
           
static DiscountType Agency
           
static DiscountType Discretionary
           
static DiscountType Fidelity
           
static DiscountType Frequency
           
static DiscountType Other
           
static DiscountType Package
           
static DiscountType Special
           
private static org.apache.axis.description.TypeDesc typeDesc
           
static DiscountType Volume
           
 
Constructor Summary
protected DiscountType(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static DiscountType fromString(java.lang.String value)
           
static DiscountType fromValue(java.lang.String value)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.Object readResolve()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_value_

private java.lang.String _value_

_table_

private static java.util.HashMap _table_

_Special

public static final java.lang.String _Special
See Also:
Constant Field Values

_Discretionary

public static final java.lang.String _Discretionary
See Also:
Constant Field Values

_Frequency

public static final java.lang.String _Frequency
See Also:
Constant Field Values

_Agency

public static final java.lang.String _Agency
See Also:
Constant Field Values

_Volume

public static final java.lang.String _Volume
See Also:
Constant Field Values

_Package

public static final java.lang.String _Package
See Also:
Constant Field Values

_Other

public static final java.lang.String _Other
See Also:
Constant Field Values

_Fidelity

public static final java.lang.String _Fidelity
See Also:
Constant Field Values

Special

public static final DiscountType Special

Discretionary

public static final DiscountType Discretionary

Frequency

public static final DiscountType Frequency

Agency

public static final DiscountType Agency

Volume

public static final DiscountType Volume

Package

public static final DiscountType Package

Other

public static final DiscountType Other

Fidelity

public static final DiscountType Fidelity

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

DiscountType

protected DiscountType(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

fromValue

public static DiscountType fromValue(java.lang.String value)
                              throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

fromString

public static DiscountType fromString(java.lang.String value)
                               throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object