|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Design.ConstraintSet
public class ConstraintSet
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> <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameGroupOptional"/> <element name="vector" minOccurs="0"> <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> </element> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}driveConstraint" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}loadConstraint" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}timingConstraint" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}constraintSetId"/> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
ConstraintSet.Vector
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
ConstraintSet()
|
Method Summary | |
---|---|
java.lang.String |
getConstraintSetId()
Gets the value of the constraintSetId property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
DriveConstraint |
getDriveConstraint()
Gets the value of the driveConstraint property. |
LoadConstraint |
getLoadConstraint()
Gets the value of the loadConstraint property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.util.List<TimingConstraint> |
getTimingConstraint()
Gets the value of the timingConstraint property. |
ConstraintSet.Vector |
getVector()
Gets the value of the vector property. |
void |
setConstraintSetId(java.lang.String value)
Sets the value of the constraintSetId property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setDriveConstraint(DriveConstraint value)
Sets the value of the driveConstraint property. |
void |
setLoadConstraint(LoadConstraint value)
Sets the value of the loadConstraint property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setVector(ConstraintSet.Vector value)
Sets the value of the vector property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstraintSet()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDisplayName()
String
public void setDisplayName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public ConstraintSet.Vector getVector()
ConstraintSet.Vector
public void setVector(ConstraintSet.Vector value)
value
- allowed object is
ConstraintSet.Vector
public DriveConstraint getDriveConstraint()
DriveConstraint
public void setDriveConstraint(DriveConstraint value)
value
- allowed object is
DriveConstraint
public LoadConstraint getLoadConstraint()
LoadConstraint
public void setLoadConstraint(LoadConstraint value)
value
- allowed object is
LoadConstraint
public java.util.List<TimingConstraint> getTimingConstraint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the timingConstraint property.
For example, to add a new item, do as follows:
getTimingConstraint().add(newItem);
Objects of the following type(s) are allowed in the list
TimingConstraint
public java.lang.String getConstraintSetId()
String
public void setConstraintSetId(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |