Class CTProxy

java.lang.Object
org.docx4j.vml.officedrawing.CTProxy
All Implemented Interfaces:
Child

public class CTProxy
extends java.lang.Object
implements Child

Java class for CT_Proxy complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_Proxy">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="start" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalseBlank" default="false" />
       <attribute name="end" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalseBlank" default="false" />
       <attribute name="idref" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="connectloc" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.Integer connectloc  
    protected java.lang.String end  
    protected java.lang.String idref  
    protected java.lang.String start  
  • Constructor Summary

    Constructors
    Constructor Description
    CTProxy()  
  • Method Summary

    Modifier and Type Method Description
    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.
    java.lang.Integer getConnectloc()
    Gets the value of the connectloc property.
    java.lang.String getEnd()
    Gets the value of the end property.
    java.lang.String getIdref()
    Gets the value of the idref property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getStart()
    Gets the value of the start property.
    void setConnectloc​(java.lang.Integer value)
    Sets the value of the connectloc property.
    void setEnd​(java.lang.String value)
    Sets the value of the end property.
    void setIdref​(java.lang.String value)
    Sets the value of the idref property.
    void setParent​(java.lang.Object parent)  
    void setStart​(java.lang.String value)
    Sets the value of the start property.

    Methods inherited from class java.lang.Object

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

    • start

      protected java.lang.String start
    • end

      protected java.lang.String end
    • idref

      protected java.lang.String idref
    • connectloc

      protected java.lang.Integer connectloc
  • Constructor Details

    • CTProxy

      public CTProxy()
  • Method Details

    • getStart

      public java.lang.String getStart()
      Gets the value of the start property.
      Returns:
      possible object is String
    • setStart

      public void setStart​(java.lang.String value)
      Sets the value of the start property.
      Parameters:
      value - allowed object is String
    • getEnd

      public java.lang.String getEnd()
      Gets the value of the end property.
      Returns:
      possible object is String
    • setEnd

      public void setEnd​(java.lang.String value)
      Sets the value of the end property.
      Parameters:
      value - allowed object is String
    • getIdref

      public java.lang.String getIdref()
      Gets the value of the idref property.
      Returns:
      possible object is String
    • setIdref

      public void setIdref​(java.lang.String value)
      Sets the value of the idref property.
      Parameters:
      value - allowed object is String
    • getConnectloc

      public java.lang.Integer getConnectloc()
      Gets the value of the connectloc property.
      Returns:
      possible object is Integer
    • setConnectloc

      public void setConnectloc​(java.lang.Integer value)
      Sets the value of the connectloc property.
      Parameters:
      value - allowed object is Integer
    • 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​(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.