cometa.translator.product
Class Product.AdditionalInformation

java.lang.Object
  extended by cometa.translator.product.Product.AdditionalInformation
Enclosing class:
Product

public static class Product.AdditionalInformation
extends java.lang.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">
       <choice>
         <element name="addInfoParam" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Product.AdditionalInformation.AddInfoParam
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<Product.AdditionalInformation.AddInfoParam> addInfoParam
           
 
Constructor Summary
Product.AdditionalInformation()
           
 
Method Summary
 java.util.List<Product.AdditionalInformation.AddInfoParam> getAddInfoParam()
          Gets the value of the addInfoParam property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addInfoParam

protected java.util.List<Product.AdditionalInformation.AddInfoParam> addInfoParam
Constructor Detail

Product.AdditionalInformation

public Product.AdditionalInformation()
Method Detail

getAddInfoParam

public java.util.List<Product.AdditionalInformation.AddInfoParam> getAddInfoParam()
Gets the value of the addInfoParam 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 addInfoParam property.

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

    getAddInfoParam().add(newItem);
 

Objects of the following type(s) are allowed in the list Product.AdditionalInformation.AddInfoParam