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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type GMonth
 void GMonthDocument.setGMonth(GMonth gMonth)
          Sets the "gMonth" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement GMonth
 class GMonthImpl
          An XML gMonth(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return GMonth
 GMonth GMonthDocumentImpl.addNewGMonth()
          Appends and returns a new empty "gMonth" element
 GMonth GMonthDocumentImpl.getGMonth()
          Gets the "gMonth" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type GMonth
 void GMonthDocumentImpl.setGMonth(GMonth gMonth)
          Sets the "gMonth" element
 



Copyright © 2006 null. All Rights Reserved.