Class VecNetSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
Specification for the description of electrological nets.
Java class for NetSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}Specification">
<sequence>
<element name="Net" type="{http://www.prostep.org/ecad-if/2011/vec}Net" maxOccurs="unbounded" minOccurs="0"/>
<element name="NetGroup" type="{http://www.prostep.org/ecad-if/2011/vec}NetGroup" maxOccurs="unbounded" minOccurs="0"/>
<element name="NetType" type="{http://www.prostep.org/ecad-if/2011/vec}NetType" maxOccurs="unbounded" minOccurs="0"/>
<element name="NetworkNode" type="{http://www.prostep.org/ecad-if/2011/vec}NetworkNode" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<VecNetGroup>protected List<VecNetType>protected List<VecNetworkNode>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
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
-
nets
-
netGroups
-
netTypes
-
networkNodes
-
-
Constructor Details
-
VecNetSpecification
public VecNetSpecification()
-
-
Method Details
-
getNets
Gets the value of the nets 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 nets property.For example, to add a new item, do as follows:
getNets().add(newItem);Objects of the following type(s) are allowed in the list
VecNet- Returns:
- The value of the nets property.
-
getNetGroups
Gets the value of the netGroups 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 netGroups property.For example, to add a new item, do as follows:
getNetGroups().add(newItem);Objects of the following type(s) are allowed in the list
VecNetGroup- Returns:
- The value of the netGroups property.
-
getNetTypes
Gets the value of the netTypes 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 netTypes property.For example, to add a new item, do as follows:
getNetTypes().add(newItem);Objects of the following type(s) are allowed in the list
VecNetType- Returns:
- The value of the netTypes property.
-
getNetworkNodes
Gets the value of the networkNodes 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 networkNodes property.For example, to add a new item, do as follows:
getNetworkNodes().add(newItem);Objects of the following type(s) are allowed in the list
VecNetworkNode- Returns:
- The value of the networkNodes property.
-
accept
-