org.apache.geronimo.xbeans.wsdl
Interface TImport

All Superinterfaces:
TDocumented, TExtensibleAttributesDocumented, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TImportImpl

public interface TImport
extends TExtensibleAttributesDocumented

An XML tImport(@http://schemas.xmlsoap.org/wsdl/). This is a complex type.


Nested Class Summary
static class TImport.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 String getLocation()
          Gets the "location" attribute
 String getNamespace()
          Gets the "namespace" attribute
 void setLocation(String location)
          Sets the "location" attribute
 void setNamespace(String namespace)
          Sets the "namespace" attribute
 org.apache.xmlbeans.XmlAnyURI xgetLocation()
          Gets (as xml) the "location" attribute
 org.apache.xmlbeans.XmlAnyURI xgetNamespace()
          Gets (as xml) the "namespace" attribute
 void xsetLocation(org.apache.xmlbeans.XmlAnyURI location)
          Sets (as xml) the "location" attribute
 void xsetNamespace(org.apache.xmlbeans.XmlAnyURI namespace)
          Sets (as xml) the "namespace" attribute
 
Methods inherited from interface org.apache.geronimo.xbeans.wsdl.TDocumented
addNewDocumentation, getDocumentation, isSetDocumentation, setDocumentation, unsetDocumentation
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getNamespace

String getNamespace()
Gets the "namespace" attribute


xgetNamespace

org.apache.xmlbeans.XmlAnyURI xgetNamespace()
Gets (as xml) the "namespace" attribute


setNamespace

void setNamespace(String namespace)
Sets the "namespace" attribute


xsetNamespace

void xsetNamespace(org.apache.xmlbeans.XmlAnyURI namespace)
Sets (as xml) the "namespace" attribute


getLocation

String getLocation()
Gets the "location" attribute


xgetLocation

org.apache.xmlbeans.XmlAnyURI xgetLocation()
Gets (as xml) the "location" attribute


setLocation

void setLocation(String location)
Sets the "location" attribute


xsetLocation

void xsetLocation(org.apache.xmlbeans.XmlAnyURI location)
Sets (as xml) the "location" attribute



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.