Class CTTrackChangeRange

All Implemented Interfaces:
Child

public class CTTrackChangeRange extends CTTrackChange

Java class for CT_TrackChangeRange complex type.

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

 <complexType name="CT_TrackChangeRange">
   <complexContent>
     <extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChange">
       <attribute name="displacedByCustomXml" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DisplacedByCustomXml" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTTrackChangeRange

      public CTTrackChangeRange()
  • Method Details

    • getDisplacedByCustomXml

      public STDisplacedByCustomXml getDisplacedByCustomXml()
      Gets the value of the displacedByCustomXml property.
      Returns:
      possible object is STDisplacedByCustomXml
    • setDisplacedByCustomXml

      public void setDisplacedByCustomXml(STDisplacedByCustomXml value)
      Sets the value of the displacedByCustomXml property.
      Parameters:
      value - allowed object is STDisplacedByCustomXml
    • 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.
      Overrides:
      afterUnmarshal in class CTTrackChange
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.