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

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

public class FrequencyType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _perDay
           
static String _perHour
           
static String _perMinute
           
static String _perMonth
           
static String _perWeek
           
static String _perYear
           
static FrequencyType perDay
           
static FrequencyType perHour
           
static FrequencyType perMinute
           
static FrequencyType perMonth
           
static FrequencyType perWeek
           
static FrequencyType perYear
           
 
Constructor Summary
protected FrequencyType(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static FrequencyType fromString(String value)
           
static FrequencyType fromValue(String value)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getValue()
           
 int hashCode()
           
 Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_perMinute

public static final String _perMinute
See Also:
Constant Field Values

_perHour

public static final String _perHour
See Also:
Constant Field Values

_perDay

public static final String _perDay
See Also:
Constant Field Values

_perWeek

public static final String _perWeek
See Also:
Constant Field Values

_perMonth

public static final String _perMonth
See Also:
Constant Field Values

_perYear

public static final String _perYear
See Also:
Constant Field Values

perMinute

public static final FrequencyType perMinute

perHour

public static final FrequencyType perHour

perDay

public static final FrequencyType perDay

perWeek

public static final FrequencyType perWeek

perMonth

public static final FrequencyType perMonth

perYear

public static final FrequencyType perYear
Constructor Detail

FrequencyType

protected FrequencyType(String value)
Method Detail

getValue

public String getValue()

fromValue

public static FrequencyType fromValue(String value)
                               throws IllegalArgumentException
Throws:
IllegalArgumentException

fromString

public static FrequencyType fromString(String value)
                                throws IllegalArgumentException
Throws:
IllegalArgumentException

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getSerializer

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

getDeserializer

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

getTypeDesc

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



Copyright © 2013. All Rights Reserved.