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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type GDay
 void GDayDocument.setGDay(GDay gDay)
          Sets the "gDay" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement GDay
 class GDayImpl
          An XML gDay(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return GDay
 GDay GDayDocumentImpl.addNewGDay()
          Appends and returns a new empty "gDay" element
 GDay GDayDocumentImpl.getGDay()
          Gets the "gDay" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type GDay
 void GDayDocumentImpl.setGDay(GDay gDay)
          Sets the "gDay" element
 



Copyright © 2006 null. All Rights Reserved.