com.konakart.wsapp
Class PunchOutOptions

java.lang.Object
  extended by com.konakart.wsapp.PunchOutOptions
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
PunchOutOptions()
           
PunchOutOptions(java.lang.String standard, java.lang.String version)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStandard()
          Gets the standard value for this PunchOutOptions.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVersion()
          Gets the version value for this PunchOutOptions.
 int hashCode()
           
 void setStandard(java.lang.String standard)
          Sets the standard value for this PunchOutOptions.
 void setVersion(java.lang.String version)
          Sets the version value for this PunchOutOptions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PunchOutOptions

public PunchOutOptions()

PunchOutOptions

public PunchOutOptions(java.lang.String standard,
                       java.lang.String version)
Method Detail

getStandard

public java.lang.String getStandard()
Gets the standard value for this PunchOutOptions.

Returns:
standard

setStandard

public void setStandard(java.lang.String standard)
Sets the standard value for this PunchOutOptions.

Parameters:
standard -

getVersion

public java.lang.String getVersion()
Gets the version value for this PunchOutOptions.

Returns:
version

setVersion

public void setVersion(java.lang.String version)
Sets the version value for this PunchOutOptions.

Parameters:
version -

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

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2011 DS Data Systems UK Ltd.