Class TypeGroupType
java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.TypeGroupType
Java class for typeGroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="typeGroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="itemtype" type="{}itemtypeType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the itemtype property.getName()Gets the value of the name property.voidSets the value of the name property.
-
Field Details
-
itemtype
-
name
-
-
Constructor Details
-
TypeGroupType
public TypeGroupType()
-
-
Method Details
-
getItemtype
Gets the value of the itemtype 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 itemtype property.For example, to add a new item, do as follows:
getItemtype().add(newItem);
Objects of the following type(s) are allowed in the list
ItemtypeType -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-