java.lang.Object
nablarch.core.repository.di.config.xml.schema.Entry

public class Entry extends Object
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 Details

    • keyComponent

      protected Component keyComponent
    • valueComponent

      protected Component valueComponent
    • key

      protected String key
    • keyName

      protected String keyName
    • value

      protected String value
    • valueName

      protected String valueName
  • Constructor Details

    • Entry

      public Entry()
  • Method Details

    • getKeyComponent

      public Component getKeyComponent()
      Gets the value of the keyComponent property.
      Returns:
      possible object is Component
    • setKeyComponent

      public void setKeyComponent(Component value)
      Sets the value of the keyComponent property.
      Parameters:
      value - allowed object is Component
    • getValueComponent

      public Component getValueComponent()
      Gets the value of the valueComponent property.
      Returns:
      possible object is Component
    • setValueComponent

      public void setValueComponent(Component value)
      Sets the value of the valueComponent property.
      Parameters:
      value - allowed object is Component
    • getKey

      public String getKey()
      Gets the value of the key property.
      Returns:
      possible object is String
    • setKey

      public void setKey(String value)
      Sets the value of the key property.
      Parameters:
      value - allowed object is String
    • getKeyName

      public String getKeyName()
      Gets the value of the keyName property.
      Returns:
      possible object is String
    • setKeyName

      public void setKeyName(String value)
      Sets the value of the keyName property.
      Parameters:
      value - allowed object is String
    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getValueName

      public String getValueName()
      Gets the value of the valueName property.
      Returns:
      possible object is String
    • setValueName

      public void setValueName(String value)
      Sets the value of the valueName property.
      Parameters:
      value - allowed object is String