|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.DesignConfig.PortWireType
public class PortWireType
Wire port type for a component.
Java class for portWireType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="portWireType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="direction" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}componentPortDirectionType"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vector" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}wireTypeDefs" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}driver" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}constraintSets" minOccurs="0"/> </sequence> <attribute name="allLogicalDirectionsAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
PortWireType()
|
Method Summary | |
---|---|
ConstraintSets |
getConstraintSets()
Gets the value of the constraintSets property. |
ComponentPortDirectionType |
getDirection()
Gets the value of the direction property. |
DriverType |
getDriver()
Gets the value of the driver property. |
Vector |
getVector()
Specific left and right vector bounds. |
WireTypeDefs |
getWireTypeDefs()
Gets the value of the wireTypeDefs property. |
boolean |
isAllLogicalDirectionsAllowed()
Gets the value of the allLogicalDirectionsAllowed property. |
void |
setAllLogicalDirectionsAllowed(java.lang.Boolean value)
Sets the value of the allLogicalDirectionsAllowed property. |
void |
setConstraintSets(ConstraintSets value)
Sets the value of the constraintSets property. |
void |
setDirection(ComponentPortDirectionType value)
Sets the value of the direction property. |
void |
setDriver(DriverType value)
Sets the value of the driver property. |
void |
setVector(Vector value)
Sets the value of the vector property. |
void |
setWireTypeDefs(WireTypeDefs value)
Sets the value of the wireTypeDefs property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortWireType()
Method Detail |
---|
public ComponentPortDirectionType getDirection()
ComponentPortDirectionType
public void setDirection(ComponentPortDirectionType value)
value
- allowed object is
ComponentPortDirectionType
public Vector getVector()
Vector
public void setVector(Vector value)
value
- allowed object is
Vector
public WireTypeDefs getWireTypeDefs()
WireTypeDefs
public void setWireTypeDefs(WireTypeDefs value)
value
- allowed object is
WireTypeDefs
public DriverType getDriver()
DriverType
public void setDriver(DriverType value)
value
- allowed object is
DriverType
public ConstraintSets getConstraintSets()
ConstraintSets
public void setConstraintSets(ConstraintSets value)
value
- allowed object is
ConstraintSets
public boolean isAllLogicalDirectionsAllowed()
Boolean
public void setAllLogicalDirectionsAllowed(java.lang.Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |