public class CTKeymap extends java.lang.Object implements Child
Java class for CT_Keymap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Keymap">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element name="fci" type="{http://schemas.microsoft.com/office/word/2006/wordml}CT_Fci"/>
<element name="macro" type="{http://schemas.microsoft.com/office/word/2006/wordml}CT_MacroWll"/>
<element name="acd" type="{http://schemas.microsoft.com/office/word/2006/wordml}CT_AcdKeymap"/>
<element name="wll" type="{http://schemas.microsoft.com/office/word/2006/wordml}CT_MacroWll"/>
<element name="wch" type="{http://schemas.microsoft.com/office/word/2006/wordml}CT_LongHexNumber"/>
</choice>
<attribute name="chmPrimary" type="{http://schemas.microsoft.com/office/word/2006/wordml}ST_ShortHexNumber" />
<attribute name="chmSecondary" type="{http://schemas.microsoft.com/office/word/2006/wordml}ST_ShortHexNumber" />
<attribute name="kcmPrimary" type="{http://schemas.microsoft.com/office/word/2006/wordml}ST_ShortHexNumber" />
<attribute name="kcmSecondary" type="{http://schemas.microsoft.com/office/word/2006/wordml}ST_ShortHexNumber" />
<attribute name="mask" type="{http://schemas.microsoft.com/office/word/2006/wordml}ST_OnOff" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTAcdKeymap |
acd |
protected byte[] |
chmPrimary |
protected byte[] |
chmSecondary |
protected CTFci |
fci |
protected byte[] |
kcmPrimary |
protected byte[] |
kcmSecondary |
protected CTMacroWll |
macro |
protected java.lang.String |
mask |
protected CTLongHexNumber |
wch |
protected CTMacroWll |
wll |
| Constructor and Description |
|---|
CTKeymap() |
| 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.
|
CTAcdKeymap |
getAcd()
Gets the value of the acd property.
|
byte[] |
getChmPrimary()
Gets the value of the chmPrimary property.
|
byte[] |
getChmSecondary()
Gets the value of the chmSecondary property.
|
CTFci |
getFci()
Gets the value of the fci property.
|
byte[] |
getKcmPrimary()
Gets the value of the kcmPrimary property.
|
byte[] |
getKcmSecondary()
Gets the value of the kcmSecondary property.
|
CTMacroWll |
getMacro()
Gets the value of the macro property.
|
java.lang.String |
getMask()
Gets the value of the mask property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTLongHexNumber |
getWch()
Gets the value of the wch property.
|
CTMacroWll |
getWll()
Gets the value of the wll property.
|
void |
setAcd(CTAcdKeymap value)
Sets the value of the acd property.
|
void |
setChmPrimary(byte[] value)
Sets the value of the chmPrimary property.
|
void |
setChmSecondary(byte[] value)
Sets the value of the chmSecondary property.
|
void |
setFci(CTFci value)
Sets the value of the fci property.
|
void |
setKcmPrimary(byte[] value)
Sets the value of the kcmPrimary property.
|
void |
setKcmSecondary(byte[] value)
Sets the value of the kcmSecondary property.
|
void |
setMacro(CTMacroWll value)
Sets the value of the macro property.
|
void |
setMask(java.lang.String value)
Sets the value of the mask property.
|
void |
setParent(java.lang.Object parent) |
void |
setWch(CTLongHexNumber value)
Sets the value of the wch property.
|
void |
setWll(CTMacroWll value)
Sets the value of the wll property.
|
protected CTFci fci
protected CTMacroWll macro
protected CTAcdKeymap acd
protected CTMacroWll wll
protected CTLongHexNumber wch
protected byte[] chmPrimary
protected byte[] chmSecondary
protected byte[] kcmPrimary
protected byte[] kcmSecondary
protected java.lang.String mask
public void setFci(CTFci value)
value - allowed object is
CTFcipublic CTMacroWll getMacro()
CTMacroWllpublic void setMacro(CTMacroWll value)
value - allowed object is
CTMacroWllpublic CTAcdKeymap getAcd()
CTAcdKeymappublic void setAcd(CTAcdKeymap value)
value - allowed object is
CTAcdKeymappublic CTMacroWll getWll()
CTMacroWllpublic void setWll(CTMacroWll value)
value - allowed object is
CTMacroWllpublic CTLongHexNumber getWch()
CTLongHexNumberpublic void setWch(CTLongHexNumber value)
value - allowed object is
CTLongHexNumberpublic byte[] getChmPrimary()
Stringpublic void setChmPrimary(byte[] value)
value - allowed object is
Stringpublic byte[] getChmSecondary()
Stringpublic void setChmSecondary(byte[] value)
value - allowed object is
Stringpublic byte[] getKcmPrimary()
Stringpublic void setKcmPrimary(byte[] value)
value - allowed object is
Stringpublic byte[] getKcmSecondary()
Stringpublic void setKcmSecondary(byte[] value)
value - allowed object is
Stringpublic java.lang.String getMask()
Stringpublic void setMask(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–2023. All rights reserved.