Class Entry
java.lang.Object
nablarch.core.repository.di.config.xml.schema.Entry
Mapのエントリを設定する型。
Java class for Entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Entry"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="key-component" type="{http://tis.co.jp/nablarch/component-configuration}Component" minOccurs="0"/> <element name="value-component" type="{http://tis.co.jp/nablarch/component-configuration}Component" minOccurs="0"/> </sequence> <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="key-name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value-name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
Gets the value of the key property.Gets the value of the keyComponent property.Gets the value of the keyName property.getValue()
Gets the value of the value property.Gets the value of the valueComponent property.Gets the value of the valueName property.void
Sets the value of the key property.void
setKeyComponent
(Component value) Sets the value of the keyComponent property.void
setKeyName
(String value) Sets the value of the keyName property.void
Sets the value of the value property.void
setValueComponent
(Component value) Sets the value of the valueComponent property.void
setValueName
(String value) Sets the value of the valueName property.
-
Field Details
-
keyComponent
-
valueComponent
-
key
-
keyName
-
value
-
valueName
-
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
getKeyComponent
Gets the value of the keyComponent property.- Returns:
- possible object is
Component
-
setKeyComponent
Sets the value of the keyComponent property.- Parameters:
value
- allowed object isComponent
-
getValueComponent
Gets the value of the valueComponent property.- Returns:
- possible object is
Component
-
setValueComponent
Sets the value of the valueComponent property.- Parameters:
value
- allowed object isComponent
-
getKey
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
Sets the value of the key property.- Parameters:
value
- allowed object isString
-
getKeyName
Gets the value of the keyName property.- Returns:
- possible object is
String
-
setKeyName
Sets the value of the keyName 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
-
getValueName
Gets the value of the valueName property.- Returns:
- possible object is
String
-
setValueName
Sets the value of the valueName property.- Parameters:
value
- allowed object isString
-