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

public class VecWireRole extends VecRole implements Serializable, Visitable

A WireRole defines the instance specific properties and relationships of a wire.

Java class for WireRole complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="WireRole">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}Role">
       <sequence>
         <element name="WireSpecification" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
         <element name="WireElementReference" type="{http://www.prostep.org/ecad-if/2011/vec}WireElementReference" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • VecWireRole

      public VecWireRole()
  • Method Details

    • getWireSpecification

      public VecWireSpecification getWireSpecification()
      Gets the value of the wireSpecification property.

      References theWireSpecificationthat is instanced by thisWireRole.

      Returns:
      possible object is Object
    • setWireSpecification

      public void setWireSpecification(VecWireSpecification value)
      Sets the value of the wireSpecification property.
      Parameters:
      value - allowed object is Object
      See Also:
    • getWireElementReferences

      public List<VecWireElementReference> getWireElementReferences()
      Gets the value of the wireElementReferences 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 wireElementReferences property.

      For example, to add a new item, do as follows:

          getWireElementReferences().add(newItem);
       

      Objects of the following type(s) are allowed in the list VecWireElementReference

      Returns:
      The value of the wireElementReferences 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