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"> <attribute name="state" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="brief"/> <enumeration value="usual"/> <enumeration value="complexnoborder"/> <enumeration value="complexparentbrief"/> <enumeration value="none"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
View() |
Modifier and Type | Method and Description |
---|---|
String |
getState()
Gets the value of the state property.
|
void |
setState(String value)
Sets the value of the state property.
|
protected String state
Copyright © 2018. All rights reserved.