public static class Lvl.Legacy extends Object implements Child
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="legacy" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="legacySpace" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="legacyIndent" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
legacy |
protected BigInteger |
legacyIndent |
protected BigInteger |
legacySpace |
| Constructor and Description |
|---|
Legacy() |
| 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.
|
BigInteger |
getLegacyIndent()
Gets the value of the legacyIndent property.
|
BigInteger |
getLegacySpace()
Gets the value of the legacySpace property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
boolean |
isLegacy()
Gets the value of the legacy property.
|
void |
setLegacy(Boolean value)
Sets the value of the legacy property.
|
void |
setLegacyIndent(BigInteger value)
Sets the value of the legacyIndent property.
|
void |
setLegacySpace(BigInteger value)
Sets the value of the legacySpace property.
|
void |
setParent(Object parent) |
protected Boolean legacy
protected BigInteger legacySpace
protected BigInteger legacyIndent
public boolean isLegacy()
Booleanpublic void setLegacy(Boolean value)
value - allowed object is
Booleanpublic BigInteger getLegacySpace()
BigIntegerpublic void setLegacySpace(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getLegacyIndent()
BigIntegerpublic void setLegacyIndent(BigInteger value)
value - allowed object is
BigIntegerpublic 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-2020. All Rights Reserved.