Class VecLocalizedTypedString

java.lang.Object
com.foursoft.harness.vec.v113.VecAbstractLocalizedString
com.foursoft.harness.vec.v113.VecLocalizedTypedString
All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, Visitable, Serializable

public class VecLocalizedTypedString extends VecAbstractLocalizedString implements Serializable, Visitable

Java class for LocalizedTypedString complex type.

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


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

    • type

      protected String type

      Defines thetypeof theLocalizedTypedString. This allows the definition of a more detailed semantic than the semantic of the attribute itself with the typeLocalizedTypedString.

  • Constructor Details

    • VecLocalizedTypedString

      public VecLocalizedTypedString()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.

      Defines thetypeof theLocalizedTypedString. This allows the definition of a more detailed semantic than the semantic of the attribute itself with the typeLocalizedTypedString.

      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type 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