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

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

public static class Detallista.LineItem.TradeItemIdentification
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="gtin">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="14"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String gtin
           
 
Constructor Summary
Detallista.LineItem.TradeItemIdentification()
           
 
Method Summary
 String getGtin()
          Gets the value of the gtin property.
 void setGtin(String value)
          Sets the value of the gtin property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gtin

protected String gtin
Constructor Detail

Detallista.LineItem.TradeItemIdentification

public Detallista.LineItem.TradeItemIdentification()
Method Detail

getGtin

public String getGtin()
Gets the value of the gtin property.

Returns:
possible object is String

setGtin

public void setGtin(String value)
Sets the value of the gtin property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.