站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

Time (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.types
Class Time

java.lang.Object
  extended byorg.apache.axis.types.Time
All Implemented Interfaces:
Serializable

public class Time
extends Object
implements Serializable

Class that represents the xsd:time XML Schema type

See Also:
Serialized Form

Constructor Summary
Time(Calendar value)
          Initialize with a Calender, year month and date are ignored
Time(String value)
          Converts a string formatted as HH:mm:ss[.SSS][+/-offset]
 
Method Summary
 boolean equals(Object obj)
           
 Calendar getAsCalendar()
           
 void setTime(Calendar date)
           
 void setTime(Date date)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Time

public Time(Calendar value)
Initialize with a Calender, year month and date are ignored


Time

public Time(String value)
     throws NumberFormatException
Converts a string formatted as HH:mm:ss[.SSS][+/-offset]

Method Detail

getAsCalendar

public Calendar getAsCalendar()

setTime

public void setTime(Calendar date)

setTime

public void setTime(Date date)

toString

public String toString()

equals

public boolean equals(Object obj)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.