Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.Name

Uses of Name in org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03
 

Methods in org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03 that return Name
 Name PrinterPropertiesDocument.PrinterProperties.xgetPrinterName()
          Gets (as xml) the "printer_name" element
 Name PrinterNameDocument.xgetPrinterName()
          Gets (as xml) the "printer_name" element
 Name PrinterAttributesDocument.PrinterAttributes.xgetPrinterName()
          Gets (as xml) the "printer_name" element
static Name Name.Factory.newValue(java.lang.Object obj)
           
static Name Name.Factory.newInstance()
           
static Name Name.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static Name Name.Factory.parse(java.lang.String s)
           
static Name Name.Factory.parse(java.lang.String s, org.apache.xmlbeans.XmlOptions options)
           
static Name Name.Factory.parse(java.io.File f)
           
static Name Name.Factory.parse(java.io.File f, org.apache.xmlbeans.XmlOptions options)
           
static Name Name.Factory.parse(java.net.URL u)
           
static Name Name.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static Name Name.Factory.parse(java.io.InputStream is)
           
static Name Name.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static Name Name.Factory.parse(java.io.Reader r)
           
static Name Name.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static Name Name.Factory.parse(org.w3c.dom.Node node)
           
static Name Name.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static Name Name.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static Name Name.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03 with parameters of type Name
 void PrinterPropertiesDocument.PrinterProperties.xsetPrinterName(Name printerName)
          Sets (as xml) the "printer_name" element
 void PrinterNameDocument.xsetPrinterName(Name printerName)
          Sets (as xml) the "printer_name" element
 void PrinterAttributesDocument.PrinterAttributes.xsetPrinterName(Name printerName)
          Sets (as xml) the "printer_name" element