org.archiviststoolkit.structure.lookupListSchema
Class Value

java.lang.Object
  extended by org.archiviststoolkit.structure.lookupListSchema.Value

public class Value
extends java.lang.Object

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

content

protected java.lang.String content

editable

protected java.lang.Boolean editable
Constructor Detail

Value

public Value()
Method Detail

getContent

public java.lang.String getContent()
Gets the value of the content property.

Returns:
possible object is String

setContent

public void setContent(java.lang.String value)
Sets the value of the content property.

Parameters:
value - allowed object is String

isEditable

public java.lang.Boolean isEditable()
Gets the value of the editable property.

Returns:
possible object is Boolean

setEditable

public void setEditable(java.lang.Boolean value)
Sets the value of the editable property.

Parameters:
value - allowed object is Boolean