|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ImplementationDescriptionXto
public class ImplementationDescriptionXto
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 |
|---|
public ImplementationDescriptionXto()
| Method Detail |
|---|
public long getImplementationModelOid()
public void setImplementationModelOid(long value)
public String getImplementationProcessId()
Stringpublic void setImplementationProcessId(String value)
value - allowed object is
Stringpublic long getInterfaceModelOid()
public void setInterfaceModelOid(long value)
public String getProcessInterfaceId()
Stringpublic void setProcessInterfaceId(String value)
value - allowed object is
Stringpublic boolean isActive()
public void setActive(boolean value)
public boolean isPrimaryImplementation()
public void setPrimaryImplementation(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||