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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the name property.Gets the value of the requestObjectName property.void
Sets the value of the name property.void
setRequestObjectName
(String value) Sets the value of the requestObjectName property.
-
Field Details
-
name
-
requestObjectName
-
-
Constructor Details
-
AnnotationType
public AnnotationType()
-
-
Method Details
-
getName
-
setName
-
getRequestObjectName
-
setRequestObjectName
-