Class AnnotationType
java.lang.Object
com.tremolosecurity.config.xml.AnnotationType
Identify annotations
 
 
Java class for annotationType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="annotationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="requestObjectName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()Gets the value of the name property.Gets the value of the requestObjectName property.voidSets the value of the name property.voidsetRequestObjectName(String value) Sets the value of the requestObjectName property.
- 
Field Details- 
name
- 
requestObjectName
 
- 
- 
Constructor Details- 
AnnotationTypepublic AnnotationType()
 
- 
- 
Method Details- 
getName
- 
setName
- 
getRequestObjectName
- 
setRequestObjectName
 
-