|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.io.oml.internal.model.generated.oml.ValueConditionType
public class ValueConditionType
Java class for valueConditionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="valueConditionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Restriction" type="{http://www.omwg.org/TR/d7/ontology/alignment}RestrictionType"/> </sequence> <attribute name="seq" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected RestrictionType |
restriction
|
protected BigInteger |
seq
|
Constructor Summary | |
---|---|
ValueConditionType()
|
Method Summary | |
---|---|
RestrictionType |
getRestriction()
Gets the value of the restriction property. |
BigInteger |
getSeq()
Gets the value of the seq property. |
void |
setRestriction(RestrictionType value)
Sets the value of the restriction property. |
void |
setSeq(BigInteger value)
Sets the value of the seq property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected RestrictionType restriction
protected BigInteger seq
Constructor Detail |
---|
public ValueConditionType()
Method Detail |
---|
public RestrictionType getRestriction()
RestrictionType
public void setRestriction(RestrictionType value)
value
- allowed object is
RestrictionType
public BigInteger getSeq()
BigInteger
public void setSeq(BigInteger value)
value
- allowed object is
BigInteger
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |