Uses of Interface
org.xmlsoap.schemas.soap.encoding.Time

Packages that use Time
org.xmlsoap.schemas.soap.encoding   
org.xmlsoap.schemas.soap.encoding.impl   
 

Uses of Time in org.xmlsoap.schemas.soap.encoding
 

Methods in org.xmlsoap.schemas.soap.encoding that return Time
 Time TimeDocument.addNewTime()
          Appends and returns a new empty "time" element
 Time TimeDocument.getTime()
          Gets the "time" element
static Time Time.Factory.newInstance()
           
static Time Time.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static Time Time.Factory.parse(java.io.File file)
           
static Time Time.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static Time Time.Factory.parse(java.io.InputStream is)
           
static Time Time.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static Time Time.Factory.parse(org.w3c.dom.Node node)
           
static Time Time.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static Time Time.Factory.parse(java.io.Reader r)
           
static Time Time.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static Time Time.Factory.parse(java.lang.String xmlAsString)
           
static Time Time.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static Time Time.Factory.parse(java.net.URL u)
           
static Time Time.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static Time Time.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static Time Time.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static Time Time.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static Time Time.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type Time
 void TimeDocument.setTime(Time time)
          Sets the "time" element
 

Uses of Time in org.xmlsoap.schemas.soap.encoding.impl
 

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement Time
 class TimeImpl
          An XML time(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return Time
 Time TimeDocumentImpl.addNewTime()
          Appends and returns a new empty "time" element
 Time TimeDocumentImpl.getTime()
          Gets the "time" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type Time
 void TimeDocumentImpl.setTime(Time time)
          Sets the "time" element
 



Copyright © 2006 null. All Rights Reserved.