com.pushtotest.testmaker.XSTest.PAAS.GSRS
Interface SecurityType

All Known Subinterfaces:
Security
All Known Implementing Classes:
SecurityImpl, SecurityTypeImpl

public interface SecurityType

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/PAAS/GSRS.xsd line 182)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}certificate"/>
         <element ref="{}id"/>
         <element ref="{}note"/>
       </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

getType

java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getCertificate

java.lang.String getCertificate()
Gets the value of the certificate property.

Returns:
possible object is String

setCertificate

void setCertificate(java.lang.String value)
Sets the value of the certificate property.

Parameters:
value - allowed object is String

getNote

java.lang.String getNote()
Gets the value of the note property.

Returns:
possible object is String

setNote

void setNote(java.lang.String value)
Sets the value of the note property.

Parameters:
value - allowed object is String

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String