public class CTDrawingHF extends java.lang.Object implements Child
Java class for CT_DrawingHF complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DrawingHF">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id use="required""/>
<attribute name="lho" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="lhe" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="lhf" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="cho" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="che" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="chf" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="rho" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="rhe" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="rhf" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="lfo" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="lfe" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="lff" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="cfo" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="cfe" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="cff" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="rfo" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="rfe" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="rff" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
cfe |
protected java.lang.Long |
cff |
protected java.lang.Long |
cfo |
protected java.lang.Long |
che |
protected java.lang.Long |
chf |
protected java.lang.Long |
cho |
protected java.lang.String |
id |
protected java.lang.Long |
lfe |
protected java.lang.Long |
lff |
protected java.lang.Long |
lfo |
protected java.lang.Long |
lhe |
protected java.lang.Long |
lhf |
protected java.lang.Long |
lho |
protected java.lang.Long |
rfe |
protected java.lang.Long |
rff |
protected java.lang.Long |
rfo |
protected java.lang.Long |
rhe |
protected java.lang.Long |
rhf |
protected java.lang.Long |
rho |
| Constructor and Description |
|---|
CTDrawingHF() |
| 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.Long |
getCfe()
Gets the value of the cfe property.
|
java.lang.Long |
getCff()
Gets the value of the cff property.
|
java.lang.Long |
getCfo()
Gets the value of the cfo property.
|
java.lang.Long |
getChe()
Gets the value of the che property.
|
java.lang.Long |
getChf()
Gets the value of the chf property.
|
java.lang.Long |
getCho()
Gets the value of the cho property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.Long |
getLfe()
Gets the value of the lfe property.
|
java.lang.Long |
getLff()
Gets the value of the lff property.
|
java.lang.Long |
getLfo()
Gets the value of the lfo property.
|
java.lang.Long |
getLhe()
Gets the value of the lhe property.
|
java.lang.Long |
getLhf()
Gets the value of the lhf property.
|
java.lang.Long |
getLho()
Gets the value of the lho property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.Long |
getRfe()
Gets the value of the rfe property.
|
java.lang.Long |
getRff()
Gets the value of the rff property.
|
java.lang.Long |
getRfo()
Gets the value of the rfo property.
|
java.lang.Long |
getRhe()
Gets the value of the rhe property.
|
java.lang.Long |
getRhf()
Gets the value of the rhf property.
|
java.lang.Long |
getRho()
Gets the value of the rho property.
|
void |
setCfe(java.lang.Long value)
Sets the value of the cfe property.
|
void |
setCff(java.lang.Long value)
Sets the value of the cff property.
|
void |
setCfo(java.lang.Long value)
Sets the value of the cfo property.
|
void |
setChe(java.lang.Long value)
Sets the value of the che property.
|
void |
setChf(java.lang.Long value)
Sets the value of the chf property.
|
void |
setCho(java.lang.Long value)
Sets the value of the cho property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setLfe(java.lang.Long value)
Sets the value of the lfe property.
|
void |
setLff(java.lang.Long value)
Sets the value of the lff property.
|
void |
setLfo(java.lang.Long value)
Sets the value of the lfo property.
|
void |
setLhe(java.lang.Long value)
Sets the value of the lhe property.
|
void |
setLhf(java.lang.Long value)
Sets the value of the lhf property.
|
void |
setLho(java.lang.Long value)
Sets the value of the lho property.
|
void |
setParent(java.lang.Object parent) |
void |
setRfe(java.lang.Long value)
Sets the value of the rfe property.
|
void |
setRff(java.lang.Long value)
Sets the value of the rff property.
|
void |
setRfo(java.lang.Long value)
Sets the value of the rfo property.
|
void |
setRhe(java.lang.Long value)
Sets the value of the rhe property.
|
void |
setRhf(java.lang.Long value)
Sets the value of the rhf property.
|
void |
setRho(java.lang.Long value)
Sets the value of the rho property.
|
protected java.lang.String id
protected java.lang.Long lho
protected java.lang.Long lhe
protected java.lang.Long lhf
protected java.lang.Long cho
protected java.lang.Long che
protected java.lang.Long chf
protected java.lang.Long rho
protected java.lang.Long rhe
protected java.lang.Long rhf
protected java.lang.Long lfo
protected java.lang.Long lfe
protected java.lang.Long lff
protected java.lang.Long cfo
protected java.lang.Long cfe
protected java.lang.Long cff
protected java.lang.Long rfo
protected java.lang.Long rfe
protected java.lang.Long rff
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getLho()
Longpublic void setLho(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getLhe()
Longpublic void setLhe(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getLhf()
Longpublic void setLhf(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getCho()
Longpublic void setCho(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getChe()
Longpublic void setChe(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getChf()
Longpublic void setChf(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getRho()
Longpublic void setRho(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getRhe()
Longpublic void setRhe(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getRhf()
Longpublic void setRhf(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getLfo()
Longpublic void setLfo(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getLfe()
Longpublic void setLfe(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getLff()
Longpublic void setLff(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getCfo()
Longpublic void setCfo(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getCfe()
Longpublic void setCfe(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getCff()
Longpublic void setCff(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getRfo()
Longpublic void setRfo(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getRfe()
Longpublic void setRfe(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getRff()
Longpublic void setRff(java.lang.Long value)
value - allowed object is
Longpublic 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.