|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.destin.skos.usage.Usage
public class Usage
Java class for Usage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Usage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="usage" type="{}Usage" maxOccurs="unbounded" minOccurs="0"/>
<element name="example" type="{}Reference" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="application" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="role" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="about" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="category" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="pure" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Usage()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAbout()
Gets the value of the about property. |
java.lang.String |
getApplication()
Gets the value of the application property. |
java.lang.String |
getCategory()
Gets the value of the category property. |
int |
getCount()
Gets the value of the count property. |
java.lang.String |
getRole()
Gets the value of the role property. |
java.util.List<java.lang.Object> |
getUsageAndExample()
Gets the value of the usageAndExample property. |
boolean |
isPure()
Gets the value of the pure property. |
void |
setAbout(java.lang.String value)
Sets the value of the about property. |
void |
setApplication(java.lang.String value)
Sets the value of the application property. |
void |
setCategory(java.lang.String value)
Sets the value of the category property. |
void |
setCount(int value)
Sets the value of the count property. |
void |
setPure(java.lang.Boolean value)
Sets the value of the pure property. |
void |
setRole(java.lang.String value)
Sets the value of the role property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Usage()
| Method Detail |
|---|
public java.util.List<java.lang.Object> getUsageAndExample()
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 usageAndExample property.
For example, to add a new item, do as follows:
getUsageAndExample().add(newItem);
Objects of the following type(s) are allowed in the list
Usage
Reference
public java.lang.String getApplication()
Stringpublic void setApplication(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRole()
Stringpublic void setRole(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAbout()
Stringpublic void setAbout(java.lang.String value)
value - allowed object is
Stringpublic int getCount()
public void setCount(int value)
public java.lang.String getCategory()
Stringpublic void setCategory(java.lang.String value)
value - allowed object is
Stringpublic boolean isPure()
Booleanpublic void setPure(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 | |||||||||