public class CTInk extends Object implements Child
Java class for CT_Ink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Ink">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="i" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
<attribute name="annotation" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STTrueFalse |
annotation |
protected byte[] |
i |
| Constructor and Description |
|---|
CTInk() |
| 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.
|
STTrueFalse |
getAnnotation()
Gets the value of the annotation property.
|
byte[] |
getI()
Gets the value of the i property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setAnnotation(STTrueFalse value)
Sets the value of the annotation property.
|
void |
setI(byte[] value)
Sets the value of the i property.
|
void |
setParent(Object parent) |
protected byte[] i
protected STTrueFalse annotation
public byte[] getI()
public void setI(byte[] value)
value - allowed object is
byte[]public STTrueFalse getAnnotation()
STTrueFalsepublic void setAnnotation(STTrueFalse value)
value - allowed object is
STTrueFalsepublic 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.