Class ProductCategoryStructure

  • All Implemented Interfaces:
    Serializable

    public class ProductCategoryStructure
    extends Object
    implements Serializable
    Type for Product Category description.

    Java class for ProductCategoryStructure complex type.

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

     <complexType name="ProductCategoryStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ProductCategoryCode" type="{http://www.siri.org.uk/siri}ProductCategoryCodeType"/>
             <element name="Name" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure"/>
             <element name="Icon" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ProductCategoryStructure

        public ProductCategoryStructure()
    • Method Detail

      • getProductCategoryCode

        public String getProductCategoryCode()
        Gets the value of the productCategoryCode property.
        Returns:
        possible object is String
      • setProductCategoryCode

        public void setProductCategoryCode​(String value)
        Sets the value of the productCategoryCode property.
        Parameters:
        value - allowed object is String
      • getIcon

        public String getIcon()
        Gets the value of the icon property.
        Returns:
        possible object is String
      • setIcon

        public void setIcon​(String value)
        Sets the value of the icon property.
        Parameters:
        value - allowed object is String