public class CTText extends Object implements Child
Java class for CT_Text complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Text"> <simpleContent> <extension base="<http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes>ST_String"> <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
space |
protected String |
value |
Constructor and Description |
---|
CTText() |
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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getSpace()
Content Contains Significant Whitespace
|
String |
getValue()
String
|
void |
setParent(Object parent) |
void |
setSpace(String value)
Sets the value of the space property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public void setValue(String value)
value
- allowed object is
String
public String getSpace()
String
public void setSpace(String value)
value
- allowed object is
String
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.