public class Fop
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="strict-validation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="strict-configuration" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="accessibility" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="base" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hyphenation-base" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{http://purl.org/dc/elements/1.1/}hyphenation-pattern" maxOccurs="unbounded"/>
<element name="fonts" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://purl.org/dc/elements/1.1/}substitutions" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="renderers">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="renderer">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://purl.org/dc/elements/1.1/}fonts"/>
</sequence>
<attribute name="mime" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Fop.Fonts
Java class for anonymous complex type.
|
static class |
Fop.Renderers
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
accessibility |
protected java.lang.String |
base |
protected Fop.Fonts |
fonts |
protected java.lang.String |
hyphenationBase |
protected java.util.List<HyphenationPattern> |
hyphenationPattern |
protected Fop.Renderers |
renderers |
protected java.lang.Boolean |
strictConfiguration |
protected java.lang.Boolean |
strictValidation |
protected java.lang.String |
version |
| Constructor and Description |
|---|
Fop() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBase()
Gets the value of the base property.
|
Fop.Fonts |
getFonts()
Gets the value of the fonts property.
|
java.lang.String |
getHyphenationBase()
Gets the value of the hyphenationBase property.
|
java.util.List<HyphenationPattern> |
getHyphenationPattern()
Gets the value of the hyphenationPattern property.
|
Fop.Renderers |
getRenderers()
Gets the value of the renderers property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
java.lang.Boolean |
isAccessibility()
Gets the value of the accessibility property.
|
java.lang.Boolean |
isStrictConfiguration()
Gets the value of the strictConfiguration property.
|
java.lang.Boolean |
isStrictValidation()
Gets the value of the strictValidation property.
|
void |
setAccessibility(java.lang.Boolean value)
Sets the value of the accessibility property.
|
void |
setBase(java.lang.String value)
Sets the value of the base property.
|
void |
setFonts(Fop.Fonts value)
Sets the value of the fonts property.
|
void |
setHyphenationBase(java.lang.String value)
Sets the value of the hyphenationBase property.
|
void |
setRenderers(Fop.Renderers value)
Sets the value of the renderers property.
|
void |
setStrictConfiguration(java.lang.Boolean value)
Sets the value of the strictConfiguration property.
|
void |
setStrictValidation(java.lang.Boolean value)
Sets the value of the strictValidation property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected java.lang.Boolean strictValidation
protected java.lang.Boolean strictConfiguration
protected java.lang.Boolean accessibility
protected java.lang.String base
protected java.lang.String hyphenationBase
protected java.util.List<HyphenationPattern> hyphenationPattern
protected Fop.Fonts fonts
protected Fop.Renderers renderers
protected java.lang.String version
public java.lang.Boolean isStrictValidation()
Booleanpublic void setStrictValidation(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isStrictConfiguration()
Booleanpublic void setStrictConfiguration(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isAccessibility()
Booleanpublic void setAccessibility(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getBase()
Stringpublic void setBase(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHyphenationBase()
Stringpublic void setHyphenationBase(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<HyphenationPattern> getHyphenationPattern()
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 hyphenationPattern property.
For example, to add a new item, do as follows:
getHyphenationPattern().add(newItem);
Objects of the following type(s) are allowed in the list
HyphenationPattern
public Fop.Fonts getFonts()
Fop.Fontspublic void setFonts(Fop.Fonts value)
value - allowed object is
Fop.Fontspublic Fop.Renderers getRenderers()
Fop.Rendererspublic void setRenderers(Fop.Renderers value)
value - allowed object is
Fop.Rendererspublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
StringCopyright © 2007–2023. All rights reserved.