Class ParamWithValueType
java.lang.Object
com.tremolosecurity.config.xml.ParamWithValueType
Name/Value pair
Java class for paramWithValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="paramWithValueType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the name property.getValue()
Gets the value of the value property.Gets the value of the valueAttribute property.void
Sets the value of the name property.void
Sets the value of the value property.void
setValueAttribute
(String value) Sets the value of the valueAttribute property.
-
Field Details
-
value
-
name
-
valueAttribute
-
-
Constructor Details
-
ParamWithValueType
public ParamWithValueType()
-
-
Method Details
-
getValue
-
setValue
-
getName
-
setName
-
getValueAttribute
-
setValueAttribute
-