org.codehaus.xfire.aegis.type
Class DateType

java.lang.Object
  extended by org.codehaus.xfire.aegis.type.Type
      extended by org.codehaus.xfire.aegis.type.SimpleType
          extended by org.codehaus.xfire.aegis.type.DateType
All Implemented Interfaces:
org.codehaus.xfire.wsdl.WSDLType

public class DateType
extends SimpleType

DateType

Author:
Dan Diephouse

Constructor Summary
DateType()
           
 
Method Summary
 java.lang.Object coerceString(java.lang.String string)
          Coerce the string to an object (i.e.
 java.lang.String coerceValue(java.lang.Object value)
          Coerce a value to a string (i.e.
 org.dom4j.QName getDefaultSchemaType()
           
 
Methods inherited from class org.codehaus.xfire.aegis.type.SimpleType
configure, getKey, read, read, setKey, write, writeSchema
 
Methods inherited from class org.codehaus.xfire.aegis.type.Type
getDependencies, getDocumentation, getMaxOccurs, getMinOccurs, getName, getOgnl, getQName, getSchemaType, isComplex, setDocumentation, setMaxOccurs, setMinOccurs, setName, setOgnl, setQName, setSchemaType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateType

public DateType()
Method Detail

coerceString

public java.lang.Object coerceString(java.lang.String string)
Description copied from class: SimpleType
Coerce the string to an object (i.e. create a date from a string).

Overrides:
coerceString in class SimpleType
Returns:

coerceValue

public java.lang.String coerceValue(java.lang.Object value)
Description copied from class: SimpleType
Coerce a value to a string (i.e. create a ISO-8601 string from a Date).

Overrides:
coerceValue in class SimpleType
Returns:

getDefaultSchemaType

public org.dom4j.QName getDefaultSchemaType()
Overrides:
getDefaultSchemaType in class SimpleType


Copyright © 2004 Codehaus. All Rights Reserved.