Package com.scene7.ipsapi
Class FontFieldUpdate
- java.lang.Object
-
- com.scene7.ipsapi.FontFieldUpdate
-
public class FontFieldUpdate extends java.lang.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 Summary
Constructors Constructor Description FontFieldUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAssetHandle()
Gets the value of the assetHandle property.java.lang.String
getFontFamily()
Gets the value of the fontFamily property.java.lang.String
getFontName()
Gets the value of the fontName property.java.lang.String
getPostscriptName()
Gets the value of the postscriptName property.java.lang.String
getRtfName()
Gets the value of the rtfName property.java.lang.String
getStyle()
Gets the value of the style property.java.lang.String
getType()
Gets the value of the type property.java.lang.String
getTypeName()
Gets the value of the typeName property.void
setAssetHandle(java.lang.String value)
Sets the value of the assetHandle property.void
setFontFamily(java.lang.String value)
Sets the value of the fontFamily property.void
setFontName(java.lang.String value)
Sets the value of the fontName property.void
setPostscriptName(java.lang.String value)
Sets the value of the postscriptName property.void
setRtfName(java.lang.String value)
Sets the value of the rtfName property.void
setStyle(java.lang.String value)
Sets the value of the style property.void
setType(java.lang.String value)
Sets the value of the type property.void
setTypeName(java.lang.String value)
Sets the value of the typeName property.
-
-
-
Method Detail
-
getAssetHandle
public java.lang.String getAssetHandle()
Gets the value of the assetHandle property.- Returns:
- possible object is
String
-
setAssetHandle
public void setAssetHandle(java.lang.String value)
Sets the value of the assetHandle property.- Parameters:
value
- allowed object isString
-
getFontName
public java.lang.String getFontName()
Gets the value of the fontName property.- Returns:
- possible object is
String
-
setFontName
public void setFontName(java.lang.String value)
Sets the value of the fontName property.- Parameters:
value
- allowed object isString
-
getPostscriptName
public java.lang.String getPostscriptName()
Gets the value of the postscriptName property.- Returns:
- possible object is
String
-
setPostscriptName
public void setPostscriptName(java.lang.String value)
Sets the value of the postscriptName property.- Parameters:
value
- allowed object isString
-
getRtfName
public java.lang.String getRtfName()
Gets the value of the rtfName property.- Returns:
- possible object is
String
-
setRtfName
public void setRtfName(java.lang.String value)
Sets the value of the rtfName property.- Parameters:
value
- allowed object isString
-
getFontFamily
public java.lang.String getFontFamily()
Gets the value of the fontFamily property.- Returns:
- possible object is
String
-
setFontFamily
public void setFontFamily(java.lang.String value)
Sets the value of the fontFamily property.- Parameters:
value
- allowed object isString
-
getStyle
public java.lang.String getStyle()
Gets the value of the style property.- Returns:
- possible object is
String
-
setStyle
public void setStyle(java.lang.String value)
Sets the value of the style property.- Parameters:
value
- allowed object isString
-
getTypeName
public java.lang.String getTypeName()
Gets the value of the typeName property.- Returns:
- possible object is
String
-
setTypeName
public void setTypeName(java.lang.String value)
Sets the value of the typeName property.- Parameters:
value
- allowed object isString
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
-