Class VecLocalizedString

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

public class VecLocalizedString extends VecAbstractLocalizedString implements Serializable, Visitable

Allows the internationalization of text contents. Attributes of the type LocalizedString normally have the multiplicity [0..*]. This means that such an attribute can have multiple values for different locales. It must not have multiple values for the same locale.

Java class for LocalizedString complex type.

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


 <complexType name="LocalizedString">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}AbstractLocalizedString">
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • VecLocalizedString

      public VecLocalizedString()
  • Method Details