be.destin.skos.usage
Class Usages

java.lang.Object
  extended by be.destin.skos.usage.Usages

public class Usages
extends java.lang.Object

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

Usages

public Usages()
Method Detail

getUsage

public java.util.List<Usage> getUsage()
Gets the value of the usage property.

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


getApplication

public java.lang.String getApplication()
Gets the value of the application property.

Returns:
possible object is String

setApplication

public void setApplication(java.lang.String value)
Sets the value of the application property.

Parameters:
value - allowed object is String

getRole

public java.lang.String getRole()
Gets the value of the role property.

Returns:
possible object is String

setRole

public void setRole(java.lang.String value)
Sets the value of the role property.

Parameters:
value - allowed object is String

getScheme

public java.lang.String getScheme()
Gets the value of the scheme property.

Returns:
possible object is String

setScheme

public void setScheme(java.lang.String value)
Sets the value of the scheme property.

Parameters:
value - allowed object is String

getType

public ContributionType getType()
Gets the value of the type property.

Returns:
possible object is ContributionType

setType

public void setType(ContributionType value)
Sets the value of the type property.

Parameters:
value - allowed object is ContributionType

getLast

public java.lang.String getLast()
Gets the value of the last property.

Returns:
possible object is String

setLast

public void setLast(java.lang.String value)
Sets the value of the last property.

Parameters:
value - allowed object is String

getCurrent

public java.lang.String getCurrent()
Gets the value of the current property.

Returns:
possible object is String

setCurrent

public void setCurrent(java.lang.String value)
Sets the value of the current property.

Parameters:
value - allowed object is String