|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface XSTestType.TargetsType.TargetType
Java content class for anonymous complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/frankcohen/dev/cvs/tm_newer/tm5/TestMaker/src/com/pushtotest/testmaker/XSTest/xml/XSTestProps.xsd line 111)
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Classpath" type="{}itemlist"/>
<choice>
<element name="ConnectionURI" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Connections" type="{}dicttype"/>
</choice>
</sequence>
<attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
Itemlist |
getClasspath()
Gets the value of the classpath property. |
java.lang.String |
getCode()
Gets the value of the code property. |
Dicttype |
getConnections()
Gets the value of the connections property. |
java.lang.String |
getConnectionURI()
Gets the value of the connectionURI property. |
java.lang.String |
getName()
Gets the value of the name property. |
void |
setClasspath(Itemlist value)
Sets the value of the classpath property. |
void |
setCode(java.lang.String value)
Sets the value of the code property. |
void |
setConnections(Dicttype value)
Sets the value of the connections property. |
void |
setConnectionURI(java.lang.String value)
Sets the value of the connectionURI property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
| Method Detail |
|---|
Dicttype getConnections()
Dicttypevoid setConnections(Dicttype value)
value - allowed object is
Dicttypejava.lang.String getConnectionURI()
Stringvoid setConnectionURI(java.lang.String value)
value - allowed object is
Stringjava.lang.String getCode()
Stringvoid setCode(java.lang.String value)
value - allowed object is
StringItemlist getClasspath()
Itemlistvoid setClasspath(Itemlist value)
value - allowed object is
Itemlistjava.lang.String getName()
Stringvoid setName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||