public class StartDateTimeType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_IMMEDIATELY |
static String |
_ONE_HOUR_FROM_NOW |
static String |
_UNKNOWN |
static String |
_USE_START_DATE_TIME |
static StartDateTimeType |
IMMEDIATELY |
static StartDateTimeType |
ONE_HOUR_FROM_NOW |
static StartDateTimeType |
UNKNOWN |
static StartDateTimeType |
USE_START_DATE_TIME |
| Modifier | Constructor and Description |
|---|---|
protected |
StartDateTimeType(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static StartDateTimeType |
fromString(String value) |
static StartDateTimeType |
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() |
public static final String _USE_START_DATE_TIME
public static final String _IMMEDIATELY
public static final String _ONE_HOUR_FROM_NOW
public static final String _UNKNOWN
public static final StartDateTimeType USE_START_DATE_TIME
public static final StartDateTimeType IMMEDIATELY
public static final StartDateTimeType ONE_HOUR_FROM_NOW
public static final StartDateTimeType UNKNOWN
protected StartDateTimeType(String value)
public String getValue()
public static StartDateTimeType fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static StartDateTimeType fromString(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2018. All Rights Reserved.