org.eclipse.stardust.engine.api.ws
Class RuntimeArtifactXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.RuntimeArtifactXto

public class RuntimeArtifactXto
extends Object

An artifact which can be deployed and is valid from a specified date at runtime.

Java class for RuntimeArtifact complex type.

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

 <complexType name="RuntimeArtifact">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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"/>
         <element name="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
RuntimeArtifactXto()
           
 
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.
 DataHandler getContent()
          Gets the value of the content 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 setContent(DataHandler value)
          Sets the value of the content 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

RuntimeArtifactXto

public RuntimeArtifactXto()
Method Detail

getArtifactTypeId

public String getArtifactTypeId()
Gets the value of the artifactTypeId property.

Returns:
possible object is String

setArtifactTypeId

public void setArtifactTypeId(String value)
Sets the value of the artifactTypeId property.

Parameters:
value - allowed object is String

getArtifactId

public String getArtifactId()
Gets the value of the artifactId property.

Returns:
possible object is String

setArtifactId

public void setArtifactId(String value)
Sets the value of the artifactId property.

Parameters:
value - allowed object is String

getArtifactName

public String getArtifactName()
Gets the value of the artifactName property.

Returns:
possible object is String

setArtifactName

public void setArtifactName(String value)
Sets the value of the artifactName property.

Parameters:
value - allowed object is String

getValidFrom

public Date getValidFrom()
Gets the value of the validFrom property.

Returns:
possible object is String

setValidFrom

public void setValidFrom(Date value)
Sets the value of the validFrom property.

Parameters:
value - allowed object is String

getContent

public DataHandler getContent()
Gets the value of the content property.

Returns:
possible object is DataHandler

setContent

public void setContent(DataHandler value)
Sets the value of the content property.

Parameters:
value - allowed object is DataHandler


Copyright © 2017 Eclipse Stardust. All Rights Reserved.