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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type GMonthDay
 void GMonthDayDocument.setGMonthDay(GMonthDay gMonthDay)
          Sets the "gMonthDay" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement GMonthDay
 class GMonthDayImpl
          An XML gMonthDay(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return GMonthDay
 GMonthDay GMonthDayDocumentImpl.addNewGMonthDay()
          Appends and returns a new empty "gMonthDay" element
 GMonthDay GMonthDayDocumentImpl.getGMonthDay()
          Gets the "gMonthDay" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type GMonthDay
 void GMonthDayDocumentImpl.setGMonthDay(GMonthDay gMonthDay)
          Sets the "gMonthDay" element
 



Copyright © 2006 null. All Rights Reserved.