Class Product


  • public class Product
    extends Object

    Java class for Product complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Product">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{}specification"/>
             <element ref="{}indexFields"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Product

        public Product()
    • Method Detail

      • getSpecification

        public Specification getSpecification()
        Gets the value of the specification property.
        Returns:
        possible object is Specification
      • setSpecification

        public void setSpecification​(Specification value)
        Sets the value of the specification property.
        Parameters:
        value - allowed object is Specification
      • getIndexFields

        public IndexField getIndexFields()
        Gets the value of the indexFields property.
        Returns:
        possible object is IndexField
      • setIndexFields

        public void setIndexFields​(IndexField value)
        Sets the value of the indexFields property.
        Parameters:
        value - allowed object is IndexField