|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.detallista.schema.Detallista.LineItem.TradeItemDescriptionInformation
public static class Detallista.LineItem.TradeItemDescriptionInformation
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>
| Field Summary | |
|---|---|
protected String |
language
|
protected String |
longText
|
| Constructor Summary | |
|---|---|
Detallista.LineItem.TradeItemDescriptionInformation()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String longText
protected String language
| Constructor Detail |
|---|
public Detallista.LineItem.TradeItemDescriptionInformation()
| Method Detail |
|---|
public String getLongText()
Stringpublic void setLongText(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||