|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.DeployedRuntimeArtifactXto
public class DeployedRuntimeArtifactXto
A deployed runtime artifact is including a unique oid. It does not contain binary content. The runtime artifact including the content can be retrieved by oid using other service methods.
Java class for DeployedRuntimeArtifact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeployedRuntimeArtifact">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="oid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="artifactTypeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="artifactId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="artifactName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="validFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DeployedRuntimeArtifactXto()
|
|
| Method Summary | |
|---|---|
String |
getArtifactId()
Gets the value of the artifactId property. |
String |
getArtifactName()
Gets the value of the artifactName property. |
String |
getArtifactTypeId()
Gets the value of the artifactTypeId property. |
long |
getOid()
Gets the value of the oid property. |
Date |
getValidFrom()
Gets the value of the validFrom property. |
void |
setArtifactId(String value)
Sets the value of the artifactId property. |
void |
setArtifactName(String value)
Sets the value of the artifactName property. |
void |
setArtifactTypeId(String value)
Sets the value of the artifactTypeId property. |
void |
setOid(long value)
Sets the value of the oid property. |
void |
setValidFrom(Date value)
Sets the value of the validFrom property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeployedRuntimeArtifactXto()
| Method Detail |
|---|
public long getOid()
public void setOid(long value)
public String getArtifactTypeId()
Stringpublic void setArtifactTypeId(String value)
value - allowed object is
Stringpublic String getArtifactId()
Stringpublic void setArtifactId(String value)
value - allowed object is
Stringpublic String getArtifactName()
Stringpublic void setArtifactName(String value)
value - allowed object is
Stringpublic Date getValidFrom()
Stringpublic void setValidFrom(Date value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||