public static class Detallista.LineItem.TradeItemDescriptionInformation extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="longText"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="35"/> </restriction> </simpleType> </element> </sequence> <attribute name="language"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <length value="2"/> <enumeration value="ES"/> <enumeration value="EN"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
language |
protected String |
longText |
Constructor and Description |
---|
TradeItemDescriptionInformation() |
Modifier and Type | Method and Description |
---|---|
String |
getLanguage()
Gets the value of the language property.
|
String |
getLongText()
Gets the value of the longText property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setLongText(String value)
Sets the value of the longText property.
|
public String getLongText()
String
public void setLongText(String value)
value
- allowed object is
String
public String getLanguage()
String
Copyright © 2010–2018. All rights reserved.