Class ModifiersType

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

public class ModifiersType extends Object
Specifies further properties of an attribute which can be redeclared at other extensions.

Java class for modifiersType complex type.

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

 <complexType name="modifiersType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="read" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="write" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="search" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="optional" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="private" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="initial" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="removable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="partof" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="unique" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="dontOptimize" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="encrypted" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • read

      protected Boolean read
    • write

      protected Boolean write
    • optional

      protected Boolean optional
    • _private

      protected Boolean _private
    • initial

      protected Boolean initial
    • removable

      protected Boolean removable
    • partof

      protected Boolean partof
    • unique

      protected Boolean unique
    • dontOptimize

      protected Boolean dontOptimize
    • encrypted

      protected Boolean encrypted
  • Constructor Details

    • ModifiersType

      public ModifiersType()
  • Method Details

    • isRead

      public Boolean isRead()
      Gets the value of the read property.
      Returns:
      possible object is Boolean
    • setRead

      public void setRead(Boolean value)
      Sets the value of the read property.
      Parameters:
      value - allowed object is Boolean
    • isWrite

      public Boolean isWrite()
      Gets the value of the write property.
      Returns:
      possible object is Boolean
    • setWrite

      public void setWrite(Boolean value)
      Sets the value of the write property.
      Parameters:
      value - allowed object is Boolean
    • isSearch

      public Boolean isSearch()
      Gets the value of the search property.
      Returns:
      possible object is Boolean
    • setSearch

      public void setSearch(Boolean value)
      Sets the value of the search property.
      Parameters:
      value - allowed object is Boolean
    • isOptional

      public Boolean isOptional()
      Gets the value of the optional property.
      Returns:
      possible object is Boolean
    • setOptional

      public void setOptional(Boolean value)
      Sets the value of the optional property.
      Parameters:
      value - allowed object is Boolean
    • isPrivate

      public Boolean isPrivate()
      Gets the value of the private property.
      Returns:
      possible object is Boolean
    • setPrivate

      public void setPrivate(Boolean value)
      Sets the value of the private property.
      Parameters:
      value - allowed object is Boolean
    • isInitial

      public Boolean isInitial()
      Gets the value of the initial property.
      Returns:
      possible object is Boolean
    • setInitial

      public void setInitial(Boolean value)
      Sets the value of the initial property.
      Parameters:
      value - allowed object is Boolean
    • isRemovable

      public Boolean isRemovable()
      Gets the value of the removable property.
      Returns:
      possible object is Boolean
    • setRemovable

      public void setRemovable(Boolean value)
      Sets the value of the removable property.
      Parameters:
      value - allowed object is Boolean
    • isPartof

      public Boolean isPartof()
      Gets the value of the partof property.
      Returns:
      possible object is Boolean
    • setPartof

      public void setPartof(Boolean value)
      Sets the value of the partof property.
      Parameters:
      value - allowed object is Boolean
    • isUnique

      public Boolean isUnique()
      Gets the value of the unique property.
      Returns:
      possible object is Boolean
    • setUnique

      public void setUnique(Boolean value)
      Sets the value of the unique property.
      Parameters:
      value - allowed object is Boolean
    • isDontOptimize

      public Boolean isDontOptimize()
      Gets the value of the dontOptimize property.
      Returns:
      possible object is Boolean
    • setDontOptimize

      public void setDontOptimize(Boolean value)
      Sets the value of the dontOptimize property.
      Parameters:
      value - allowed object is Boolean
    • isEncrypted

      public Boolean isEncrypted()
      Gets the value of the encrypted property.
      Returns:
      possible object is Boolean
    • setEncrypted

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