org.ow2.orchestra.ws_ht
Class TImport

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.TExtensibleElements
      extended by org.ow2.orchestra.ws_ht.TImport

public class TImport
extends TExtensibleElements

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://www.example.org/WS-HT}tExtensibleElements">
       <attribute name="namespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="location" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="importType" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String importType
           
protected  String location
           
protected  String namespace
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
TImport()
           
 
Method Summary
 String getImportType()
          Gets the value of the importType property.
 String getLocation()
          Gets the value of the location property.
 String getNamespace()
          Gets the value of the namespace property.
 void setImportType(String value)
          Sets the value of the importType property.
 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.ow2.orchestra.ws_ht.TExtensibleElements
getAny, getDocumentation, getOtherAttributes
 
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

importType

protected String importType
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

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

getImportType

public String getImportType()
Gets the value of the importType property.

Returns:
possible object is String

setImportType

public void setImportType(String value)
Sets the value of the importType property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.