Class CTDrawingHF

java.lang.Object
org.xlsx4j.sml.CTDrawingHF
All Implemented Interfaces:
Child

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>
 
  • Field Summary

    Fields 
    Modifier and Type Field 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 Summary

    Constructors 
    Constructor Description
    CTDrawingHF()  
  • Method Summary

    Modifier and Type Method 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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • id

      protected java.lang.String id
    • lho

      protected java.lang.Long lho
    • lhe

      protected java.lang.Long lhe
    • lhf

      protected java.lang.Long lhf
    • cho

      protected java.lang.Long cho
    • che

      protected java.lang.Long che
    • chf

      protected java.lang.Long chf
    • rho

      protected java.lang.Long rho
    • rhe

      protected java.lang.Long rhe
    • rhf

      protected java.lang.Long rhf
    • lfo

      protected java.lang.Long lfo
    • lfe

      protected java.lang.Long lfe
    • lff

      protected java.lang.Long lff
    • cfo

      protected java.lang.Long cfo
    • cfe

      protected java.lang.Long cfe
    • cff

      protected java.lang.Long cff
    • rfo

      protected java.lang.Long rfo
    • rfe

      protected java.lang.Long rfe
    • rff

      protected java.lang.Long rff
  • Constructor Details

  • Method Details

    • getId

      public java.lang.String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId​(java.lang.String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getLho

      public java.lang.Long getLho()
      Gets the value of the lho property.
      Returns:
      possible object is Long
    • setLho

      public void setLho​(java.lang.Long value)
      Sets the value of the lho property.
      Parameters:
      value - allowed object is Long
    • getLhe

      public java.lang.Long getLhe()
      Gets the value of the lhe property.
      Returns:
      possible object is Long
    • setLhe

      public void setLhe​(java.lang.Long value)
      Sets the value of the lhe property.
      Parameters:
      value - allowed object is Long
    • getLhf

      public java.lang.Long getLhf()
      Gets the value of the lhf property.
      Returns:
      possible object is Long
    • setLhf

      public void setLhf​(java.lang.Long value)
      Sets the value of the lhf property.
      Parameters:
      value - allowed object is Long
    • getCho

      public java.lang.Long getCho()
      Gets the value of the cho property.
      Returns:
      possible object is Long
    • setCho

      public void setCho​(java.lang.Long value)
      Sets the value of the cho property.
      Parameters:
      value - allowed object is Long
    • getChe

      public java.lang.Long getChe()
      Gets the value of the che property.
      Returns:
      possible object is Long
    • setChe

      public void setChe​(java.lang.Long value)
      Sets the value of the che property.
      Parameters:
      value - allowed object is Long
    • getChf

      public java.lang.Long getChf()
      Gets the value of the chf property.
      Returns:
      possible object is Long
    • setChf

      public void setChf​(java.lang.Long value)
      Sets the value of the chf property.
      Parameters:
      value - allowed object is Long
    • getRho

      public java.lang.Long getRho()
      Gets the value of the rho property.
      Returns:
      possible object is Long
    • setRho

      public void setRho​(java.lang.Long value)
      Sets the value of the rho property.
      Parameters:
      value - allowed object is Long
    • getRhe

      public java.lang.Long getRhe()
      Gets the value of the rhe property.
      Returns:
      possible object is Long
    • setRhe

      public void setRhe​(java.lang.Long value)
      Sets the value of the rhe property.
      Parameters:
      value - allowed object is Long
    • getRhf

      public java.lang.Long getRhf()
      Gets the value of the rhf property.
      Returns:
      possible object is Long
    • setRhf

      public void setRhf​(java.lang.Long value)
      Sets the value of the rhf property.
      Parameters:
      value - allowed object is Long
    • getLfo

      public java.lang.Long getLfo()
      Gets the value of the lfo property.
      Returns:
      possible object is Long
    • setLfo

      public void setLfo​(java.lang.Long value)
      Sets the value of the lfo property.
      Parameters:
      value - allowed object is Long
    • getLfe

      public java.lang.Long getLfe()
      Gets the value of the lfe property.
      Returns:
      possible object is Long
    • setLfe

      public void setLfe​(java.lang.Long value)
      Sets the value of the lfe property.
      Parameters:
      value - allowed object is Long
    • getLff

      public java.lang.Long getLff()
      Gets the value of the lff property.
      Returns:
      possible object is Long
    • setLff

      public void setLff​(java.lang.Long value)
      Sets the value of the lff property.
      Parameters:
      value - allowed object is Long
    • getCfo

      public java.lang.Long getCfo()
      Gets the value of the cfo property.
      Returns:
      possible object is Long
    • setCfo

      public void setCfo​(java.lang.Long value)
      Sets the value of the cfo property.
      Parameters:
      value - allowed object is Long
    • getCfe

      public java.lang.Long getCfe()
      Gets the value of the cfe property.
      Returns:
      possible object is Long
    • setCfe

      public void setCfe​(java.lang.Long value)
      Sets the value of the cfe property.
      Parameters:
      value - allowed object is Long
    • getCff

      public java.lang.Long getCff()
      Gets the value of the cff property.
      Returns:
      possible object is Long
    • setCff

      public void setCff​(java.lang.Long value)
      Sets the value of the cff property.
      Parameters:
      value - allowed object is Long
    • getRfo

      public java.lang.Long getRfo()
      Gets the value of the rfo property.
      Returns:
      possible object is Long
    • setRfo

      public void setRfo​(java.lang.Long value)
      Sets the value of the rfo property.
      Parameters:
      value - allowed object is Long
    • getRfe

      public java.lang.Long getRfe()
      Gets the value of the rfe property.
      Returns:
      possible object is Long
    • setRfe

      public void setRfe​(java.lang.Long value)
      Sets the value of the rfe property.
      Parameters:
      value - allowed object is Long
    • getRff

      public java.lang.Long getRff()
      Gets the value of the rff property.
      Returns:
      possible object is Long
    • setRff

      public void setRff​(java.lang.Long value)
      Sets the value of the rff property.
      Parameters:
      value - allowed object is Long
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public 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.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.