public class Output extends AnyType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.w3.org/1999/XSL/Transform}anyType">
<attribute name="method">
<simpleType>
<union>
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="xml"/>
<enumeration value="html"/>
<enumeration value="text"/>
</restriction>
</simpleType>
<simpleType>
<restriction base="{http://www.w3.org/1999/XSL/Transform}QName">
<pattern value="\c*:\c*"/>
</restriction>
</simpleType>
</union>
</simpleType>
</attribute>
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="omit-xml-declaration" type="{http://www.w3.org/1999/XSL/Transform}YesOrNo" />
<attribute name="standalone" type="{http://www.w3.org/1999/XSL/Transform}YesOrNo" />
<attribute name="doctype-public" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="doctype-system" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="cdata-section-elements" type="{http://www.w3.org/1999/XSL/Transform}QNames" />
<attribute name="indent" type="{http://www.w3.org/1999/XSL/Transform}YesOrNo" />
<attribute name="media-type" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
cdataSectionElements |
protected String |
doctypePublic |
protected String |
doctypeSystem |
protected String |
encoding |
protected YesOrNo |
indent |
protected String |
mediaType |
protected List<String> |
methods |
protected YesOrNo |
omitXmlDeclaration |
protected YesOrNo |
standalone |
protected String |
version |
| Constructor and Description |
|---|
Output() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCdataSectionElements()
Gets the value of the cdataSectionElements property.
|
String |
getDoctypePublic()
Gets the value of the doctypePublic property.
|
String |
getDoctypeSystem()
Gets the value of the doctypeSystem property.
|
String |
getEncoding()
Gets the value of the encoding property.
|
YesOrNo |
getIndent()
Gets the value of the indent property.
|
String |
getMediaType()
Gets the value of the mediaType property.
|
List<String> |
getMethods()
Gets the value of the methods property.
|
YesOrNo |
getOmitXmlDeclaration()
Gets the value of the omitXmlDeclaration property.
|
YesOrNo |
getStandalone()
Gets the value of the standalone property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setDoctypePublic(String value)
Sets the value of the doctypePublic property.
|
void |
setDoctypeSystem(String value)
Sets the value of the doctypeSystem property.
|
void |
setEncoding(String value)
Sets the value of the encoding property.
|
void |
setIndent(YesOrNo value)
Sets the value of the indent property.
|
void |
setMediaType(String value)
Sets the value of the mediaType property.
|
void |
setOmitXmlDeclaration(YesOrNo value)
Sets the value of the omitXmlDeclaration property.
|
void |
setStandalone(YesOrNo value)
Sets the value of the standalone property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
getOtherAttributesprotected String version
protected String encoding
protected YesOrNo omitXmlDeclaration
protected YesOrNo standalone
protected String doctypePublic
protected String doctypeSystem
protected YesOrNo indent
protected String mediaType
public List<String> getMethods()
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 methods property.
For example, to add a new item, do as follows:
getMethods().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
Stringpublic YesOrNo getOmitXmlDeclaration()
YesOrNopublic void setOmitXmlDeclaration(YesOrNo value)
value - allowed object is
YesOrNopublic YesOrNo getStandalone()
YesOrNopublic void setStandalone(YesOrNo value)
value - allowed object is
YesOrNopublic String getDoctypePublic()
Stringpublic void setDoctypePublic(String value)
value - allowed object is
Stringpublic String getDoctypeSystem()
Stringpublic void setDoctypeSystem(String value)
value - allowed object is
Stringpublic List<String> getCdataSectionElements()
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 cdataSectionElements property.
For example, to add a new item, do as follows:
getCdataSectionElements().add(newItem);
Objects of the following type(s) are allowed in the list
String
public YesOrNo getIndent()
YesOrNopublic void setIndent(YesOrNo value)
value - allowed object is
YesOrNopublic String getMediaType()
StringCopyright © 2017. All rights reserved.