|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.ws_ht.TExtensibleElements
org.ow2.orchestra.ws_ht.TImport
public class TImport
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 |
|---|
protected String namespace
protected String location
protected String importType
| Constructor Detail |
|---|
public TImport()
| Method Detail |
|---|
public String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic String getImportType()
Stringpublic void setImportType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||