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(javax.xml.bind.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()
String
public void setLang(String value)
value
- allowed object is
String
public BigInteger getVendorID()
BigInteger
public void setVendorID(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getDllVersion()
BigInteger
public void setDllVersion(BigInteger value)
value
- allowed object is
BigInteger
public boolean isNlCheck()
Boolean
public void setNlCheck(Boolean value)
value
- allowed object is
Boolean
public boolean isCheckStyle()
public void setCheckStyle(boolean value)
public String getAppName()
String
public void setAppName(String value)
value
- allowed object is
String
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.