Class FontPolicy

java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.FontPolicy
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class FontPolicy extends SpecificResource implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

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 Details

    • preferredFont

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String preferredFont
    • useDefaultFont

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected boolean useDefaultFont
    • useFontEmulation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected boolean useFontEmulation
  • Constructor Details

    • FontPolicy

      public FontPolicy()
  • Method Details

    • getPreferredFont

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setPreferredFont(String value)
      Sets the value of the preferredFont property.
      Parameters:
      value - allowed object is String
    • isUseDefaultFont

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public boolean isUseDefaultFont()
      Gets the value of the useDefaultFont property.
    • setUseDefaultFont

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setUseDefaultFont(boolean value)
      Sets the value of the useDefaultFont property.
    • isUseFontEmulation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public boolean isUseFontEmulation()
      Gets the value of the useFontEmulation property.
    • setUseFontEmulation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setUseFontEmulation(boolean value)
      Sets the value of the useFontEmulation property.
    • withPreferredFont

      public FontPolicy withPreferredFont(String value)
    • withUseDefaultFont

      public FontPolicy withUseDefaultFont(boolean value)
    • withUseFontEmulation

      public FontPolicy withUseFontEmulation(boolean value)
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      Overrides:
      equals in class SpecificResource
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class SpecificResource
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      Overrides:
      hashCode in class SpecificResource
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SpecificResource