public static class Service.Activity extends Object
anonymous complex type에 대한 Java 클래스입니다.
다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다.
 <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>
 | Modifier and Type | Class and Description | 
|---|---|
static class  | 
Service.Activity.Property
anonymous complex type에 대한 Java 클래스입니다. 
 | 
static class  | 
Service.Activity.Transition
anonymous complex type에 대한 Java 클래스입니다. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
clazz  | 
protected String | 
name  | 
protected List<Service.Activity.Property> | 
property  | 
protected List<Service.Activity.Transition> | 
transition  | 
| Constructor and Description | 
|---|
Activity()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getClazz()
clazz 속성의 값을 가져옵니다. 
 | 
String | 
getName()
name 속성의 값을 가져옵니다. 
 | 
List<Service.Activity.Property> | 
getProperty()
Gets the value of the property property. 
 | 
List<Service.Activity.Transition> | 
getTransition()
Gets the value of the transition property. 
 | 
void | 
setClazz(String value)
clazz 속성의 값을 설정합니다. 
 | 
void | 
setName(String value)
name 속성의 값을 설정합니다. 
 | 
protected List<Service.Activity.Transition> transition
protected List<Service.Activity.Property> property
protected String name
protected String clazz
public List<Service.Activity.Transition> getTransition()
 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 transition property.
 
 
For example, to add a new item, do as follows:
    getTransition().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 Service.Activity.Transition
public List<Service.Activity.Property> getProperty()
 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
 Service.Activity.Property
public void setName(String value)
value - allowed object is
     StringCopyright © 2019 POSCOICT. All rights reserved.