java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.advancedsearch.Type

public class Type extends Object

Java class for type complex type.

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

 <complexType name="type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="code" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • code

      protected String code
  • Constructor Details

    • Type

      public Type()
  • Method Details

    • getCode

      public String getCode()
      Gets the value of the code property.
      Returns:
      possible object is String
    • setCode

      public void setCode(String value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is String