public class

TImport

extends TExtensibleAttributesDocumented
java.lang.Object
   ↳ org.xmlsoap.schemas.wsdl.TDocumented
     ↳ org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented
       ↳ org.xmlsoap.schemas.wsdl.TImport

Class Overview

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>
 

Summary

Fields
protected String location
protected String namespace
[Expand]
Inherited Fields
From class org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented
From class org.xmlsoap.schemas.wsdl.TDocumented
Public Constructors
TImport()
Public Methods
String getLocation()
Gets the value of the location property.
String getNamespace()
Gets the value of the namespace property.
void setLocation(String value)
Sets the value of the location property.
void setNamespace(String value)
Sets the value of the namespace property.
[Expand]
Inherited Methods
From class org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented
From class org.xmlsoap.schemas.wsdl.TDocumented
From class java.lang.Object

Fields

protected String location

protected String namespace

Public Constructors

public TImport ()

Public Methods

public String getLocation ()

Gets the value of the location property.

Returns
  • possible object is String

public String getNamespace ()

Gets the value of the namespace property.

Returns
  • possible object is String

public void setLocation (String value)

Sets the value of the location property.

Parameters
value Allowed object is String

public void setNamespace (String value)

Sets the value of the namespace property.

Parameters
value Allowed object is String