Class VecConnectorHousingCapRole

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

public class VecConnectorHousingCapRole extends VecRole implements Serializable, Visitable

Java class for ConnectorHousingCapRole complex type.

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


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

    • connectorHousingCapSpecification

      protected VecConnectorHousingCapSpecification connectorHousingCapSpecification

      References theConnectorHousingCapSpecificationthat is instanced by thisConnectorHousingCapRole.

  • Constructor Details

    • VecConnectorHousingCapRole

      public VecConnectorHousingCapRole()
  • Method Details