public class Fop extends 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 Boolean |
accessibility |
protected String |
base |
protected Fop.Fonts |
fonts |
protected String |
hyphenationBase |
protected List<HyphenationPattern> |
hyphenationPattern |
protected Fop.Renderers |
renderers |
protected Boolean |
strictConfiguration |
protected Boolean |
strictValidation |
protected String |
version |
| Constructor and Description |
|---|
Fop() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase()
Gets the value of the base property.
|
Fop.Fonts |
getFonts()
Gets the value of the fonts property.
|
String |
getHyphenationBase()
Gets the value of the hyphenationBase property.
|
List<HyphenationPattern> |
getHyphenationPattern()
Gets the value of the hyphenationPattern property.
|
Fop.Renderers |
getRenderers()
Gets the value of the renderers property.
|
String |
getVersion()
Gets the value of the version property.
|
Boolean |
isAccessibility()
Gets the value of the accessibility property.
|
Boolean |
isStrictConfiguration()
Gets the value of the strictConfiguration property.
|
Boolean |
isStrictValidation()
Gets the value of the strictValidation property.
|
void |
setAccessibility(Boolean value)
Sets the value of the accessibility property.
|
void |
setBase(String value)
Sets the value of the base property.
|
void |
setFonts(Fop.Fonts value)
Sets the value of the fonts property.
|
void |
setHyphenationBase(String value)
Sets the value of the hyphenationBase property.
|
void |
setRenderers(Fop.Renderers value)
Sets the value of the renderers property.
|
void |
setStrictConfiguration(Boolean value)
Sets the value of the strictConfiguration property.
|
void |
setStrictValidation(Boolean value)
Sets the value of the strictValidation property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected Boolean strictValidation
protected Boolean strictConfiguration
protected Boolean accessibility
protected String base
protected String hyphenationBase
protected List<HyphenationPattern> hyphenationPattern
protected Fop.Fonts fonts
protected Fop.Renderers renderers
protected String version
public Boolean isStrictValidation()
Booleanpublic void setStrictValidation(Boolean value)
value - allowed object is
Booleanpublic Boolean isStrictConfiguration()
Booleanpublic void setStrictConfiguration(Boolean value)
value - allowed object is
Booleanpublic Boolean isAccessibility()
Booleanpublic void setAccessibility(Boolean value)
value - allowed object is
Booleanpublic String getBase()
Stringpublic void setBase(String value)
value - allowed object is
Stringpublic String getHyphenationBase()
Stringpublic void setHyphenationBase(String value)
value - allowed object is
Stringpublic 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 String getVersion()
StringCopyright © 2007-2022. All Rights Reserved.