Class VecCableDuctRole

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

public class VecCableDuctRole extends VecRole implements Serializable, Visitable

ACableDuctRoledefines the instance specific properties and relationships of a cable duct.

Java class for CableDuctRole complex type.

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


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

    • cableDuctSpecification

      protected VecCableDuctSpecification cableDuctSpecification

      References theCableDuctSpecificationthat is instanced by thisCableDuctRole.

  • Constructor Details

    • VecCableDuctRole

      public VecCableDuctRole()
  • Method Details

    • getCableDuctSpecification

      public VecCableDuctSpecification getCableDuctSpecification()
      Gets the value of the cableDuctSpecification property.

      References theCableDuctSpecificationthat is instanced by thisCableDuctRole.

      Returns:
      possible object is Object
    • setCableDuctSpecification

      public void setCableDuctSpecification(VecCableDuctSpecification value)
      Sets the value of the cableDuctSpecification property.
      Parameters:
      value - allowed object is Object
      See Also:
    • accept

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