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 Details

    • languageCode

      protected VecLanguageCode languageCode

      References the corresponding languageCode of the value.

    • value

      protected String value

      The value of the LocalizedString in language defined by the languageCode.

    • xmlId

      protected String xmlId
  • Constructor Details

    • VecAbstractLocalizedString

      public VecAbstractLocalizedString()
  • Method Details

    • getLanguageCode

      public VecLanguageCode getLanguageCode()
      Gets the value of the languageCode property.

      References the corresponding languageCode of the value.

      Returns:
      possible object is VecLanguageCode
    • setLanguageCode

      public void setLanguageCode(VecLanguageCode value)
      Sets the value of the languageCode property.
      Parameters:
      value - allowed object is VecLanguageCode
      See Also:
    • getValue

      public String 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

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
      See Also:
    • getXmlId

      public String getXmlId()
      Gets the value of the xmlId property.
      Specified by:
      getXmlId in interface Identifiable
      Returns:
      possible object is String
    • setXmlId

      public void setXmlId(String value)
      Sets the value of the xmlId property.
      Specified by:
      setXmlId in interface ModifiableIdentifiable
      Parameters:
      value - allowed object is String
    • toString

      public String toString()
      Overrides:
      toString in class Object