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

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

public class ImplementationDescriptionXto
extends Object

The ImplementationDescription provides information concerning a specific implementation of a Process Interface.

Java class for ImplementationDescription complex type.

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

 <complexType name="ImplementationDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="implementationModelOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="implementationProcessId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="interfaceModelOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="processInterfaceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="primaryImplementation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ImplementationDescriptionXto()
           
 
Method Summary
 long getImplementationModelOid()
          Gets the value of the implementationModelOid property.
 String getImplementationProcessId()
          Gets the value of the implementationProcessId property.
 long getInterfaceModelOid()
          Gets the value of the interfaceModelOid property.
 String getProcessInterfaceId()
          Gets the value of the processInterfaceId property.
 boolean isActive()
          Gets the value of the active property.
 boolean isPrimaryImplementation()
          Gets the value of the primaryImplementation property.
 void setActive(boolean value)
          Sets the value of the active property.
 void setImplementationModelOid(long value)
          Sets the value of the implementationModelOid property.
 void setImplementationProcessId(String value)
          Sets the value of the implementationProcessId property.
 void setInterfaceModelOid(long value)
          Sets the value of the interfaceModelOid property.
 void setPrimaryImplementation(boolean value)
          Sets the value of the primaryImplementation property.
 void setProcessInterfaceId(String value)
          Sets the value of the processInterfaceId property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplementationDescriptionXto

public ImplementationDescriptionXto()
Method Detail

getImplementationModelOid

public long getImplementationModelOid()
Gets the value of the implementationModelOid property.


setImplementationModelOid

public void setImplementationModelOid(long value)
Sets the value of the implementationModelOid property.


getImplementationProcessId

public String getImplementationProcessId()
Gets the value of the implementationProcessId property.

Returns:
possible object is String

setImplementationProcessId

public void setImplementationProcessId(String value)
Sets the value of the implementationProcessId property.

Parameters:
value - allowed object is String

getInterfaceModelOid

public long getInterfaceModelOid()
Gets the value of the interfaceModelOid property.


setInterfaceModelOid

public void setInterfaceModelOid(long value)
Sets the value of the interfaceModelOid property.


getProcessInterfaceId

public String getProcessInterfaceId()
Gets the value of the processInterfaceId property.

Returns:
possible object is String

setProcessInterfaceId

public void setProcessInterfaceId(String value)
Sets the value of the processInterfaceId property.

Parameters:
value - allowed object is String

isActive

public boolean isActive()
Gets the value of the active property.


setActive

public void setActive(boolean value)
Sets the value of the active property.


isPrimaryImplementation

public boolean isPrimaryImplementation()
Gets the value of the primaryImplementation property.


setPrimaryImplementation

public void setPrimaryImplementation(boolean value)
Sets the value of the primaryImplementation property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.