Class FontFieldUpdate


  • public class FontFieldUpdate
    extends Object

    Java class for FontFieldUpdate complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="FontFieldUpdate">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="assetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="fontName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="postscriptName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="rtfName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="fontFamily" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="style" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="typeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • FontFieldUpdate

        public FontFieldUpdate()
    • Method Detail

      • getAssetHandle

        public String getAssetHandle()
        Gets the value of the assetHandle property.
        Returns:
        possible object is String
      • setAssetHandle

        public void setAssetHandle​(String value)
        Sets the value of the assetHandle property.
        Parameters:
        value - allowed object is String
      • getFontName

        public String getFontName()
        Gets the value of the fontName property.
        Returns:
        possible object is String
      • setFontName

        public void setFontName​(String value)
        Sets the value of the fontName property.
        Parameters:
        value - allowed object is String
      • getPostscriptName

        public String getPostscriptName()
        Gets the value of the postscriptName property.
        Returns:
        possible object is String
      • setPostscriptName

        public void setPostscriptName​(String value)
        Sets the value of the postscriptName property.
        Parameters:
        value - allowed object is String
      • getRtfName

        public String getRtfName()
        Gets the value of the rtfName property.
        Returns:
        possible object is String
      • setRtfName

        public void setRtfName​(String value)
        Sets the value of the rtfName property.
        Parameters:
        value - allowed object is String
      • getFontFamily

        public String getFontFamily()
        Gets the value of the fontFamily property.
        Returns:
        possible object is String
      • setFontFamily

        public void setFontFamily​(String value)
        Sets the value of the fontFamily property.
        Parameters:
        value - allowed object is String
      • getStyle

        public String getStyle()
        Gets the value of the style property.
        Returns:
        possible object is String
      • setStyle

        public void setStyle​(String value)
        Sets the value of the style property.
        Parameters:
        value - allowed object is String
      • getTypeName

        public String getTypeName()
        Gets the value of the typeName property.
        Returns:
        possible object is String
      • setTypeName

        public void setTypeName​(String value)
        Sets the value of the typeName property.
        Parameters:
        value - allowed object is String
      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String