|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Abstractor.ConstraintSet.Vector
public static class ConstraintSet.Vector
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"> <sequence> <element name="left"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger"> </extension> </simpleContent> </complexType> </element> <element name="right"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger"> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
ConstraintSet.Vector.Left
Java class for anonymous complex type. |
static class |
ConstraintSet.Vector.Right
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
ConstraintSet.Vector()
|
Method Summary | |
---|---|
ConstraintSet.Vector.Left |
getLeft()
Gets the value of the left property. |
ConstraintSet.Vector.Right |
getRight()
Gets the value of the right property. |
void |
setLeft(ConstraintSet.Vector.Left value)
Sets the value of the left property. |
void |
setRight(ConstraintSet.Vector.Right value)
Sets the value of the right property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstraintSet.Vector()
Method Detail |
---|
public ConstraintSet.Vector.Left getLeft()
ConstraintSet.Vector.Left
public void setLeft(ConstraintSet.Vector.Left value)
value
- allowed object is
ConstraintSet.Vector.Left
public ConstraintSet.Vector.Right getRight()
ConstraintSet.Vector.Right
public void setRight(ConstraintSet.Vector.Right value)
value
- allowed object is
ConstraintSet.Vector.Right
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |