Class FontPolicy

  • All Implemented Interfaces:
    java.io.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-16T10:16:20Z")
    public class FontPolicy
    extends SpecificResource
    implements java.io.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:
    Serialized Form
    • Field Detail

      • preferredFont

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-12-16T10:16:20Z")
        protected java.lang.String preferredFont
      • useDefaultFont

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

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-12-16T10:16:20Z")
        protected boolean useFontEmulation
    • Constructor Detail

      • FontPolicy

        public FontPolicy()
    • Method Detail

      • getPreferredFont

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-12-16T10:16:20Z")
        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 v2.3.6",
                   date="2022-12-16T10:16:20Z")
        public void setPreferredFont​(java.lang.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-16T10:16:20Z")
        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-16T10:16:20Z")
        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-16T10:16:20Z")
        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-16T10:16:20Z")
        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​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.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
      • 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