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

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

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

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

Methods in it.unibo.deis.counters.wire with parameters of type GetValRequest
 void GetValRequestDocument.setGetValRequest(GetValRequest getValRequest)
          Sets the "get-val-request" element
 

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

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

Methods in it.unibo.deis.counters.wire.impl that return GetValRequest
 GetValRequest GetValRequestDocumentImpl.addNewGetValRequest()
          Appends and returns a new empty "get-val-request" element
 GetValRequest GetValRequestDocumentImpl.getGetValRequest()
          Gets the "get-val-request" element
 

Methods in it.unibo.deis.counters.wire.impl with parameters of type GetValRequest
 void GetValRequestDocumentImpl.setGetValRequest(GetValRequest getValRequest)
          Sets the "get-val-request" element
 



Copyright © 2006 null. All Rights Reserved.