public static class Service.TransactionManager extends Object
anonymous complex type에 대한 Java 클래스입니다.
다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다.
<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>
Modifier and Type | Field and Description |
---|---|
protected boolean |
commit |
protected String |
id |
Constructor and Description |
---|
TransactionManager() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
id 속성의 값을 가져옵니다.
|
boolean |
isCommit()
commit 속성의 값을 가져옵니다.
|
void |
setCommit(boolean value)
commit 속성의 값을 설정합니다.
|
void |
setId(String value)
id 속성의 값을 설정합니다.
|
protected String id
protected boolean commit
Copyright © 2019 POSCOICT. All rights reserved.