gov.nih.nci.cagrid.workflow.stubs.types
Class WMSInputType

java.lang.Object
  extended by gov.nih.nci.cagrid.workflow.stubs.types.WMSInputType
All Implemented Interfaces:
java.io.Serializable

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

This type represents the input type for a BPEL workflow

See Also:
Serialized Form

Constructor Summary
WMSInputType()
           
WMSInputType(java.lang.String bpelDoc, org.apache.axis.message.addressing.EndpointReferenceType delegationEPR, java.util.Calendar terminationTime, java.lang.String workflowName, WSDLReferences[] wsdlReferences)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getBpelDoc()
          Gets the bpelDoc value for this WMSInputType.
 org.apache.axis.message.addressing.EndpointReferenceType getDelegationEPR()
          Gets the delegationEPR value for this WMSInputType.
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.util.Calendar getTerminationTime()
          Gets the terminationTime value for this WMSInputType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getWorkflowName()
          Gets the workflowName value for this WMSInputType.
 WSDLReferences[] getWsdlReferences()
          Gets the wsdlReferences value for this WMSInputType.
 WSDLReferences getWsdlReferences(int i)
           
 int hashCode()
           
 void setBpelDoc(java.lang.String bpelDoc)
          Sets the bpelDoc value for this WMSInputType.
 void setDelegationEPR(org.apache.axis.message.addressing.EndpointReferenceType delegationEPR)
          Sets the delegationEPR value for this WMSInputType.
 void setTerminationTime(java.util.Calendar terminationTime)
          Sets the terminationTime value for this WMSInputType.
 void setWorkflowName(java.lang.String workflowName)
          Sets the workflowName value for this WMSInputType.
 void setWsdlReferences(int i, WSDLReferences _value)
           
 void setWsdlReferences(WSDLReferences[] wsdlReferences)
          Sets the wsdlReferences value for this WMSInputType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMSInputType

public WMSInputType()

WMSInputType

public WMSInputType(java.lang.String bpelDoc,
                    org.apache.axis.message.addressing.EndpointReferenceType delegationEPR,
                    java.util.Calendar terminationTime,
                    java.lang.String workflowName,
                    WSDLReferences[] wsdlReferences)
Method Detail

getWorkflowName

public java.lang.String getWorkflowName()
Gets the workflowName value for this WMSInputType.

Returns:
workflowName

setWorkflowName

public void setWorkflowName(java.lang.String workflowName)
Sets the workflowName value for this WMSInputType.

Parameters:
workflowName -

getBpelDoc

public java.lang.String getBpelDoc()
Gets the bpelDoc value for this WMSInputType.

Returns:
bpelDoc

setBpelDoc

public void setBpelDoc(java.lang.String bpelDoc)
Sets the bpelDoc value for this WMSInputType.

Parameters:
bpelDoc -

getDelegationEPR

public org.apache.axis.message.addressing.EndpointReferenceType getDelegationEPR()
Gets the delegationEPR value for this WMSInputType.

Returns:
delegationEPR

setDelegationEPR

public void setDelegationEPR(org.apache.axis.message.addressing.EndpointReferenceType delegationEPR)
Sets the delegationEPR value for this WMSInputType.

Parameters:
delegationEPR -

getWsdlReferences

public WSDLReferences[] getWsdlReferences()
Gets the wsdlReferences value for this WMSInputType.

Returns:
wsdlReferences

setWsdlReferences

public void setWsdlReferences(WSDLReferences[] wsdlReferences)
Sets the wsdlReferences value for this WMSInputType.

Parameters:
wsdlReferences -

getWsdlReferences

public WSDLReferences getWsdlReferences(int i)

setWsdlReferences

public void setWsdlReferences(int i,
                              WSDLReferences _value)

getTerminationTime

public java.util.Calendar getTerminationTime()
Gets the terminationTime value for this WMSInputType.

Returns:
terminationTime

setTerminationTime

public void setTerminationTime(java.util.Calendar terminationTime)
Sets the terminationTime value for this WMSInputType.

Parameters:
terminationTime -

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