org.apache.geronimo.jee.security
public class: Description [javadoc |
source]
java.lang.Object
org.apache.geronimo.jee.security.Description
All Implemented Interfaces:
Serializable
Java class for descriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="descriptionType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
</extension>
</simpleContent>
</complexType>
- version:
$
- Rev: 642503 $ $Date: 2008-03-29 12:35:01 +0800 (Sat, 29 Mar 2008) $
Field Summary |
---|
protected String | value | |
Method from org.apache.geronimo.jee.security.Description Summary: |
---|
getValue, setValue |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.geronimo.jee.security.Description Detail: |
public String getValue() {
return value;
}
Gets the value of the value property. |
public void setValue(String value) {
this.value = value;
}
Sets the value of the value property. |