public class Service extends Object
anonymous complex type에 대한 Java 클래스입니다.
다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="transaction-manager" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="commit" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="activity" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="transition" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="property" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="initial" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Service.Activity
anonymous complex type에 대한 Java 클래스입니다.
|
static class |
Service.TransactionManager
anonymous complex type에 대한 Java 클래스입니다.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Service.Activity> |
activity |
protected String |
initial |
protected String |
name |
protected List<Service.TransactionManager> |
transactionManager |
| Constructor and Description |
|---|
Service() |
| Modifier and Type | Method and Description |
|---|---|
List<Service.Activity> |
getActivity()
Gets the value of the activity property.
|
String |
getInitial()
initial 속성의 값을 가져옵니다.
|
String |
getName()
name 속성의 값을 가져옵니다.
|
List<Service.TransactionManager> |
getTransactionManager()
Gets the value of the transactionManager property.
|
void |
setInitial(String value)
initial 속성의 값을 설정합니다.
|
void |
setName(String value)
name 속성의 값을 설정합니다.
|
protected List<Service.TransactionManager> transactionManager
protected List<Service.Activity> activity
protected String name
protected String initial
public List<Service.TransactionManager> getTransactionManager()
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 transactionManager property.
For example, to add a new item, do as follows:
getTransactionManager().add(newItem);
Objects of the following type(s) are allowed in the list
Service.TransactionManager
public List<Service.Activity> getActivity()
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 activity property.
For example, to add a new item, do as follows:
getActivity().add(newItem);
Objects of the following type(s) are allowed in the list
Service.Activity
public void setName(String value)
value - allowed object is
StringCopyright © 2019 POSCOICT. All rights reserved.