Class AtomictypeType
java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.AtomictypeType
An AtomicType represents a simple java object. (The name 'atomic' just means 'non-composed' objects.)
Java class for atomictypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="atomictypeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="class" use="required" type="{}classType" />
<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="extends" type="{}classType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()Gets the value of the clazz property.Gets the value of the extends property.booleanGets the value of the autocreate property.booleanGets the value of the generate property.voidsetAutocreate(Boolean value) Sets the value of the autocreate property.voidSets the value of the clazz property.voidsetExtends(String value) Sets the value of the extends property.voidsetGenerate(Boolean value) Sets the value of the generate property.
-
Field Details
-
clazz
-
autocreate
-
generate
-
_extends
-
-
Constructor Details
-
AtomictypeType
public AtomictypeType()
-
-
Method Details
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz 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
-
getExtends
Gets the value of the extends property.- Returns:
- possible object is
String
-
setExtends
Sets the value of the extends property.- Parameters:
value- allowed object isString
-