public class CTMcd extends Object implements Child
Java class for CT_Mcd complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Mcd">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="macroName" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="name" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="menuHelp" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="bEncrypt" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_UcharHexNumber" />
<attribute name="cmg" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_UcharHexNumber" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
bEncrypt |
protected String |
cmg |
protected String |
macroName |
protected String |
menuHelp |
protected String |
name |
| Constructor and Description |
|---|
CTMcd() |
| 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.
|
String |
getBEncrypt()
Gets the value of the bEncrypt property.
|
String |
getCmg()
Gets the value of the cmg property.
|
String |
getMacroName()
Gets the value of the macroName property.
|
String |
getMenuHelp()
Gets the value of the menuHelp property.
|
String |
getName()
Gets the value of the name property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setBEncrypt(String value)
Sets the value of the bEncrypt property.
|
void |
setCmg(String value)
Sets the value of the cmg property.
|
void |
setMacroName(String value)
Sets the value of the macroName property.
|
void |
setMenuHelp(String value)
Sets the value of the menuHelp property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
protected String macroName
protected String name
protected String menuHelp
protected String bEncrypt
protected String cmg
public String getMacroName()
Stringpublic void setMacroName(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getMenuHelp()
Stringpublic void setMenuHelp(String value)
value - allowed object is
Stringpublic String getBEncrypt()
Stringpublic void setBEncrypt(String value)
value - allowed object is
Stringpublic String getCmg()
Stringpublic void setCmg(String 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-2021. All Rights Reserved.