public class ContentType extends Object
Java class for ContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="plain" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<attribute name="page" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
page |
protected String |
plain |
| Constructor and Description |
|---|
ContentType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPage()
Gets the value of the page property.
|
String |
getPlain()
Gets the value of the plain property.
|
boolean |
isSetPage() |
boolean |
isSetPlain() |
void |
setPage(int value)
Sets the value of the page property.
|
void |
setPlain(String value)
Sets the value of the plain property.
|
protected String plain
protected int page
public String getPlain()
Stringpublic void setPlain(String value)
value - allowed object is
Stringpublic boolean isSetPlain()
public int getPage()
public void setPage(int value)
public boolean isSetPage()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.