Class CTProxy

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

public class CTProxy extends 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 Details

    • start

      protected String start
    • end

      protected String end
    • idref

      protected String idref
    • connectloc

      protected Integer connectloc
  • Constructor Details

    • CTProxy

      public CTProxy()
  • Method Details

    • getStart

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

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

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

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

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

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

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

      public void setConnectloc(Integer value)
      Sets the value of the connectloc property.
      Parameters:
      value - allowed object is Integer
    • getParent

      public 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(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.