Package com.foursoft.harness.vec.v113
Class VecAbstractLocalizedString
java.lang.Object
com.foursoft.harness.vec.v113.VecAbstractLocalizedString
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,Visitable,Serializable
- Direct Known Subclasses:
VecLocalizedString,VecLocalizedTypedString
public abstract class VecAbstractLocalizedString
extends Object
implements Serializable, Identifiable, ModifiableIdentifiable, Visitable
Java class for AbstractLocalizedString complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractLocalizedString">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LanguageCode" type="{http://www.prostep.org/ecad-if/2011/vec}LanguageCode"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecLanguageCodeReferences the corresponding languageCode of the value.protected StringThe value of the LocalizedString in language defined by the languageCode.protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the languageCode property.getValue()Gets the value of the value property.getXmlId()Gets the value of the xmlId property.voidsetLanguageCode(VecLanguageCode value) Sets the value of the languageCode property.voidSets the value of the value property.voidSets the value of the xmlId property.toString()
-
Field Details
-
languageCode
References the corresponding languageCode of the value.
-
value
The value of the LocalizedString in language defined by the languageCode.
-
xmlId
-
-
Constructor Details
-
VecAbstractLocalizedString
public VecAbstractLocalizedString()
-
-
Method Details
-
getLanguageCode
Gets the value of the languageCode property.References the corresponding languageCode of the value.
- Returns:
- possible object is
VecLanguageCode
-
setLanguageCode
Sets the value of the languageCode property.- Parameters:
value- allowed object isVecLanguageCode- See Also:
-
getValue
Gets the value of the value property.The value of the LocalizedString in language defined by the languageCode.
- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString- See Also:
-
getXmlId
Gets the value of the xmlId property.- Specified by:
getXmlIdin interfaceIdentifiable- Returns:
- possible object is
String
-
setXmlId
Sets the value of the xmlId property.- Specified by:
setXmlIdin interfaceModifiableIdentifiable- Parameters:
value- allowed object isString
-
toString
-