Class MaptypeType
java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.MaptypeType
Like the java collection framework, a type, which defines map objects. Attention: When used as type for an attribute,
the attribute will not be searchable and the access performance is not effective. Consider to use a relation.
Java class for maptypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="maptypeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="code" use="required" type="{}codeType" />
<attribute name="argumenttype" use="required" type="{}classType" />
<attribute name="returntype" 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="redeclare" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the argumenttype property.getCode()Gets the value of the code property.Gets the value of the returntype property.booleanGets the value of the autocreate property.booleanGets the value of the generate property.Gets the value of the redeclare property.voidsetArgumenttype(String value) Sets the value of the argumenttype property.voidsetAutocreate(Boolean value) Sets the value of the autocreate property.voidSets the value of the code property.voidsetGenerate(Boolean value) Sets the value of the generate property.voidsetRedeclare(Boolean value) Sets the value of the redeclare property.voidsetReturntype(String value) Sets the value of the returntype property.
-
Field Details
-
code
-
argumenttype
-
returntype
-
autocreate
-
generate
-
redeclare
-
-
Constructor Details
-
MaptypeType
public MaptypeType()
-
-
Method Details
-
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
-
getArgumenttype
Gets the value of the argumenttype property.- Returns:
- possible object is
String
-
setArgumenttype
Sets the value of the argumenttype property.- Parameters:
value- allowed object isString
-
getReturntype
Gets the value of the returntype property.- Returns:
- possible object is
String
-
setReturntype
Sets the value of the returntype 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
-
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
-