Class VecGrommetRole

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

public class VecGrommetRole extends VecRole implements Serializable, Visitable

A GrommetRole defines the instance specific properties and relationships of a grommet.

Java class for GrommetRole complex type.

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


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

    • grommetSpecification

      protected VecGrommetSpecification grommetSpecification

      References theGrommetSpecificationthat is instanced by thisGrommetRole.

  • Constructor Details

    • VecGrommetRole

      public VecGrommetRole()
  • Method Details

    • getGrommetSpecification

      public VecGrommetSpecification getGrommetSpecification()
      Gets the value of the grommetSpecification property.

      References theGrommetSpecificationthat is instanced by thisGrommetRole.

      Returns:
      possible object is Object
    • setGrommetSpecification

      public void setGrommetSpecification(VecGrommetSpecification value)
      Sets the value of the grommetSpecification 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