public class CTDrawingHF extends 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 Long |
cfe |
protected Long |
cff |
protected Long |
cfo |
protected Long |
che |
protected Long |
chf |
protected Long |
cho |
protected String |
id |
protected Long |
lfe |
protected Long |
lff |
protected Long |
lfo |
protected Long |
lhe |
protected Long |
lhf |
protected Long |
lho |
protected Long |
rfe |
protected Long |
rff |
protected Long |
rfo |
protected Long |
rhe |
protected Long |
rhf |
protected Long |
rho |
| Constructor and Description |
|---|
CTDrawingHF() |
| 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.
|
Long |
getCfe()
Gets the value of the cfe property.
|
Long |
getCff()
Gets the value of the cff property.
|
Long |
getCfo()
Gets the value of the cfo property.
|
Long |
getChe()
Gets the value of the che property.
|
Long |
getChf()
Gets the value of the chf property.
|
Long |
getCho()
Gets the value of the cho property.
|
String |
getId()
Gets the value of the id property.
|
Long |
getLfe()
Gets the value of the lfe property.
|
Long |
getLff()
Gets the value of the lff property.
|
Long |
getLfo()
Gets the value of the lfo property.
|
Long |
getLhe()
Gets the value of the lhe property.
|
Long |
getLhf()
Gets the value of the lhf property.
|
Long |
getLho()
Gets the value of the lho property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
Long |
getRfe()
Gets the value of the rfe property.
|
Long |
getRff()
Gets the value of the rff property.
|
Long |
getRfo()
Gets the value of the rfo property.
|
Long |
getRhe()
Gets the value of the rhe property.
|
Long |
getRhf()
Gets the value of the rhf property.
|
Long |
getRho()
Gets the value of the rho property.
|
void |
setCfe(Long value)
Sets the value of the cfe property.
|
void |
setCff(Long value)
Sets the value of the cff property.
|
void |
setCfo(Long value)
Sets the value of the cfo property.
|
void |
setChe(Long value)
Sets the value of the che property.
|
void |
setChf(Long value)
Sets the value of the chf property.
|
void |
setCho(Long value)
Sets the value of the cho property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLfe(Long value)
Sets the value of the lfe property.
|
void |
setLff(Long value)
Sets the value of the lff property.
|
void |
setLfo(Long value)
Sets the value of the lfo property.
|
void |
setLhe(Long value)
Sets the value of the lhe property.
|
void |
setLhf(Long value)
Sets the value of the lhf property.
|
void |
setLho(Long value)
Sets the value of the lho property.
|
void |
setParent(Object parent) |
void |
setRfe(Long value)
Sets the value of the rfe property.
|
void |
setRff(Long value)
Sets the value of the rff property.
|
void |
setRfo(Long value)
Sets the value of the rfo property.
|
void |
setRhe(Long value)
Sets the value of the rhe property.
|
void |
setRhf(Long value)
Sets the value of the rhf property.
|
void |
setRho(Long value)
Sets the value of the rho property.
|
protected String id
protected Long lho
protected Long lhe
protected Long lhf
protected Long cho
protected Long che
protected Long chf
protected Long rho
protected Long rhe
protected Long rhf
protected Long lfo
protected Long lfe
protected Long lff
protected Long cfo
protected Long cfe
protected Long cff
protected Long rfo
protected Long rfe
protected Long rff
public void setId(String value)
value - allowed object is
Stringpublic void setLho(Long value)
value - allowed object is
Longpublic void setLhe(Long value)
value - allowed object is
Longpublic void setLhf(Long value)
value - allowed object is
Longpublic void setCho(Long value)
value - allowed object is
Longpublic void setChe(Long value)
value - allowed object is
Longpublic void setChf(Long value)
value - allowed object is
Longpublic void setRho(Long value)
value - allowed object is
Longpublic void setRhe(Long value)
value - allowed object is
Longpublic void setRhf(Long value)
value - allowed object is
Longpublic void setLfo(Long value)
value - allowed object is
Longpublic void setLfe(Long value)
value - allowed object is
Longpublic void setLff(Long value)
value - allowed object is
Longpublic void setCfo(Long value)
value - allowed object is
Longpublic void setCfe(Long value)
value - allowed object is
Longpublic void setCff(Long value)
value - allowed object is
Longpublic void setRfo(Long value)
value - allowed object is
Longpublic void setRfe(Long value)
value - allowed object is
Longpublic void setRff(Long value)
value - allowed object is
Longpublic 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.