Class ParamType
java.lang.Object
com.tremolosecurity.config.xml.ParamType
Name/Value pair
Java class for paramType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="paramType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
value
-
-
Constructor Details
-
ParamType
public ParamType()
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-