|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.system.plugin.model.AttributeType
public class AttributeType
Provides the definition of a single named attribute. Attributes are mixed type and can include simple text and elements.
Java class for attributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attributeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="null" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="propertyEditor" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
_null
|
protected List<Object> |
content
|
protected String |
name
|
protected String |
propertyEditor
|
| Constructor Summary | |
|---|---|
AttributeType()
|
|
| Method Summary | |
|---|---|
List<Object> |
getContent()
Provides the definition of a single named attribute. |
String |
getName()
Gets the value of the name property. |
String |
getPropertyEditor()
Gets the value of the propertyEditor property. |
boolean |
isNull()
Gets the value of the null property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNull(Boolean value)
Sets the value of the null property. |
void |
setPropertyEditor(String value)
Sets the value of the propertyEditor property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Object> content
protected String name
protected Boolean _null
protected String propertyEditor
| Constructor Detail |
|---|
public AttributeType()
| Method Detail |
|---|
public List<Object> getContent()
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
String
Object
Element
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isNull()
Booleanpublic void setNull(Boolean value)
value - allowed object is
Booleanpublic String getPropertyEditor()
Stringpublic void setPropertyEditor(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||