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