net.sf.provisioner.IntrawayWSDL_pkg
Class FlowsObj

java.lang.Object
  extended by net.sf.provisioner.IntrawayWSDL_pkg.FlowsObj
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
FlowsObj()
           
FlowsObj(java.lang.String serviceFlow, java.lang.String serviceClassifier)
           
 
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 getServiceClassifier()
          Gets the serviceClassifier value for this FlowsObj.
 java.lang.String getServiceFlow()
          Gets the serviceFlow value for this FlowsObj.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setServiceClassifier(java.lang.String serviceClassifier)
          Sets the serviceClassifier value for this FlowsObj.
 void setServiceFlow(java.lang.String serviceFlow)
          Sets the serviceFlow value for this FlowsObj.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowsObj

public FlowsObj()

FlowsObj

public FlowsObj(java.lang.String serviceFlow,
                java.lang.String serviceClassifier)
Method Detail

getServiceFlow

public java.lang.String getServiceFlow()
Gets the serviceFlow value for this FlowsObj.

Returns:
serviceFlow

setServiceFlow

public void setServiceFlow(java.lang.String serviceFlow)
Sets the serviceFlow value for this FlowsObj.

Parameters:
serviceFlow -

getServiceClassifier

public java.lang.String getServiceClassifier()
Gets the serviceClassifier value for this FlowsObj.

Returns:
serviceClassifier

setServiceClassifier

public void setServiceClassifier(java.lang.String serviceClassifier)
Sets the serviceClassifier value for this FlowsObj.

Parameters:
serviceClassifier -

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 © 2007-2008. All Rights Reserved.