mx.bigdata.sat.common.detallista.schema
Class Detallista.LineItem.TradeItemDescriptionInformation

java.lang.Object
  extended by mx.bigdata.sat.common.detallista.schema.Detallista.LineItem.TradeItemDescriptionInformation
Enclosing class:
Detallista.LineItem

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>
 


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

longText

protected String longText

language

protected String language
Constructor Detail

Detallista.LineItem.TradeItemDescriptionInformation

public Detallista.LineItem.TradeItemDescriptionInformation()
Method Detail

getLongText

public String getLongText()
Gets the value of the longText property.

Returns:
possible object is String

setLongText

public void setLongText(String value)
Sets the value of the longText property.

Parameters:
value - allowed object is String

getLanguage

public String getLanguage()
Gets the value of the language property.

Returns:
possible object is String

setLanguage

public void setLanguage(String value)
Sets the value of the language property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.