当前页面:
在线文档首页 >
JBoss 3.2.7 jaxrpc API Documentation 英文版文档
Time (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档
org.apache.axis.types
Class Time
java.lang.Object
org.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] |
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]
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.