|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Abstractor.AbstractionDefPortConstraintsType
public class AbstractionDefPortConstraintsType
Defines constraints that apply to a wire type port in an abstraction definition.
Java class for abstractionDefPortConstraintsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstractionDefPortConstraintsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <sequence> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}timingConstraint" maxOccurs="unbounded"/> <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"/> </sequence> <sequence> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}driveConstraint"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}loadConstraint" minOccurs="0"/> </sequence> <sequence> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}loadConstraint"/> </sequence> </choice> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AbstractionDefPortConstraintsType()
|
Method Summary | |
---|---|
java.util.List<java.lang.Object> |
getContent()
Gets the rest of the content model. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractionDefPortConstraintsType()
Method Detail |
---|
public java.util.List<java.lang.Object> getContent()
You are getting this "catch-all" property because of the following reason: The field name "DriveConstraint" is used by two different parts of a schema. See: line 307 of file:/LinuxShare/WinDataFiles/ProjectRoot/IPXACT-SCHEMA/constraints.xsd line 303 of file:/LinuxShare/WinDataFiles/ProjectRoot/IPXACT-SCHEMA/constraints.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the content 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 JAXB object.
This is why there is not a set
method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
LoadConstraint
DriveConstraint
TimingConstraint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |