|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.Artifact
public class Artifact
Represents the Artifact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Artifact">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="content" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="mimeType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="reference" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}ArtifactReference" minOccurs="0"/>
</sequence>
<attGroup ref="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}resourceAttrs"/>
<attribute name="size" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="type" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}ArtifactType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
base
|
protected java.lang.String |
content
|
protected java.lang.String |
description
|
protected java.lang.String |
etag
|
protected java.lang.String |
href
|
protected java.lang.String |
label
|
protected java.lang.String |
lang
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastModified
|
protected java.lang.String |
mimeType
|
protected java.lang.String |
name
|
protected java.lang.String |
path
|
protected ArtifactReference |
reference
|
protected java.lang.Long |
size
|
protected java.lang.String |
space
|
protected ArtifactType |
type
|
| Constructor Summary | |
|---|---|
Artifact()
|
|
Artifact(Artifact oslcArtifact)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBase()
Gets the value of the base property. |
java.lang.String |
getContent()
Gets the value of the content property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getEtag()
Gets the value of the etag property. |
java.lang.String |
getHref()
Gets the value of the href property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
java.lang.String |
getLang()
Gets the value of the lang property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property. |
java.lang.String |
getMimeType()
Gets the value of the mimeType property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getPath()
Gets the value of the path property. |
ArtifactReference |
getReference()
Gets the value of the reference property. |
java.lang.Long |
getSize()
Gets the value of the size property. |
java.lang.String |
getSpace()
Gets the value of the space property. |
ArtifactType |
getType()
Gets the value of the type property. |
void |
setBase(java.lang.String value)
Sets the value of the base property. |
void |
setContent(java.lang.String value)
Sets the value of the content property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setEtag(java.lang.String value)
Sets the value of the etag property. |
void |
setHref(java.lang.String value)
Sets the value of the href property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setLang(java.lang.String value)
Sets the value of the lang property. |
void |
setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastModified property. |
void |
setMimeType(java.lang.String value)
Sets the value of the mimeType property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPath(java.lang.String value)
Sets the value of the path property. |
void |
setReference(ArtifactReference value)
Sets the value of the reference property. |
void |
setSize(java.lang.Long value)
Sets the value of the size property. |
void |
setSpace(java.lang.String value)
Sets the value of the space property. |
void |
setType(ArtifactType value)
Sets the value of the type property. |
Artifact |
toOSLCArtifact()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String description
protected java.lang.String path
protected java.lang.String label
protected java.lang.String content
protected java.lang.String mimeType
protected javax.xml.datatype.XMLGregorianCalendar lastModified
protected ArtifactReference reference
protected java.lang.Long size
protected ArtifactType type
protected java.lang.String etag
protected java.lang.String href
protected java.lang.String base
protected java.lang.String lang
protected java.lang.String space
| Constructor Detail |
|---|
public Artifact()
public Artifact(Artifact oslcArtifact)
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPath()
Stringpublic void setPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContent()
Stringpublic void setContent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMimeType()
Stringpublic void setMimeType(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ArtifactReference getReference()
ArtifactReferencepublic void setReference(ArtifactReference value)
value - allowed object is
ArtifactReferencepublic java.lang.Long getSize()
Longpublic void setSize(java.lang.Long value)
value - allowed object is
Longpublic ArtifactType getType()
ArtifactTypepublic void setType(ArtifactType value)
value - allowed object is
ArtifactTypepublic java.lang.String getEtag()
Stringpublic void setEtag(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHref()
Stringpublic void setHref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBase()
Stringpublic void setBase(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLang()
Stringpublic void setLang(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSpace()
Stringpublic void setSpace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic Artifact toOSLCArtifact()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||