public class Component
extends java.lang.Object
Java class for Component complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Component">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="property" type="{http://tis.co.jp/nablarch/component-configuration}Property" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="autowireType" type="{http://tis.co.jp/nablarch/component-configuration}AutowireType" default="ByType" />
</restriction>
</complexContent>
</complexType>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected AutowireType |
autowireType |
protected java.lang.String |
clazz |
protected java.lang.String |
name |
protected java.util.List<Property> |
property |
| コンストラクタと説明 |
|---|
Component() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AutowireType |
getAutowireType()
Gets the value of the autowireType property.
|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<Property> |
getProperty()
Gets the value of the property property.
|
void |
setAutowireType(AutowireType value)
Sets the value of the autowireType property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.util.List<Property> property
protected java.lang.String name
protected java.lang.String clazz
protected AutowireType autowireType
public java.util.List<Property> getProperty()
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 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
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
Stringpublic AutowireType getAutowireType()
AutowireTypepublic void setAutowireType(AutowireType value)
value - allowed object is
AutowireType