public class Br 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="type" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_BrType" /> <attribute name="clear" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_BrClear" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected STBrClear |
clear |
protected STBrType |
type |
Constructor and Description |
---|
Br() |
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.
|
STBrClear |
getClear()
Gets the value of the clear property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STBrType |
getType()
Gets the value of the type property.
|
void |
setClear(STBrClear value)
Sets the value of the clear property.
|
void |
setParent(Object parent) |
void |
setType(STBrType value)
Sets the value of the type property.
|
public STBrType getType()
STBrType
public void setType(STBrType value)
value
- allowed object is
STBrType
public STBrClear getClear()
STBrClear
public void setClear(STBrClear value)
value
- allowed object is
STBrClear
public 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-2018. All Rights Reserved.