public class CTMcd extends java.lang.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 java.lang.String |
bEncrypt |
protected java.lang.String |
cmg |
protected java.lang.String |
macroName |
protected java.lang.String |
menuHelp |
protected java.lang.String |
name |
| Constructor and Description |
|---|
CTMcd() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getBEncrypt()
Gets the value of the bEncrypt property.
|
java.lang.String |
getCmg()
Gets the value of the cmg property.
|
java.lang.String |
getMacroName()
Gets the value of the macroName property.
|
java.lang.String |
getMenuHelp()
Gets the value of the menuHelp property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setBEncrypt(java.lang.String value)
Sets the value of the bEncrypt property.
|
void |
setCmg(java.lang.String value)
Sets the value of the cmg property.
|
void |
setMacroName(java.lang.String value)
Sets the value of the macroName property.
|
void |
setMenuHelp(java.lang.String value)
Sets the value of the menuHelp property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setParent(java.lang.Object parent) |
protected java.lang.String macroName
protected java.lang.String name
protected java.lang.String menuHelp
protected java.lang.String bEncrypt
protected java.lang.String cmg
public java.lang.String getMacroName()
Stringpublic void setMacroName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMenuHelp()
Stringpublic void setMenuHelp(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBEncrypt()
Stringpublic void setBEncrypt(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCmg()
Stringpublic void setCmg(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.