Package org.cip4.lib.xjdf.schema
Class FontPolicy
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.FontPolicy
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class FontPolicy
extends SpecificResource
implements Serializable
Java class for FontPolicy complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="FontPolicy">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<attribute name="PreferredFont" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="UseDefaultFont" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="UseFontEmulation" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the preferredFont property.inthashCode()booleanGets the value of the useDefaultFont property.booleanGets the value of the useFontEmulation property.voidsetPreferredFont(String value) Sets the value of the preferredFont property.voidsetUseDefaultFont(boolean value) Sets the value of the useDefaultFont property.voidsetUseFontEmulation(boolean value) Sets the value of the useFontEmulation property.withPreferredFont(String value) withUseDefaultFont(boolean value) withUseFontEmulation(boolean value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
preferredFont
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String preferredFont -
useDefaultFont
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected boolean useDefaultFont -
useFontEmulation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected boolean useFontEmulation
-
-
Constructor Details
-
FontPolicy
public FontPolicy()
-
-
Method Details
-
getPreferredFont
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getPreferredFont()Gets the value of the preferredFont property.- Returns:
- possible object is
String
-
setPreferredFont
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setPreferredFont(String value) Sets the value of the preferredFont property.- Parameters:
value- allowed object isString
-
isUseDefaultFont
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public boolean isUseDefaultFont()Gets the value of the useDefaultFont property. -
setUseDefaultFont
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setUseDefaultFont(boolean value) Sets the value of the useDefaultFont property. -
isUseFontEmulation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public boolean isUseFontEmulation()Gets the value of the useFontEmulation property. -
setUseFontEmulation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setUseFontEmulation(boolean value) Sets the value of the useFontEmulation property. -
withPreferredFont
-
withUseDefaultFont
-
withUseFontEmulation
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-