Class Property
java.lang.Object
nablarch.core.repository.di.config.xml.schema.Property
コンポーネントにプロパティを設定する際に使用する型。
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the component property.getList()
Gets the value of the list property.getMap()
Gets the value of the map property.getName()
Gets the value of the name property.getRef()
Gets the value of the ref property.getValue()
Gets the value of the value property.void
setComponent
(Component value) Sets the value of the component property.void
Sets the value of the list property.void
Sets the value of the map property.void
Sets the value of the name property.void
Sets the value of the ref property.void
Sets the value of the value property.
-
Field Details
-
component
-
list
-
map
-
name
-
value
-
ref
-
-
Constructor Details
-
Property
public Property()
-
-
Method Details
-
getComponent
Gets the value of the component property.- Returns:
- possible object is
Component
-
setComponent
Sets the value of the component property.- Parameters:
value
- allowed object isComponent
-
getList
Gets the value of the list property.- Returns:
- possible object is
List
-
setList
Sets the value of the list property.- Parameters:
value
- allowed object isList
-
getMap
Gets the value of the map property.- Returns:
- possible object is
Map
-
setMap
Sets the value of the map property.- Parameters:
value
- allowed object isMap
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
String
-
setRef
Sets the value of the ref property.- Parameters:
value
- allowed object isString
-