|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oslc.asset.internal.Factory
public class Factory
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 |
|---|
public static final java.lang.String TYPE_ASSETS
public static final java.lang.String TYPE_ARTIFACTS
protected java.lang.String about
protected java.lang.String title
| Constructor Detail |
|---|
public Factory()
| Method Detail |
|---|
public java.lang.String getTitle()
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>public void setTitle(java.lang.String value)
value - allowed object is
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>public java.lang.String getAbout()
Stringpublic void setAbout(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||