public class View extends Object
Java class for view complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="view"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="field" type="{}field" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="zooming-state" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Field> |
field |
protected String |
id |
protected String |
zoomingState |
Constructor and Description |
---|
View() |
Modifier and Type | Method and Description |
---|---|
List<Field> |
getField()
Gets the value of the field property.
|
String |
getId()
Gets the value of the id property.
|
String |
getZoomingState()
Gets the value of the zoomingState property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setZoomingState(String value)
Sets the value of the zoomingState property.
|
public List<Field> getField()
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 Jakarta XML Binding object.
This is why there is not a set
method for the field property.
For example, to add a new item, do as follows:
getField().add(newItem);
Objects of the following type(s) are allowed in the list
Field
public String getZoomingState()
String
public void setZoomingState(String value)
value
- allowed object is
String
Copyright © 2000–2024 Packwood Software. All rights reserved.