Class VecNodeLocation

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

public class VecNodeLocation extends VecLocation implements Serializable, Visitable

Specifies a TopologyNode as a Location.

Java class for NodeLocation complex type.

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


 <complexType name="NodeLocation">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}Location">
       <sequence>
         <element name="ReferencedNode" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • VecNodeLocation

      public VecNodeLocation()
  • Method Details

    • getReferencedNode

      public VecTopologyNode getReferencedNode()
      Gets the value of the referencedNode property.
      Returns:
      possible object is Object
    • setReferencedNode

      public void setReferencedNode(VecTopologyNode value)
      Sets the value of the referencedNode property.
      Parameters:
      value - allowed object is Object
    • accept

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