Class ModifiersType
java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.ModifiersType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dontOptimize property.Gets the value of the encrypted property.Gets the value of the initial property.Gets the value of the optional property.isPartof()Gets the value of the partof property.Gets the value of the private property.isRead()Gets the value of the read property.Gets the value of the removable property.isSearch()Gets the value of the search property.isUnique()Gets the value of the unique property.isWrite()Gets the value of the write property.voidsetDontOptimize(Boolean value) Sets the value of the dontOptimize property.voidsetEncrypted(Boolean value) Sets the value of the encrypted property.voidsetInitial(Boolean value) Sets the value of the initial property.voidsetOptional(Boolean value) Sets the value of the optional property.voidSets the value of the partof property.voidsetPrivate(Boolean value) Sets the value of the private property.voidSets the value of the read property.voidsetRemovable(Boolean value) Sets the value of the removable property.voidSets the value of the search property.voidSets the value of the unique property.voidSets the value of the write property.
-
Field Details
-
read
-
write
-
search
-
optional
-
_private
-
initial
-
removable
-
partof
-
unique
-
dontOptimize
-
encrypted
-
-
Constructor Details
-
ModifiersType
public ModifiersType()
-
-
Method Details
-
isRead
Gets the value of the read property.- Returns:
- possible object is
Boolean
-
setRead
Sets the value of the read property.- Parameters:
value- allowed object isBoolean
-
isWrite
Gets the value of the write property.- Returns:
- possible object is
Boolean
-
setWrite
Sets the value of the write property.- Parameters:
value- allowed object isBoolean
-
isSearch
Gets the value of the search property.- Returns:
- possible object is
Boolean
-
setSearch
Sets the value of the search property.- Parameters:
value- allowed object isBoolean
-
isOptional
Gets the value of the optional property.- Returns:
- possible object is
Boolean
-
setOptional
Sets the value of the optional property.- Parameters:
value- allowed object isBoolean
-
isPrivate
Gets the value of the private property.- Returns:
- possible object is
Boolean
-
setPrivate
Sets the value of the private property.- Parameters:
value- allowed object isBoolean
-
isInitial
Gets the value of the initial property.- Returns:
- possible object is
Boolean
-
setInitial
Sets the value of the initial property.- Parameters:
value- allowed object isBoolean
-
isRemovable
Gets the value of the removable property.- Returns:
- possible object is
Boolean
-
setRemovable
Sets the value of the removable property.- Parameters:
value- allowed object isBoolean
-
isPartof
Gets the value of the partof property.- Returns:
- possible object is
Boolean
-
setPartof
Sets the value of the partof property.- Parameters:
value- allowed object isBoolean
-
isUnique
Gets the value of the unique property.- Returns:
- possible object is
Boolean
-
setUnique
Sets the value of the unique property.- Parameters:
value- allowed object isBoolean
-
isDontOptimize
Gets the value of the dontOptimize property.- Returns:
- possible object is
Boolean
-
setDontOptimize
Sets the value of the dontOptimize property.- Parameters:
value- allowed object isBoolean
-
isEncrypted
Gets the value of the encrypted property.- Returns:
- possible object is
Boolean
-
setEncrypted
Sets the value of the encrypted property.- Parameters:
value- allowed object isBoolean
-