Class MeasuredValue.MeasurementEquipmentTypeUsed.Value
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.MeasuredValue.MeasurementEquipmentTypeUsed.Value
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MeasuredValue.MeasurementEquipmentTypeUsed
public static class MeasuredValue.MeasurementEquipmentTypeUsed.Value extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString"> <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" /> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Value()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLang()Gets the value of the lang property.StringgetValue()Gets the value of the value property.voidsetLang(String value)Sets the value of the lang property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getLang
public String getLang()
Gets the value of the lang property.- Returns:
- possible object is
String
-
-