org.oslc.asset.internal
Class Factory

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

public class Factory
extends java.lang.Object

Java class for Factory complex type.

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

 <complexType name="Factory">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://purl.org/dc/terms/}type"/>
         <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
           
static java.lang.String TYPE_ARTIFACTS
           
static java.lang.String TYPE_ASSETS
           
 
Constructor Summary
Factory()
           
 
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

TYPE_ASSETS

public static final java.lang.String TYPE_ASSETS
See Also:
Constant Field Values

TYPE_ARTIFACTS

public static final java.lang.String TYPE_ARTIFACTS
See Also:
Constant Field Values

about

protected java.lang.String about

title

protected java.lang.String title
Constructor Detail

Factory

public Factory()
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