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

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

public static class Detallista.LineItem.ExtendedAttributes
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="lotNumber" maxOccurs="10">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="productionDate" type="{http://www.w3.org/2001/XMLSchema}date" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Detallista.LineItem.ExtendedAttributes.LotNumber
          Java class for anonymous complex type.
 
Field Summary
protected  List<Detallista.LineItem.ExtendedAttributes.LotNumber> lotNumber
           
 
Constructor Summary
Detallista.LineItem.ExtendedAttributes()
           
 
Method Summary
 List<Detallista.LineItem.ExtendedAttributes.LotNumber> getLotNumber()
          Gets the value of the lotNumber property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lotNumber

protected List<Detallista.LineItem.ExtendedAttributes.LotNumber> lotNumber
Constructor Detail

Detallista.LineItem.ExtendedAttributes

public Detallista.LineItem.ExtendedAttributes()
Method Detail

getLotNumber

public List<Detallista.LineItem.ExtendedAttributes.LotNumber> getLotNumber()
Gets the value of the lotNumber property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the lotNumber property.

For example, to add a new item, do as follows:

    getLotNumber().add(newItem);
 

Objects of the following type(s) are allowed in the list Detallista.LineItem.ExtendedAttributes.LotNumber



Copyright © 2010-2013. All Rights Reserved.