Class Component
java.lang.Object
nablarch.core.repository.di.config.xml.schema.Component
コンポーネント定義を行う型。
Java class for Component complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Component"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="property" type="{http://tis.co.jp/nablarch/component-configuration}Property" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="autowireType" type="{http://tis.co.jp/nablarch/component-configuration}AutowireType" default="ByType" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the autowireType property.getClazz()
Gets the value of the clazz property.getName()
Gets the value of the name property.Gets the value of the property property.void
setAutowireType
(AutowireType value) Sets the value of the autowireType property.void
Sets the value of the clazz property.void
Sets the value of the name property.
-
Field Details
-
property
-
name
-
clazz
-
autowireType
-
-
Constructor Details
-
Component
public Component()
-
-
Method Details
-
getProperty
Gets the value of the property property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the property property.For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
Property
-
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
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value
- allowed object isString
-
getAutowireType
Gets the value of the autowireType property.- Returns:
- possible object is
AutowireType
-
setAutowireType
Sets the value of the autowireType property.- Parameters:
value
- allowed object isAutowireType
-