Class VecSimpleValueProperty

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

public class VecSimpleValueProperty extends VecCustomProperty implements Serializable, Visitable

A custom property with a simple value (string).

Java class for SimpleValueProperty complex type.

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


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

    • value

      protected String value

      Defines the value of theCustomProperty.

  • Constructor Details

    • VecSimpleValueProperty

      public VecSimpleValueProperty()
  • Method Details

    • getValue

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

      Defines the value of theCustomProperty.

      Returns:
      possible object is String
    • setValue

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