|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.destin.skos.usage.Usages
public class Usages
Java class for Usages complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Usages">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="usage" type="{}Usage" 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="scheme" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="type" type="{}ContributionType" default="absolute" />
<attribute name="last" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="current" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Usages()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getApplication()
Gets the value of the application property. |
java.lang.String |
getCurrent()
Gets the value of the current property. |
java.lang.String |
getLast()
Gets the value of the last property. |
java.lang.String |
getRole()
Gets the value of the role property. |
java.lang.String |
getScheme()
Gets the value of the scheme property. |
ContributionType |
getType()
Gets the value of the type property. |
java.util.List<Usage> |
getUsage()
Gets the value of the usage property. |
void |
setApplication(java.lang.String value)
Sets the value of the application property. |
void |
setCurrent(java.lang.String value)
Sets the value of the current property. |
void |
setLast(java.lang.String value)
Sets the value of the last property. |
void |
setRole(java.lang.String value)
Sets the value of the role property. |
void |
setScheme(java.lang.String value)
Sets the value of the scheme property. |
void |
setType(ContributionType value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Usages()
| Method Detail |
|---|
public java.util.List<Usage> getUsage()
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 usage property.
For example, to add a new item, do as follows:
getUsage().add(newItem);
Objects of the following type(s) are allowed in the list
Usage
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 getScheme()
Stringpublic void setScheme(java.lang.String value)
value - allowed object is
Stringpublic ContributionType getType()
ContributionTypepublic void setType(ContributionType value)
value - allowed object is
ContributionTypepublic java.lang.String getLast()
Stringpublic void setLast(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCurrent()
Stringpublic void setCurrent(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 | |||||||||