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