public static class QueryMap.Query extends Object
anonymous complex type에 대한 Java 클래스입니다.
다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다.
 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="desc" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="resultType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="isNamed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </simpleContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
desc  | 
protected String | 
id  | 
protected Boolean | 
isNamed  | 
protected String | 
resultType  | 
protected String | 
value  | 
| Constructor and Description | 
|---|
Query()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDesc()
desc 속성의 값을 가져옵니다. 
 | 
String | 
getId()
id 속성의 값을 가져옵니다. 
 | 
String | 
getResultType()
resultType 속성의 값을 가져옵니다. 
 | 
String | 
getValue()
value 속성의 값을 가져옵니다. 
 | 
Boolean | 
isIsNamed()
isNamed 속성의 값을 가져옵니다. 
 | 
void | 
setDesc(String value)
desc 속성의 값을 설정합니다. 
 | 
void | 
setId(String value)
id 속성의 값을 설정합니다. 
 | 
void | 
setIsNamed(Boolean value)
isNamed 속성의 값을 설정합니다. 
 | 
void | 
setResultType(String value)
resultType 속성의 값을 설정합니다. 
 | 
void | 
setValue(String value)
value 속성의 값을 설정합니다. 
 | 
protected String value
protected String id
protected String desc
protected String resultType
protected Boolean isNamed
public void setValue(String value)
value - allowed object is
     Stringpublic void setDesc(String value)
value - allowed object is
     Stringpublic String getResultType()
Stringpublic void setResultType(String value)
value - allowed object is
     StringCopyright © 2019 POSCOICT. All rights reserved.