Class MeasurementSystemCodeType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistresponse.MeasurementSystemCodeType
BDT to represent measurement system codes (e.g. Imperial, Metric).
Java class for MeasurementSystemCodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MeasurementSystemCodeType">
<simpleContent>
<extension base="<http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS>MeasurementSystemCodeContentType">
<attribute name="LangID" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="ListAgencyID" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="ListAgencyName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ListID" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="ListName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ListSchemeUniformResourceID" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="ListUniformResourceID" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="ListVersionID" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the langID property.Gets the value of the listAgencyID property.Gets the value of the listAgencyName property.Gets the value of the listID property.Gets the value of the listName property.Gets the value of the listSchemeUniformResourceID property.Gets the value of the listUniformResourceID property.Gets the value of the listVersionID property.getName()Gets the value of the name property.getValue()Enumeration set for the measurement system code BDT.voidSets the value of the langID property.voidsetListAgencyID(String value) Sets the value of the listAgencyID property.voidsetListAgencyName(String value) Sets the value of the listAgencyName property.voidSets the value of the listID property.voidsetListName(String value) Sets the value of the listName property.voidSets the value of the listSchemeUniformResourceID property.voidsetListUniformResourceID(String value) Sets the value of the listUniformResourceID property.voidsetListVersionID(String value) Sets the value of the listVersionID property.voidSets the value of the name property.voidSets the value of the value property.
-
Field Details
-
value
-
langID
-
listAgencyID
-
listAgencyName
-
listID
-
listName
-
listSchemeUniformResourceID
-
listUniformResourceID
-
listVersionID
-
name
-
-
Constructor Details
-
MeasurementSystemCodeType
public MeasurementSystemCodeType()
-
-
Method Details
-
getValue
Enumeration set for the measurement system code BDT.- Returns:
- possible object is
MeasurementSystemCodeContentType
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isMeasurementSystemCodeContentType
-
getLangID
Gets the value of the langID property.- Returns:
- possible object is
String
-
setLangID
Sets the value of the langID property.- Parameters:
value- allowed object isString
-
getListAgencyID
Gets the value of the listAgencyID property.- Returns:
- possible object is
String
-
setListAgencyID
Sets the value of the listAgencyID property.- Parameters:
value- allowed object isString
-
getListAgencyName
Gets the value of the listAgencyName property.- Returns:
- possible object is
String
-
setListAgencyName
Sets the value of the listAgencyName property.- Parameters:
value- allowed object isString
-
getListID
Gets the value of the listID property.- Returns:
- possible object is
String
-
setListID
Sets the value of the listID property.- Parameters:
value- allowed object isString
-
getListName
Gets the value of the listName property.- Returns:
- possible object is
String
-
setListName
Sets the value of the listName property.- Parameters:
value- allowed object isString
-
getListSchemeUniformResourceID
Gets the value of the listSchemeUniformResourceID property.- Returns:
- possible object is
String
-
setListSchemeUniformResourceID
Sets the value of the listSchemeUniformResourceID property.- Parameters:
value- allowed object isString
-
getListUniformResourceID
Gets the value of the listUniformResourceID property.- Returns:
- possible object is
String
-
setListUniformResourceID
Sets the value of the listUniformResourceID property.- Parameters:
value- allowed object isString
-
getListVersionID
Gets the value of the listVersionID property.- Returns:
- possible object is
String
-
setListVersionID
Sets the value of the listVersionID property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-