Class ModelMethodType

java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.ModelMethodType

public class ModelMethodType extends Object
Allows to configure alternative methods at generated model.

Java class for modelMethodType complex type.

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

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

    • name

      protected String name
    • deprecated

      protected Boolean deprecated
    • _default

      protected Boolean _default
  • Constructor Details

    • ModelMethodType

      public ModelMethodType()
  • Method Details

    • 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
    • isDeprecated

      public boolean isDeprecated()
      Gets the value of the deprecated property.
      Returns:
      possible object is Boolean
    • setDeprecated

      public void setDeprecated(Boolean value)
      Sets the value of the deprecated property.
      Parameters:
      value - allowed object is Boolean
    • isDefault

      public boolean isDefault()
      Gets the value of the default property.
      Returns:
      possible object is Boolean
    • setDefault

      public void setDefault(Boolean value)
      Sets the value of the default property.
      Parameters:
      value - allowed object is Boolean