public class RemoveLink extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ParentJobID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ParentJobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
parentJobID |
protected String |
parentJobPartID |
| Constructor and Description |
|---|
RemoveLink() |
| Modifier and Type | Method and Description |
|---|---|
String |
getParentJobID()
Gets the value of the parentJobID property.
|
String |
getParentJobPartID()
Gets the value of the parentJobPartID property.
|
void |
setParentJobID(String value)
Sets the value of the parentJobID property.
|
void |
setParentJobPartID(String value)
Sets the value of the parentJobPartID property.
|
protected String parentJobID
protected String parentJobPartID
public String getParentJobID()
Stringpublic void setParentJobID(String value)
value - allowed object is
Stringpublic String getParentJobPartID()
StringCopyright © 2012. All Rights Reserved.