org.gcube.datatransfer.scheduler.stubs.datatransferscheduler
Class InputPattern

java.lang.Object
  extended by org.gcube.datatransfer.scheduler.stubs.datatransferscheduler.InputPattern
All Implemented Interfaces:
Serializable

public class InputPattern
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
InputPattern()
           
InputPattern(AnyHolder pattern, String sourceId)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 AnyHolder getPattern()
          Gets the pattern value for this InputPattern.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSourceId()
          Gets the sourceId value for this InputPattern.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setPattern(AnyHolder pattern)
          Sets the pattern value for this InputPattern.
 void setSourceId(String sourceId)
          Sets the sourceId value for this InputPattern.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputPattern

public InputPattern()

InputPattern

public InputPattern(AnyHolder pattern,
                    String sourceId)
Method Detail

getPattern

public AnyHolder getPattern()
Gets the pattern value for this InputPattern.

Returns:
pattern

setPattern

public void setPattern(AnyHolder pattern)
Sets the pattern value for this InputPattern.

Parameters:
pattern -

getSourceId

public String getSourceId()
Gets the sourceId value for this InputPattern.

Returns:
sourceId

setSourceId

public void setSourceId(String sourceId)
Sets the sourceId value for this InputPattern.

Parameters:
sourceId -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2013. All Rights Reserved.