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

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

public class ArtifactTypeXto
extends Object

Defines the type of an artifact.

Java class for ArtifactType complex type.

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

 <complexType name="ArtifactType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ArtifactTypeXto()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactTypeXto

public ArtifactTypeXto()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.