public class View extends Object implements Serializable
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schema.samply.de/ccp/Query}Query"/>
<element ref="{http://schema.samply.de/ccp/Query}ViewFields" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Query |
query |
protected ViewFields |
viewFields |
| Constructor and Description |
|---|
View() |
| Modifier and Type | Method and Description |
|---|---|
Query |
getQuery()
Gets the value of the query property.
|
ViewFields |
getViewFields()
Gets the value of the viewFields property.
|
void |
setQuery(Query value)
Sets the value of the query property.
|
void |
setViewFields(ViewFields value)
Sets the value of the viewFields property.
|
protected Query query
protected ViewFields viewFields
public Query getQuery()
Querypublic void setQuery(Query value)
value - allowed object is Querypublic ViewFields getViewFields()
ViewFieldspublic void setViewFields(ViewFields value)
value - allowed object is ViewFieldsCopyright © 2021 Samply Community. All rights reserved.