Class VecCavityPartSpecification

All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasCustomProperties<VecCustomProperty>, HasDescription<VecAbstractLocalizedString>, HasIdentification, HasModifiableIdentification, Visitable, Serializable
Direct Known Subclasses:
VecCavityAccessorySpecification, VecCavityPlugSpecification, VecCavitySealSpecification

public abstract class VecCavityPartSpecification extends VecPartOrUsageRelatedSpecification implements Serializable, Visitable
CavityPartSpecification Cavities

Java class for CavityPartSpecification complex type.

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


 <complexType name="CavityPartSpecification">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}PartOrUsageRelatedSpecification">
       <sequence>
         <element name="CavityDiameter" type="{http://www.prostep.org/ecad-if/2011/vec}ValueRange" minOccurs="0"/>
         <element name="Hardness" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
         <element name="SealingClass" type="{http://www.prostep.org/ecad-if/2011/vec}SealingClass" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Geometry" type="{http://www.prostep.org/ecad-if/2011/vec}SealingGeometry" minOccurs="0"/>
         <element name="CompatibleTerminalType" type="{http://www.prostep.org/ecad-if/2011/vec}TerminalType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • cavityDiameter

      protected VecValueRange cavityDiameter

      Specifies a range of valid cavity diameters to which the cavity seal fits.

    • hardness

      protected VecNumericalValue hardness

      Specifies the hardness of the cavity seal.

    • sealingClasses

      protected List<VecSealingClass> sealingClasses

      Specifies the sealing class of the cavity seal.

    • geometry

      protected String geometry

      Defines the geometry of the cavity sealing.

       

      This attribute is defined as an OpenEnumeration.

    • compatibleTerminalTypes

      protected List<VecTerminalType> compatibleTerminalTypes

      Defines a list of terminal types that are compatible to this CavitySealSpecification. This defines as well the compatible cavities, since a plug is normally used when no terminals are present.

  • Constructor Details

    • VecCavityPartSpecification

      public VecCavityPartSpecification()
  • Method Details

    • getCavityDiameter

      public VecValueRange getCavityDiameter()
      Gets the value of the cavityDiameter property.

      Specifies a range of valid cavity diameters to which the cavity seal fits.

      Returns:
      possible object is VecValueRange
    • setCavityDiameter

      public void setCavityDiameter(VecValueRange value)
      Sets the value of the cavityDiameter property.
      Parameters:
      value - allowed object is VecValueRange
      See Also:
    • getHardness

      public VecNumericalValue getHardness()
      Gets the value of the hardness property.

      Specifies the hardness of the cavity seal.

      Returns:
      possible object is VecNumericalValue
    • setHardness

      public void setHardness(VecNumericalValue value)
      Sets the value of the hardness property.
      Parameters:
      value - allowed object is VecNumericalValue
      See Also:
    • getSealingClasses

      public List<VecSealingClass> getSealingClasses()
      Gets the value of the sealingClasses property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the sealingClasses property.

      For example, to add a new item, do as follows:

          getSealingClasses().add(newItem);
       

      Objects of the following type(s) are allowed in the list VecSealingClass

      Specifies the sealing class of the cavity seal.

      Returns:
      The value of the sealingClasses property.
    • getGeometry

      public String getGeometry()
      Gets the value of the geometry property.

      Defines the geometry of the cavity sealing.

       

      This attribute is defined as an OpenEnumeration.

      Returns:
      possible object is String
    • setGeometry

      public void setGeometry(String value)
      Sets the value of the geometry property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCompatibleTerminalTypes

      public List<VecTerminalType> getCompatibleTerminalTypes()
      Gets the value of the compatibleTerminalTypes property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the compatibleTerminalTypes property.

      For example, to add a new item, do as follows:

          getCompatibleTerminalTypes().add(newItem);
       

      Objects of the following type(s) are allowed in the list VecTerminalType

      Defines a list of terminal types that are compatible to this CavitySealSpecification. This defines as well the compatible cavities, since a plug is normally used when no terminals are present.

      Returns:
      The value of the compatibleTerminalTypes property.