Package com.scene7.ipsapi
Class FontFieldUpdate
java.lang.Object
com.scene7.ipsapi.FontFieldUpdate
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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetHandle property.Gets the value of the fontFamily property.Gets the value of the fontName property.Gets the value of the postscriptName property.Gets the value of the rtfName property.getStyle()Gets the value of the style property.getType()Gets the value of the type property.Gets the value of the typeName property.voidsetAssetHandle(String value) Sets the value of the assetHandle property.voidsetFontFamily(String value) Sets the value of the fontFamily property.voidsetFontName(String value) Sets the value of the fontName property.voidsetPostscriptName(String value) Sets the value of the postscriptName property.voidsetRtfName(String value) Sets the value of the rtfName property.voidSets the value of the style property.voidSets the value of the type property.voidsetTypeName(String value) Sets the value of the typeName property.
-
Constructor Details
-
FontFieldUpdate
public FontFieldUpdate()
-
-
Method Details
-
getAssetHandle
Gets the value of the assetHandle property.- Returns:
- possible object is
String
-
setAssetHandle
Sets the value of the assetHandle property.- Parameters:
value- allowed object isString
-
getFontName
Gets the value of the fontName property.- Returns:
- possible object is
String
-
setFontName
Sets the value of the fontName property.- Parameters:
value- allowed object isString
-
getPostscriptName
Gets the value of the postscriptName property.- Returns:
- possible object is
String
-
setPostscriptName
Sets the value of the postscriptName property.- Parameters:
value- allowed object isString
-
getRtfName
Gets the value of the rtfName property.- Returns:
- possible object is
String
-
setRtfName
Sets the value of the rtfName property.- Parameters:
value- allowed object isString
-
getFontFamily
Gets the value of the fontFamily property.- Returns:
- possible object is
String
-
setFontFamily
Sets the value of the fontFamily property.- Parameters:
value- allowed object isString
-
getStyle
Gets the value of the style property.- Returns:
- possible object is
String
-
setStyle
Sets the value of the style property.- Parameters:
value- allowed object isString
-
getTypeName
Gets the value of the typeName property.- Returns:
- possible object is
String
-
setTypeName
Sets the value of the typeName property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-