public class Property
extends java.lang.Object
Java class for Property complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Property">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="component" type="{http://tis.co.jp/nablarch/component-configuration}Component" minOccurs="0"/>
<element name="list" type="{http://tis.co.jp/nablarch/component-configuration}List" minOccurs="0"/>
<element name="map" type="{http://tis.co.jp/nablarch/component-configuration}Map" minOccurs="0"/>
</choice>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Component |
component |
protected List |
list |
protected Map |
map |
protected java.lang.String |
name |
protected java.lang.String |
ref |
protected java.lang.String |
value |
| コンストラクタと説明 |
|---|
Property() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Component |
getComponent()
Gets the value of the component property.
|
List |
getList()
Gets the value of the list property.
|
Map |
getMap()
Gets the value of the map property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getRef()
Gets the value of the ref property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setComponent(Component value)
Sets the value of the component property.
|
void |
setList(List value)
Sets the value of the list property.
|
void |
setMap(Map value)
Sets the value of the map property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setRef(java.lang.String value)
Sets the value of the ref property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected Component component
protected List list
protected Map map
protected java.lang.String name
protected java.lang.String value
protected java.lang.String ref
public Component getComponent()
Componentpublic void setComponent(Component value)
value - allowed object is
Componentpublic void setList(List value)
value - allowed object is
Listpublic void setMap(Map value)
value - allowed object is
Mappublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRef()
Stringpublic void setRef(java.lang.String value)
value - allowed object is
String