Class VecCorrugatedPipeSpecification

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

public class VecCorrugatedPipeSpecification extends VecTubeSpecification implements Serializable, Visitable

Specification for the definition of corrugated pipes.

Java class for CorrugatedPipeSpecification complex type.

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


 <complexType name="CorrugatedPipeSpecification">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}TubeSpecification">
       <sequence>
         <element name="CorrugationHeight" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
         <element name="CorrugationWidth" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
         <element name="CorrugationGradient" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • corrugationHeight

      protected VecNumericalValue corrugationHeight

      Specifies the height of a corrugation of the pipe.

    • corrugationWidth

      protected VecNumericalValue corrugationWidth

      Specifies the width of a corrugation of the pipe.

    • corrugationGradient

      protected VecNumericalValue corrugationGradient

      Specifies the gradient of a corrugation of the pipe.

  • Constructor Details

    • VecCorrugatedPipeSpecification

      public VecCorrugatedPipeSpecification()
  • Method Details