Class ItemtypeType
java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.ItemtypeType
Specifies a specific ComposedType.
Java class for itemtypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="itemtypeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deployment" type="{}deploymentType" minOccurs="0"/>
<element name="custom-properties" type="{}customPropertiesType" minOccurs="0"/>
<element name="attributes" type="{}attributesType" minOccurs="0"/>
<element name="indexes" type="{}indexesType" minOccurs="0"/>
<element name="model" type="{}itemModelType" minOccurs="0"/>
</sequence>
<attribute name="code" use="required" type="{}codeType" />
<attribute name="extends" type="{}classType" />
<attribute name="jaloclass" type="{}classType" />
<attribute name="deployment" type="{}deploymentRefType" />
<attribute name="singleton" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="jaloonly" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<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="abstract" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="metatype" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the value of the code property.Specifies a specific ComposedType.Gets the value of the content property.Gets the value of the deployment property.Gets the value of the extends property.Gets the value of the jaloclass property.Gets the value of the metatype property.Gets the value of the abstract property.booleanGets the value of the autocreate property.booleanGets the value of the generate property.Gets the value of the jaloonly property.Gets the value of the singleton property.voidsetAbstract(Boolean value) Sets the value of the abstract property.voidsetAutocreate(Boolean value) Sets the value of the autocreate property.voidSets the value of the code property.voidsetDeployment(String value) Sets the value of the deployment property.voidsetExtends(String value) Sets the value of the extends property.voidsetGenerate(Boolean value) Sets the value of the generate property.voidsetJaloclass(String value) Sets the value of the jaloclass property.voidsetJaloonly(Boolean value) Sets the value of the jaloonly property.voidsetMetatype(String value) Sets the value of the metatype property.voidsetSingleton(Boolean value) Sets the value of the singleton property.
-
Field Details
-
-
code
-
_extends
-
jaloclass
-
deployment
-
singleton
-
jaloonly
-
autocreate
-
generate
-
_abstract
-
metatype
-
-
Constructor Details
-
ItemtypeType
public ItemtypeType()
-
-
Method Details
-
getContent
Specifies a specific ComposedType.Gets the value of the content property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the content property.For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<IndexesType>JAXBElement<String>JAXBElement<DeploymentType>JAXBElement<AttributesType>JAXBElement<CustomPropertiesType>StringJAXBElement<ItemModelType> -
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isString
-
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
-
getJaloclass
Gets the value of the jaloclass property.- Returns:
- possible object is
String
-
setJaloclass
Sets the value of the jaloclass property.- Parameters:
value- allowed object isString
-
getDeployment
Gets the value of the deployment property.- Returns:
- possible object is
String
-
setDeployment
Sets the value of the deployment property.- Parameters:
value- allowed object isString
-
isSingleton
Gets the value of the singleton property.- Returns:
- possible object is
Boolean
-
setSingleton
Sets the value of the singleton property.- Parameters:
value- allowed object isBoolean
-
isJaloonly
Gets the value of the jaloonly property.- Returns:
- possible object is
Boolean
-
setJaloonly
Sets the value of the jaloonly property.- Parameters:
value- allowed object isBoolean
-
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
-
isAbstract
Gets the value of the abstract property.- Returns:
- possible object is
Boolean
-
setAbstract
Sets the value of the abstract property.- Parameters:
value- allowed object isBoolean
-
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
-