|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.filteredpush.rdf.binding.HandlerBindable
org.filteredpush.rdf.binding.HandlerObject
public class HandlerObject
Java class for object complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="object">
<simpleContent>
<extension base="<>bindable">
<attribute name="describes" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="container">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="bag"/>
</restriction>
</simpleType>
</attribute>
<attribute name="contains" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</extension>
</simpleContent>
</complexType>
| Constructor Summary | |
|---|---|
HandlerObject()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContainer()
Gets the value of the container property. |
java.lang.Object |
getContains()
Gets the value of the contains property. |
java.lang.String |
getDatatype()
Gets the value of the datatype property. |
java.lang.Object |
getDescribes()
Gets the value of the describes property. |
java.lang.String |
getLang()
Gets the value of the lang property. |
java.lang.Object |
getValidator()
|
void |
setContainer(java.lang.String value)
Sets the value of the container property. |
void |
setContains(java.lang.Object value)
Sets the value of the contains property. |
void |
setDatatype(java.lang.String value)
Sets the value of the datatype property. |
void |
setDescribes(java.lang.Object value)
Sets the value of the describes property. |
void |
setLang(java.lang.String value)
Sets the value of the lang property. |
void |
setValidator(java.lang.Object validator)
|
| Methods inherited from class org.filteredpush.rdf.binding.HandlerBindable |
|---|
getJavaField, getJavaMethod, getValue, setJavaField, setJavaMethod, setValue |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HandlerObject()
| Method Detail |
|---|
public java.lang.Object getValidator()
public void setValidator(java.lang.Object validator)
public java.lang.Object getDescribes()
Objectpublic void setDescribes(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.String getDatatype()
Stringpublic void setDatatype(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLang()
Stringpublic void setLang(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContainer()
Stringpublic void setContainer(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getContains()
Objectpublic void setContains(java.lang.Object value)
value - allowed object is
Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||