Class ModelConstructorType
java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.ModelConstructorType
Allows to configure model constructor signatures.
Java class for modelConstructorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="modelConstructorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="signature" use="required" 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 signature property.voidsetSignature(String value) Sets the value of the signature property.