|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateTime | |
---|---|
org.xmlsoap.schemas.soap.encoding | |
org.xmlsoap.schemas.soap.encoding.impl |
Uses of DateTime in org.xmlsoap.schemas.soap.encoding |
---|
Methods in org.xmlsoap.schemas.soap.encoding that return DateTime | |
---|---|
DateTime |
DateTimeDocument.addNewDateTime()
Appends and returns a new empty "dateTime" element |
DateTime |
DateTimeDocument.getDateTime()
Gets the "dateTime" element |
static DateTime |
DateTime.Factory.newInstance()
|
static DateTime |
DateTime.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static DateTime |
DateTime.Factory.parse(java.io.File file)
|
static DateTime |
DateTime.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static DateTime |
DateTime.Factory.parse(java.io.InputStream is)
|
static DateTime |
DateTime.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static DateTime |
DateTime.Factory.parse(org.w3c.dom.Node node)
|
static DateTime |
DateTime.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static DateTime |
DateTime.Factory.parse(java.io.Reader r)
|
static DateTime |
DateTime.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static DateTime |
DateTime.Factory.parse(java.lang.String xmlAsString)
|
static DateTime |
DateTime.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static DateTime |
DateTime.Factory.parse(java.net.URL u)
|
static DateTime |
DateTime.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static DateTime |
DateTime.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static DateTime |
DateTime.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static DateTime |
DateTime.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static DateTime |
DateTime.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.xmlsoap.schemas.soap.encoding with parameters of type DateTime | |
---|---|
void |
DateTimeDocument.setDateTime(DateTime dateTime)
Sets the "dateTime" element |
Uses of DateTime in org.xmlsoap.schemas.soap.encoding.impl |
---|
Classes in org.xmlsoap.schemas.soap.encoding.impl that implement DateTime | |
---|---|
class |
DateTimeImpl
An XML dateTime(@http://schemas.xmlsoap.org/soap/encoding/). |
Methods in org.xmlsoap.schemas.soap.encoding.impl that return DateTime | |
---|---|
DateTime |
DateTimeDocumentImpl.addNewDateTime()
Appends and returns a new empty "dateTime" element |
DateTime |
DateTimeDocumentImpl.getDateTime()
Gets the "dateTime" element |
Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type DateTime | |
---|---|
void |
DateTimeDocumentImpl.setDateTime(DateTime dateTime)
Sets the "dateTime" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |