java.lang.Object
de.hybris.bootstrap.beangenerator.definitions.xml.Property

public class Property extends Object

Java class for property complex type.

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

 <complexType name="property">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hints" type="{}hints" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="deprecated" use="optional" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • description

      protected String description
    • hints

      protected Hints hints
    • annotations

      protected List<Annotations> annotations
    • name

      protected String name
    • type

      protected String type
    • deprecated

      protected String deprecated
    • deprecatedSince

      protected String deprecatedSince
    • _equals

      protected boolean _equals
  • Constructor Details

    • Property

      public Property()
  • Method Details

    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getHints

      public Hints getHints()
      Gets the value of the hints property.
      Returns:
      possible object is Hints
    • setHints

      public void setHints(Hints value)
      Sets the value of the hints property.
      Parameters:
      value - allowed object is Hints
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getAnnotations

      public List<Annotations> getAnnotations()
    • getDeprecated

      public String getDeprecated()
    • setDeprecated

      public void setDeprecated(String deprecated)
    • getDeprecatedSince

      public String getDeprecatedSince()
    • setDeprecatedSince

      public void setDeprecatedSince(String deprecatedSince)
    • isEquals

      public boolean isEquals()
    • setEquals

      public void setEquals(boolean _equals)