Class VecCableTieRole

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

public class VecCableTieRole extends VecRole implements Serializable, Visitable
CableTieRole

Java class for CableTieRole complex type.

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


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

  • Constructor Details

    • VecCableTieRole

      public VecCableTieRole()
  • Method Details

    • getCableTieSpecification

      public VecCableTieSpecification getCableTieSpecification()
      Gets the value of the cableTieSpecification property.
      Returns:
      possible object is Object
    • setCableTieSpecification

      public void setCableTieSpecification(VecCableTieSpecification value)
      Sets the value of the cableTieSpecification 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