|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SecurityT
Java content class for security_t 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/TestScenario/testscenario.xsd line 108)
<complexType name="security_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="certificate" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="note" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
java.lang.String |
getCertificate()
Gets the value of the certificate property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getNote()
Gets the value of the note property. |
java.lang.String |
getType()
Gets the value of the type property. |
void |
setCertificate(java.lang.String value)
Sets the value of the certificate property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setNote(java.lang.String value)
Sets the value of the note property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
| Method Detail |
|---|
java.lang.String getType()
Stringvoid setType(java.lang.String value)
value - allowed object is
Stringjava.lang.String getCertificate()
Stringvoid setCertificate(java.lang.String value)
value - allowed object is
Stringjava.lang.String getNote()
Stringvoid setNote(java.lang.String value)
value - allowed object is
Stringjava.lang.String getId()
Stringvoid setId(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 | |||||||||