public class MarkActivation 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="Context" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Index" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
context |
protected Integer |
index |
| Constructor and Description |
|---|
MarkActivation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
Gets the value of the context property.
|
Integer |
getIndex()
Gets the value of the index property.
|
void |
setContext(String value)
Sets the value of the context property.
|
void |
setIndex(Integer value)
Sets the value of the index property.
|
public String getContext()
Stringpublic void setContext(String value)
value - allowed object is
Stringpublic Integer getIndex()
IntegerCopyright © 2013. All Rights Reserved.