Package org.accellera.IPXACT_1685_2014
Class ConstraintSet
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.ConstraintSet
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public class ConstraintSet extends java.lang.Object
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.accellera.org/XMLSchema/IPXACT/1685-2014}nameGroupOptional"/> <element name="vector" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="left" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedIntExpression"/> <element name="right" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedIntExpression"/> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}driveConstraint" minOccurs="0"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}loadConstraint" minOccurs="0"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}timingConstraint" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> <attribute name="constraintSetId" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" default="default" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConstraintSet.Vector
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
constraintSetId
protected java.lang.String
description
protected java.lang.String
displayName
protected DriveConstraint
driveConstraint
protected java.lang.String
id
protected LoadConstraint
loadConstraint
protected java.lang.String
name
protected java.util.List<TimingConstraint>
timingConstraint
protected ConstraintSet.Vector
vector
-
Constructor Summary
Constructors Constructor Description ConstraintSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.java.lang.String
getId()
Gets the value of the id 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
setId(java.lang.String value)
Sets the value of the id 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.
-
-
-
Field Detail
-
name
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String name
-
displayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String displayName
-
description
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String description
-
vector
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected ConstraintSet.Vector vector
-
driveConstraint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected DriveConstraint driveConstraint
-
loadConstraint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected LoadConstraint loadConstraint
-
timingConstraint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.util.List<TimingConstraint> timingConstraint
-
constraintSetId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String constraintSetId
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String id
-
-
Method Detail
-
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getDisplayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.lang.String getDisplayName()
Gets the value of the displayName property.- Returns:
- possible object is
String
-
setDisplayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.- Parameters:
value
- allowed object isString
-
getDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getVector
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public ConstraintSet.Vector getVector()
Gets the value of the vector property.- Returns:
- possible object is
ConstraintSet.Vector
-
setVector
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setVector(ConstraintSet.Vector value)
Sets the value of the vector property.- Parameters:
value
- allowed object isConstraintSet.Vector
-
getDriveConstraint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public DriveConstraint getDriveConstraint()
Gets the value of the driveConstraint property.- Returns:
- possible object is
DriveConstraint
-
setDriveConstraint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setDriveConstraint(DriveConstraint value)
Sets the value of the driveConstraint property.- Parameters:
value
- allowed object isDriveConstraint
-
getLoadConstraint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public LoadConstraint getLoadConstraint()
Gets the value of the loadConstraint property.- Returns:
- possible object is
LoadConstraint
-
setLoadConstraint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setLoadConstraint(LoadConstraint value)
Sets the value of the loadConstraint property.- Parameters:
value
- allowed object isLoadConstraint
-
getTimingConstraint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.util.List<TimingConstraint> getTimingConstraint()
Gets the value of the timingConstraint property.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 Jakarta XML Binding 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
-
getConstraintSetId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.lang.String getConstraintSetId()
Gets the value of the constraintSetId property.- Returns:
- possible object is
String
-
setConstraintSetId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setConstraintSetId(java.lang.String value)
Sets the value of the constraintSetId property.- Parameters:
value
- allowed object isString
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
-