Class Items
java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.Items
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="atomictypes" type="{}atomictypesType" minOccurs="0"/>
<element name="collectiontypes" type="{}collectiontypesType" minOccurs="0"/>
<element name="enumtypes" type="{}enumtypesType" minOccurs="0"/>
<element name="maptypes" type="{}maptypesType" minOccurs="0"/>
<element name="relations" type="{}relationsType" minOccurs="0"/>
<element name="itemtypes" type="{}itemtypesType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AtomictypesTypeprotected CollectiontypesTypeprotected EnumtypesTypeprotected ItemtypesTypeprotected MaptypesTypeprotected RelationsType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the atomictypes property.Gets the value of the collectiontypes property.Gets the value of the enumtypes property.Gets the value of the itemtypes property.Gets the value of the maptypes property.Gets the value of the relations property.voidsetAtomictypes(AtomictypesType value) Sets the value of the atomictypes property.voidSets the value of the collectiontypes property.voidsetEnumtypes(EnumtypesType value) Sets the value of the enumtypes property.voidsetItemtypes(ItemtypesType value) Sets the value of the itemtypes property.voidsetMaptypes(MaptypesType value) Sets the value of the maptypes property.voidsetRelations(RelationsType value) Sets the value of the relations property.
-
Field Details
-
atomictypes
-
collectiontypes
-
enumtypes
-
maptypes
-
relations
-
itemtypes
-
-
Constructor Details
-
Items
public Items()
-
-
Method Details
-
getAtomictypes
Gets the value of the atomictypes property.- Returns:
- possible object is
AtomictypesType
-
setAtomictypes
Sets the value of the atomictypes property.- Parameters:
value- allowed object isAtomictypesType
-
getCollectiontypes
Gets the value of the collectiontypes property.- Returns:
- possible object is
CollectiontypesType
-
setCollectiontypes
Sets the value of the collectiontypes property.- Parameters:
value- allowed object isCollectiontypesType
-
getEnumtypes
Gets the value of the enumtypes property.- Returns:
- possible object is
EnumtypesType
-
setEnumtypes
Sets the value of the enumtypes property.- Parameters:
value- allowed object isEnumtypesType
-
getMaptypes
Gets the value of the maptypes property.- Returns:
- possible object is
MaptypesType
-
setMaptypes
Sets the value of the maptypes property.- Parameters:
value- allowed object isMaptypesType
-
getRelations
Gets the value of the relations property.- Returns:
- possible object is
RelationsType
-
setRelations
Sets the value of the relations property.- Parameters:
value- allowed object isRelationsType
-
getItemtypes
Gets the value of the itemtypes property.- Returns:
- possible object is
ItemtypesType
-
setItemtypes
Sets the value of the itemtypes property.- Parameters:
value- allowed object isItemtypesType
-