Class CTKeymap
java.lang.Object
org.docx4j.com.microsoft.schemas.office.word.x2006.wordml.CTKeymap
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected CTAcdKeymapacdprotected byte[]chmPrimaryprotected byte[]chmSecondaryprotected CTFcifciprotected byte[]kcmPrimaryprotected byte[]kcmSecondaryprotected CTMacroWllmacroprotected java.lang.Stringmaskprotected CTLongHexNumberwchprotected CTMacroWllwll -
Constructor Summary
Constructors Constructor Description CTKeymap() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTAcdKeymapgetAcd()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.CTFcigetFci()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.CTMacroWllgetMacro()Gets the value of the macro property.java.lang.StringgetMask()Gets the value of the mask property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTLongHexNumbergetWch()Gets the value of the wch property.CTMacroWllgetWll()Gets the value of the wll property.voidsetAcd(CTAcdKeymap value)Sets the value of the acd property.voidsetChmPrimary(byte[] value)Sets the value of the chmPrimary property.voidsetChmSecondary(byte[] value)Sets the value of the chmSecondary property.voidsetFci(CTFci value)Sets the value of the fci property.voidsetKcmPrimary(byte[] value)Sets the value of the kcmPrimary property.voidsetKcmSecondary(byte[] value)Sets the value of the kcmSecondary property.voidsetMacro(CTMacroWll value)Sets the value of the macro property.voidsetMask(java.lang.String value)Sets the value of the mask property.voidsetParent(java.lang.Object parent)voidsetWch(CTLongHexNumber value)Sets the value of the wch property.voidsetWll(CTMacroWll value)Sets the value of the wll property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
fci
-
macro
-
acd
-
wll
-
wch
-
chmPrimary
protected byte[] chmPrimary -
chmSecondary
protected byte[] chmSecondary -
kcmPrimary
protected byte[] kcmPrimary -
kcmSecondary
protected byte[] kcmSecondary -
mask
protected java.lang.String mask
-
-
Constructor Details
-
CTKeymap
public CTKeymap()
-
-
Method Details
-
getFci
Gets the value of the fci property.- Returns:
- possible object is
CTFci
-
setFci
Sets the value of the fci property.- Parameters:
value- allowed object isCTFci
-
getMacro
Gets the value of the macro property.- Returns:
- possible object is
CTMacroWll
-
setMacro
Sets the value of the macro property.- Parameters:
value- allowed object isCTMacroWll
-
getAcd
Gets the value of the acd property.- Returns:
- possible object is
CTAcdKeymap
-
setAcd
Sets the value of the acd property.- Parameters:
value- allowed object isCTAcdKeymap
-
getWll
Gets the value of the wll property.- Returns:
- possible object is
CTMacroWll
-
setWll
Sets the value of the wll property.- Parameters:
value- allowed object isCTMacroWll
-
getWch
Gets the value of the wch property.- Returns:
- possible object is
CTLongHexNumber
-
setWch
Sets the value of the wch property.- Parameters:
value- allowed object isCTLongHexNumber
-
getChmPrimary
public byte[] getChmPrimary()Gets the value of the chmPrimary property.- Returns:
- possible object is
String
-
setChmPrimary
public void setChmPrimary(byte[] value)Sets the value of the chmPrimary property.- Parameters:
value- allowed object isString
-
getChmSecondary
public byte[] getChmSecondary()Gets the value of the chmSecondary property.- Returns:
- possible object is
String
-
setChmSecondary
public void setChmSecondary(byte[] value)Sets the value of the chmSecondary property.- Parameters:
value- allowed object isString
-
getKcmPrimary
public byte[] getKcmPrimary()Gets the value of the kcmPrimary property.- Returns:
- possible object is
String
-
setKcmPrimary
public void setKcmPrimary(byte[] value)Sets the value of the kcmPrimary property.- Parameters:
value- allowed object isString
-
getKcmSecondary
public byte[] getKcmSecondary()Gets the value of the kcmSecondary property.- Returns:
- possible object is
String
-
setKcmSecondary
public void setKcmSecondary(byte[] value)Sets the value of the kcmSecondary property.- Parameters:
value- allowed object isString
-
getMask
public java.lang.String getMask()Gets the value of the mask property.- Returns:
- possible object is
String
-
setMask
public void setMask(java.lang.String value)Sets the value of the mask property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-