public class DependentValueClass
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://jboss.org}description" minOccurs="0"/> <element ref="{http://jboss.org}class"/> <element ref="{http://jboss.org}property" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Class |
clazz |
protected Description |
description |
protected java.util.List<Property> |
property |
Constructor and Description |
---|
DependentValueClass() |
Modifier and Type | Method and Description |
---|---|
Class |
getClazz()
Gets the value of the clazz property.
|
Description |
getDescription()
Gets the value of the description property.
|
java.util.List<Property> |
getProperty()
Gets the value of the property property.
|
void |
setClazz(Class value)
Sets the value of the clazz property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
protected Description description
protected Class clazz
protected java.util.List<Property> property
public Description getDescription()
Description
public void setDescription(Description value)
value
- allowed object is
Description
public Class getClazz()
Class
public void setClazz(Class value)
value
- allowed object is
Class
public java.util.List<Property> getProperty()
set
method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);Objects of the following type(s) are allowed in the list
Property