Class VecNetSpecification

All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasCustomProperties<VecCustomProperty>, HasDescription<VecAbstractLocalizedString>, HasIdentification, HasModifiableIdentification, Visitable, Serializable

public class VecNetSpecification extends VecSpecification implements Serializable, Visitable

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 Details

  • Constructor Details

    • VecNetSpecification

      public VecNetSpecification()
  • Method Details

    • getNets

      public List<VecNet> 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 set method 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

      public List<VecNetGroup> 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 set method 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

      public List<VecNetType> 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 set method 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

      public List<VecNetworkNode> 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 set method 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

      public <R, E extends Throwable> R accept(Visitor<R,E> aVisitor) throws E
      Specified by:
      accept in interface Visitable
      Throws:
      E extends Throwable