|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.filteredpush.rdf.binding.HandlerResource
public class HandlerResource
Java class for resource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resource">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="about" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="properties" type="{}properties" maxOccurs="unbounded"/>
</sequence>
<attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
HandlerResource()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAbout()
Gets the value of the about property. |
java.util.List<HandlerProperties> |
getProperties()
Gets the value of the properties property. |
java.lang.String |
getRootNode()
|
java.lang.String |
getSubject()
Gets the value of the subject property. |
void |
setAbout(java.lang.String value)
Sets the value of the about property. |
void |
setRootNode(java.lang.String rootNode)
|
void |
setSubject(java.lang.String value)
Sets the value of the subject property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HandlerResource()
| Method Detail |
|---|
public java.lang.String getAbout()
Stringpublic void setAbout(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRootNode()
public void setRootNode(java.lang.String rootNode)
public java.util.List<HandlerProperties> getProperties()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the properties property.
For example, to add a new item, do as follows:
getProperties().add(newItem);
Objects of the following type(s) are allowed in the list
HandlerProperties
public java.lang.String getSubject()
Stringpublic void setSubject(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||