public class CTFci extends Object implements Child
Java class for CT_Fci complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Fci">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="fciName" type="{http://schemas.microsoft.com/office/word/2006/wordml}ST_String" />
<attribute name="fciIndex" type="{http://schemas.microsoft.com/office/word/2006/wordml}ST_ShortHexNumber" />
<attribute name="swArg" type="{http://schemas.microsoft.com/office/word/2006/wordml}ST_ShortHexNumber" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
fciIndex |
protected String |
fciName |
protected byte[] |
swArg |
| Constructor and Description |
|---|
CTFci() |
| 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.
|
byte[] |
getFciIndex()
Gets the value of the fciIndex property.
|
String |
getFciName()
Gets the value of the fciName property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
byte[] |
getSwArg()
Gets the value of the swArg property.
|
void |
setFciIndex(byte[] value)
Sets the value of the fciIndex property.
|
void |
setFciName(String value)
Sets the value of the fciName property.
|
void |
setParent(Object parent) |
void |
setSwArg(byte[] value)
Sets the value of the swArg property.
|
protected String fciName
protected byte[] fciIndex
protected byte[] swArg
public String getFciName()
Stringpublic void setFciName(String value)
value - allowed object is
Stringpublic byte[] getFciIndex()
Stringpublic void setFciIndex(byte[] value)
value - allowed object is
Stringpublic byte[] getSwArg()
Stringpublic void setSwArg(byte[] value)
value - allowed object is
Stringpublic 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-2022. All Rights Reserved.