public class CTWritingStyle extends Object implements Child
Java class for CT_WritingStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_WritingStyle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="lang" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_Lang" />
<attribute name="vendorID" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="dllVersion" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="nlCheck" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="checkStyle" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="appName" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
appName |
protected boolean |
checkStyle |
protected BigInteger |
dllVersion |
protected String |
lang |
protected Boolean |
nlCheck |
protected BigInteger |
vendorID |
| Constructor and Description |
|---|
CTWritingStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getAppName()
Gets the value of the appName property.
|
BigInteger |
getDllVersion()
Gets the value of the dllVersion property.
|
String |
getLang()
Gets the value of the lang property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
BigInteger |
getVendorID()
Gets the value of the vendorID property.
|
boolean |
isCheckStyle()
Gets the value of the checkStyle property.
|
boolean |
isNlCheck()
Gets the value of the nlCheck property.
|
void |
setAppName(String value)
Sets the value of the appName property.
|
void |
setCheckStyle(boolean value)
Sets the value of the checkStyle property.
|
void |
setDllVersion(BigInteger value)
Sets the value of the dllVersion property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setNlCheck(Boolean value)
Sets the value of the nlCheck property.
|
void |
setParent(Object parent) |
void |
setVendorID(BigInteger value)
Sets the value of the vendorID property.
|
protected String lang
protected BigInteger vendorID
protected BigInteger dllVersion
protected Boolean nlCheck
protected boolean checkStyle
protected String appName
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic BigInteger getVendorID()
BigIntegerpublic void setVendorID(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDllVersion()
BigIntegerpublic void setDllVersion(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isNlCheck()
Booleanpublic void setNlCheck(Boolean value)
value - allowed object is
Booleanpublic boolean isCheckStyle()
public void setCheckStyle(boolean value)
public String getAppName()
Stringpublic void setAppName(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.