Class AttributeType
java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.AttributeType
Defines an attribute of a type.
Java class for attributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attributeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="defaultvalue" type="{}defaultValueType" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="persistence" type="{}persistenceType" minOccurs="0"/>
<element name="modifiers" type="{}modifiersType" minOccurs="0"/>
<element name="custom-properties" type="{}customPropertiesType" minOccurs="0"/>
<element name="model" type="{}attributeModelType" minOccurs="0"/>
</all>
<attribute name="redeclare" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="qualifier" 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="metatype" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="autocreate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="generate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="isSelectionOf" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected CustomPropertiesTypeprotected Stringprotected Stringprotected Booleanprotected Stringprotected Stringprotected AttributeModelTypeprotected ModifiersTypeprotected PersistenceTypeprotected Stringprotected Booleanprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the customProperties property.Gets the value of the defaultvalue property.Gets the value of the description property.Gets the value of the isSelectionOf property.Gets the value of the metatype property.getModel()Gets the value of the model property.Gets the value of the modifiers property.Gets the value of the persistence property.Gets the value of the qualifier property.getType()Gets the value of the type property.booleanGets the value of the autocreate property.booleanGets the value of the generate property.Gets the value of the redeclare property.voidsetAutocreate(Boolean value) Sets the value of the autocreate property.voidSets the value of the customProperties property.voidsetDefaultvalue(String value) Sets the value of the defaultvalue property.voidsetDescription(String value) Sets the value of the description property.voidsetGenerate(Boolean value) Sets the value of the generate property.voidsetIsSelectionOf(String value) Sets the value of the isSelectionOf property.voidsetMetatype(String value) Sets the value of the metatype property.voidsetModel(AttributeModelType value) Sets the value of the model property.voidsetModifiers(ModifiersType value) Sets the value of the modifiers property.voidsetPersistence(PersistenceType value) Sets the value of the persistence property.voidsetQualifier(String value) Sets the value of the qualifier property.voidsetRedeclare(Boolean value) Sets the value of the redeclare property.voidSets the value of the type property.
-
Field Details
-
defaultvalue
-
description
-
persistence
-
modifiers
-
customProperties
-
model
-
redeclare
-
qualifier
-
type
-
metatype
-
autocreate
-
generate
-
isSelectionOf
-
-
Constructor Details
-
AttributeType
public AttributeType()
-
-
Method Details
-
getDefaultvalue
Gets the value of the defaultvalue property.- Returns:
- possible object is
String
-
setDefaultvalue
Sets the value of the defaultvalue property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getPersistence
Gets the value of the persistence property.- Returns:
- possible object is
PersistenceType
-
setPersistence
Sets the value of the persistence property.- Parameters:
value- allowed object isPersistenceType
-
getModifiers
Gets the value of the modifiers property.- Returns:
- possible object is
ModifiersType
-
setModifiers
Sets the value of the modifiers property.- Parameters:
value- allowed object isModifiersType
-
getCustomProperties
Gets the value of the customProperties property.- Returns:
- possible object is
CustomPropertiesType
-
setCustomProperties
Sets the value of the customProperties property.- Parameters:
value- allowed object isCustomPropertiesType
-
getModel
Gets the value of the model property.- Returns:
- possible object is
AttributeModelType
-
setModel
Sets the value of the model property.- Parameters:
value- allowed object isAttributeModelType
-
isRedeclare
Gets the value of the redeclare property.- Returns:
- possible object is
Boolean
-
setRedeclare
Sets the value of the redeclare property.- Parameters:
value- allowed object isBoolean
-
getQualifier
Gets the value of the qualifier property.- Returns:
- possible object is
String
-
setQualifier
Sets the value of the qualifier property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getMetatype
Gets the value of the metatype property.- Returns:
- possible object is
String
-
setMetatype
Sets the value of the metatype property.- Parameters:
value- allowed object isString
-
isAutocreate
public boolean isAutocreate()Gets the value of the autocreate property.- Returns:
- possible object is
Boolean
-
setAutocreate
Sets the value of the autocreate property.- Parameters:
value- allowed object isBoolean
-
isGenerate
public boolean isGenerate()Gets the value of the generate property.- Returns:
- possible object is
Boolean
-
setGenerate
Sets the value of the generate property.- Parameters:
value- allowed object isBoolean
-
getIsSelectionOf
Gets the value of the isSelectionOf property.- Returns:
- possible object is
String
-
setIsSelectionOf
Sets the value of the isSelectionOf property.- Parameters:
value- allowed object isString
-