Class VecIntegerValueProperty

java.lang.Object
com.foursoft.harness.vec.v113.VecCustomProperty
com.foursoft.harness.vec.v113.VecIntegerValueProperty
All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasPropertyType, Visitable, Serializable

public class VecIntegerValueProperty extends VecCustomProperty implements Serializable, Visitable

Java class for IntegerValueProperty complex type.

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


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

    • value

      protected BigInteger value

      Defines the value of the CustomProperty.

  • Constructor Details

    • VecIntegerValueProperty

      public VecIntegerValueProperty()
  • Method Details

    • getValue

      public BigInteger getValue()
      Gets the value of the value property.

      Defines the value of the CustomProperty.

      Returns:
      possible object is BigInteger
    • setValue

      public void setValue(BigInteger value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is BigInteger
      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