java.lang.Object
de.hybris.platform.validation.internal.xml.binding.BeanType

public class BeanType extends Object

Java class for beanType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="beanType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="class" type="{http://xmlns.jcp.org/xml/ns/validation/mapping}classType" minOccurs="0"/>
         <element name="field" type="{http://xmlns.jcp.org/xml/ns/validation/mapping}fieldType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="getter" type="{http://xmlns.jcp.org/xml/ns/validation/mapping}getterType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="constructor" type="{http://xmlns.jcp.org/xml/ns/validation/mapping}constructorType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="method" type="{http://xmlns.jcp.org/xml/ns/validation/mapping}methodType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ignore-annotations" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BeanType

      public BeanType()
  • Method Details

    • getClassType

      public ClassType getClassType()
      Gets the value of the classType property.
      Returns:
      possible object is ClassType
    • setClassType

      public void setClassType(ClassType value)
      Sets the value of the classType property.
      Parameters:
      value - allowed object is ClassType
    • getField

      public List<FieldType> getField()
      Gets the value of the field 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 set method for the field property.

      For example, to add a new item, do as follows:

          getField().add(newItem);
       

      Objects of the following type(s) are allowed in the list FieldType

    • getGetter

      public List<GetterType> getGetter()
      Gets the value of the getter 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 set method for the getter property.

      For example, to add a new item, do as follows:

          getGetter().add(newItem);
       

      Objects of the following type(s) are allowed in the list GetterType

    • getConstructor

      public List<ConstructorType> getConstructor()
      Gets the value of the constructor 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 set method for the constructor property.

      For example, to add a new item, do as follows:

          getConstructor().add(newItem);
       

      Objects of the following type(s) are allowed in the list ConstructorType

    • getMethod

      public List<MethodType> getMethod()
      Gets the value of the method 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 set method for the method property.

      For example, to add a new item, do as follows:

          getMethod().add(newItem);
       

      Objects of the following type(s) are allowed in the list MethodType

    • getClazz

      public String getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is String
    • setClazz

      public void setClazz(String value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is String
    • getIgnoreAnnotations

      public Boolean getIgnoreAnnotations()
      Gets the value of the ignoreAnnotations property.
      Returns:
      possible object is Boolean
    • setIgnoreAnnotations

      public void setIgnoreAnnotations(Boolean value)
      Sets the value of the ignoreAnnotations property.
      Parameters:
      value - allowed object is Boolean