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

public class Property extends 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>
 
  • Field Details

    • component

      protected Component component
    • list

      protected List list
    • map

      protected Map map
    • name

      protected String name
    • value

      protected String value
    • ref

      protected String ref
  • Constructor Details

    • Property

      public Property()
  • Method Details

    • getComponent

      public Component getComponent()
      Gets the value of the component property.
      Returns:
      possible object is Component
    • setComponent

      public void setComponent(Component value)
      Sets the value of the component property.
      Parameters:
      value - allowed object is Component
    • getList

      public List getList()
      Gets the value of the list property.
      Returns:
      possible object is List
    • setList

      public void setList(List value)
      Sets the value of the list property.
      Parameters:
      value - allowed object is List
    • getMap

      public Map getMap()
      Gets the value of the map property.
      Returns:
      possible object is Map
    • setMap

      public void setMap(Map value)
      Sets the value of the map property.
      Parameters:
      value - allowed object is Map
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name 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
    • getRef

      public String getRef()
      Gets the value of the ref property.
      Returns:
      possible object is String
    • setRef

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