Package com.foursoft.harness.vec.v113
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 Summary
FieldsFields inherited from class com.foursoft.harness.vec.v113.VecAbstractLocalizedString
languageCode, value, xmlId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.foursoft.harness.vec.v113.VecAbstractLocalizedString
getLanguageCode, getValue, getXmlId, setLanguageCode, setValue, setXmlId, toString
-
Field Details
-
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
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
Sets the value of the type property. -
accept
-