public class ChildContextType extends QNameType
Java class for ChildContextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChildContextType"> <complexContent> <extension base="{http://www.esdi-humboldt.eu/hale/alignment}QNameType"> <choice minOccurs="0"> <element name="condition" type="{http://www.esdi-humboldt.eu/hale/alignment}ConditionType"/> <element name="context" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="index" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> </choice> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ConditionType |
condition |
protected BigInteger |
context |
protected BigInteger |
index |
Constructor and Description |
---|
ChildContextType() |
Modifier and Type | Method and Description |
---|---|
ConditionType |
getCondition()
Gets the value of the condition property.
|
BigInteger |
getContext()
Gets the value of the context property.
|
BigInteger |
getIndex()
Gets the value of the index property.
|
void |
setCondition(ConditionType value)
Sets the value of the condition property.
|
void |
setContext(BigInteger value)
Sets the value of the context property.
|
void |
setIndex(BigInteger value)
Sets the value of the index property.
|
protected ConditionType condition
protected BigInteger context
protected BigInteger index
public ConditionType getCondition()
ConditionType
public void setCondition(ConditionType value)
value
- allowed object is
ConditionType
public BigInteger getContext()
BigInteger
public void setContext(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getIndex()
BigInteger
public void setIndex(BigInteger value)
value
- allowed object is
BigInteger
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a