public class BeanType
extends java.lang.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://jboss.org/xml/ns/javax/validation/mapping}classType" minOccurs="0"/> <element name="field" type="{http://jboss.org/xml/ns/javax/validation/mapping}fieldType" maxOccurs="unbounded" minOccurs="0"/> <element name="getter" type="{http://jboss.org/xml/ns/javax/validation/mapping}getterType" maxOccurs="unbounded" minOccurs="0"/> <element name="constructor" type="{http://jboss.org/xml/ns/javax/validation/mapping}constructorType" maxOccurs="unbounded" minOccurs="0"/> <element name="method" type="{http://jboss.org/xml/ns/javax/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" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ClassType |
classType |
protected java.lang.String |
clazz |
protected java.util.List<ConstructorType> |
constructor |
protected java.util.List<FieldType> |
field |
protected java.util.List<GetterType> |
getter |
protected java.lang.Boolean |
ignoreAnnotations |
protected java.util.List<MethodType> |
method |
Constructor and Description |
---|
BeanType() |
Modifier and Type | Method and Description |
---|---|
ClassType |
getClassType()
Gets the value of the classType property.
|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.util.List<ConstructorType> |
getConstructor()
Gets the value of the constructor property.
|
java.util.List<FieldType> |
getField()
Gets the value of the field property.
|
java.util.List<GetterType> |
getGetter()
Gets the value of the getter property.
|
java.lang.Boolean |
getIgnoreAnnotations()
Gets the value of the ignoreAnnotations property.
|
java.util.List<MethodType> |
getMethod()
Gets the value of the method property.
|
void |
setClassType(ClassType value)
Sets the value of the classType property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setIgnoreAnnotations(java.lang.Boolean value)
Sets the value of the ignoreAnnotations property.
|
protected ClassType classType
protected java.util.List<FieldType> field
protected java.util.List<GetterType> getter
protected java.util.List<ConstructorType> constructor
protected java.util.List<MethodType> method
protected java.lang.String clazz
protected java.lang.Boolean ignoreAnnotations
public ClassType getClassType()
ClassType
public void setClassType(ClassType value)
value
- allowed object is
ClassType
public java.util.List<FieldType> getField()
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
public java.util.List<GetterType> getGetter()
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
public java.util.List<ConstructorType> getConstructor()
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
public java.util.List<MethodType> getMethod()
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
public java.lang.String getClazz()
String
public void setClazz(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean getIgnoreAnnotations()
Boolean
public void setIgnoreAnnotations(java.lang.Boolean value)
value
- allowed object is
Boolean