Class ModelConstructorType

java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.ModelConstructorType

public class ModelConstructorType extends Object
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 Details

    • signature

      protected String signature
  • Constructor Details

    • ModelConstructorType

      public ModelConstructorType()
  • Method Details

    • getSignature

      public String getSignature()
      Gets the value of the signature property.
      Returns:
      possible object is String
    • setSignature

      public void setSignature(String value)
      Sets the value of the signature property.
      Parameters:
      value - allowed object is String