|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.lookupListSchema.Value
public class Value
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="editable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
content
|
protected java.lang.Boolean |
editable
|
| Constructor Summary | |
|---|---|
Value()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContent()
Gets the value of the content property. |
java.lang.Boolean |
isEditable()
Gets the value of the editable property. |
void |
setContent(java.lang.String value)
Sets the value of the content property. |
void |
setEditable(java.lang.Boolean value)
Sets the value of the editable property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String content
protected java.lang.Boolean editable
| Constructor Detail |
|---|
public Value()
| Method Detail |
|---|
public java.lang.String getContent()
Stringpublic void setContent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isEditable()
Booleanpublic void setEditable(java.lang.Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||