org.oslc.asset.internal
Class SimpleQuery

java.lang.Object
  extended by org.oslc.asset.internal.SimpleQuery

public class SimpleQuery
extends java.lang.Object

Java class for SimpleQuery complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SimpleQuery">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://purl.org/dc/terms/}title"/>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String about
           
protected  java.lang.String title
           
 
Constructor Summary
SimpleQuery()
           
 
Method Summary
 java.lang.String getAbout()
          Gets the value of the url property.
 java.lang.String getTitle()
          Gets the value of the title property.
 void setAbout(java.lang.String value)
          Sets the value of the url property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

title

protected java.lang.String title

about

protected java.lang.String about
Constructor Detail

SimpleQuery

public SimpleQuery()
Method Detail

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is JAXBElement<SimpleLiteral> JAXBElement<SimpleLiteral>

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is JAXBElement<SimpleLiteral> JAXBElement<SimpleLiteral>

getAbout

public java.lang.String getAbout()
Gets the value of the url property.

Returns:
possible object is String

setAbout

public void setAbout(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object