Class VecConnectionSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
A ConnectionSpecification is used to define electrological connectivity.
Java class for ConnectionSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectionSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}Specification">
<sequence>
<element name="ComponentNode" type="{http://www.prostep.org/ecad-if/2011/vec}ComponentNode" maxOccurs="unbounded" minOccurs="0"/>
<element name="Connection" type="{http://www.prostep.org/ecad-if/2011/vec}Connection" maxOccurs="unbounded" minOccurs="0"/>
<element name="ConnectionGroup" type="{http://www.prostep.org/ecad-if/2011/vec}ConnectionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<VecComponentNode>protected List<VecConnectionGroup>protected List<VecConnection>Fields inherited from class com.foursoft.harness.vec.v113.VecSpecification
descriptions, identificationFields inherited from class com.foursoft.harness.vec.v113.VecExtendableElement
customProperties, xmlId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the componentNodes property.Gets the value of the connectionGroups property.Gets the value of the connections property.Methods inherited from class com.foursoft.harness.vec.v113.VecSpecification
getDescriptions, getIdentification, getParentDocumentVersion, getParentSheetOrChapter, setIdentificationMethods inherited from class com.foursoft.harness.vec.v113.VecExtendableElement
getCustomProperties, getRefExternalMapping, getXmlId, setXmlId, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.foursoft.harness.vec.common.HasCustomProperties
getCustomPropertiesWithType, getCustomProperty
-
Field Details
-
componentNodes
-
connections
-
connectionGroups
-
-
Constructor Details
-
VecConnectionSpecification
public VecConnectionSpecification()
-
-
Method Details
-
getComponentNodes
Gets the value of the componentNodes 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
setmethod for the componentNodes property.For example, to add a new item, do as follows:
getComponentNodes().add(newItem);Objects of the following type(s) are allowed in the list
VecComponentNode- Returns:
- The value of the componentNodes property.
-
getConnections
Gets the value of the connections 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
setmethod for the connections property.For example, to add a new item, do as follows:
getConnections().add(newItem);Objects of the following type(s) are allowed in the list
VecConnection- Returns:
- The value of the connections property.
-
getConnectionGroups
Gets the value of the connectionGroups 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
setmethod for the connectionGroups property.For example, to add a new item, do as follows:
getConnectionGroups().add(newItem);Objects of the following type(s) are allowed in the list
VecConnectionGroup- Returns:
- The value of the connectionGroups property.
-
accept
-