Class NameValue
java.lang.Object
com.tremolosecurity.config.xml.NameValue
Java class for nameValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="nameValue">
<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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
value
-
-
Constructor Details
-
NameValue
public NameValue()
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-