public class ImplementationDescriptionXto extends Object
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 and Description |
|---|
ImplementationDescriptionXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.