Uses of Interface
it.unibo.deis.counters.wire.GetValResponse

Packages that use GetValResponse
it.unibo.deis.counters.wire   
it.unibo.deis.counters.wire.impl   
 

Uses of GetValResponse in it.unibo.deis.counters.wire
 

Methods in it.unibo.deis.counters.wire that return GetValResponse
 GetValResponse GetValResponseDocument.addNewGetValResponse()
          Appends and returns a new empty "get-val-response" element
 GetValResponse GetValResponseDocument.getGetValResponse()
          Gets the "get-val-response" element
static GetValResponse GetValResponse.Factory.newInstance()
           
static GetValResponse GetValResponse.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GetValResponse GetValResponse.Factory.parse(java.io.File file)
           
static GetValResponse GetValResponse.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static GetValResponse GetValResponse.Factory.parse(java.io.InputStream is)
           
static GetValResponse GetValResponse.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GetValResponse GetValResponse.Factory.parse(org.w3c.dom.Node node)
           
static GetValResponse GetValResponse.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static GetValResponse GetValResponse.Factory.parse(java.io.Reader r)
           
static GetValResponse GetValResponse.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GetValResponse GetValResponse.Factory.parse(java.lang.String xmlAsString)
           
static GetValResponse GetValResponse.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GetValResponse GetValResponse.Factory.parse(java.net.URL u)
           
static GetValResponse GetValResponse.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static GetValResponse GetValResponse.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GetValResponse GetValResponse.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GetValResponse GetValResponse.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static GetValResponse GetValResponse.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in it.unibo.deis.counters.wire with parameters of type GetValResponse
 void GetValResponseDocument.setGetValResponse(GetValResponse getValResponse)
          Sets the "get-val-response" element
 

Uses of GetValResponse in it.unibo.deis.counters.wire.impl
 

Classes in it.unibo.deis.counters.wire.impl that implement GetValResponse
 class GetValResponseImpl
          An XML GetValResponse(@http://deis.unibo.it/counters/wire).
 

Methods in it.unibo.deis.counters.wire.impl that return GetValResponse
 GetValResponse GetValResponseDocumentImpl.addNewGetValResponse()
          Appends and returns a new empty "get-val-response" element
 GetValResponse GetValResponseDocumentImpl.getGetValResponse()
          Gets the "get-val-response" element
 

Methods in it.unibo.deis.counters.wire.impl with parameters of type GetValResponse
 void GetValResponseDocumentImpl.setGetValResponse(GetValResponse getValResponse)
          Sets the "get-val-response" element
 



Copyright © 2006 null. All Rights Reserved.