org.apache.geronimo.xml.ns.loginconfig_1
public class: OptionType [javadoc |
source]
java.lang.Object
org.apache.geronimo.xml.ns.loginconfig_1.OptionType
Java class for optionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="optionType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
Field Summary |
---|
protected String | value | |
protected String | name | |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.geronimo.xml.ns.loginconfig_1.OptionType Detail: |
public String getName() {
return name;
}
Gets the value of the name property. |
public String getValue() {
return value;
}
Gets the value of the value property. |
public void setName(String value) {
this.name = value;
}
Sets the value of the name property. |
public void setValue(String value) {
this.value = value;
}
Sets the value of the value property. |