Apache CXF API

org.apache.cxf.wsdl
Class TImport

java.lang.Object
  extended by org.apache.cxf.wsdl.TDocumented
      extended by org.apache.cxf.wsdl.TExtensibleAttributesDocumented
          extended by org.apache.cxf.wsdl.TImport

public class TImport
extends TExtensibleAttributesDocumented

Java class for tImport complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tImport">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleAttributesDocumented">
       <attribute name="namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String location
           
protected  String namespace
           
 
Fields inherited from class org.apache.cxf.wsdl.TExtensibleAttributesDocumented
any
 
Fields inherited from class org.apache.cxf.wsdl.TDocumented
documentation
 
Constructor Summary
TImport()
           
 
Method Summary
 String getLocation()
          Gets the value of the location property.
 String getNamespace()
          Gets the value of the namespace property.
 boolean isSetLocation()
           
 boolean isSetNamespace()
           
 void setLocation(String value)
          Sets the value of the location property.
 void setNamespace(String value)
          Sets the value of the namespace property.
 
Methods inherited from class org.apache.cxf.wsdl.TExtensibleAttributesDocumented
getAny, getOtherAttributes, isSetAny, unsetAny
 
Methods inherited from class org.apache.cxf.wsdl.TDocumented
getDocumentation, isSetDocumentation, setDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

namespace

protected String namespace

location

protected String location
Constructor Detail

TImport

public TImport()
Method Detail

getNamespace

public String getNamespace()
Gets the value of the namespace property.

Returns:
possible object is String

setNamespace

public void setNamespace(String value)
Sets the value of the namespace property.

Parameters:
value - allowed object is String

isSetNamespace

public boolean isSetNamespace()

getLocation

public String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(String value)
Sets the value of the location property.

Parameters:
value - allowed object is String

isSetLocation

public boolean isSetLocation()

Apache CXF API

Apache CXF