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:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class FontPolicy extends SpecificResource implements java.io.SerializableJava 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringpreferredFontprotected booleanuseDefaultFontprotected booleanuseFontEmulation
-
Constructor Summary
Constructors Constructor Description FontPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.StringgetPreferredFont()Gets the value of the preferredFont property.inthashCode()booleanisUseDefaultFont()Gets the value of the useDefaultFont property.booleanisUseFontEmulation()Gets the value of the useFontEmulation property.voidsetPreferredFont(java.lang.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.FontPolicywithPreferredFont(java.lang.String value)FontPolicywithUseDefaultFont(boolean value)FontPolicywithUseFontEmulation(boolean value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
preferredFont
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String preferredFont
-
useDefaultFont
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected boolean useDefaultFont
-
useFontEmulation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected boolean useFontEmulation
-
-
Method Detail
-
getPreferredFont
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.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.2", date="2023-07-17T18:40:39Z") public void setPreferredFont(java.lang.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.2", date="2023-07-17T18:40:39Z") public boolean isUseDefaultFont()Gets the value of the useDefaultFont property.
-
setUseDefaultFont
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public boolean isUseFontEmulation()Gets the value of the useFontEmulation property.
-
setUseFontEmulation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setUseFontEmulation(boolean value)Sets the value of the useFontEmulation property.
-
withPreferredFont
public FontPolicy withPreferredFont(java.lang.String value)
-
withUseDefaultFont
public FontPolicy withUseDefaultFont(boolean value)
-
withUseFontEmulation
public FontPolicy withUseFontEmulation(boolean value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-