java.lang.Object
org.docx4j.com.microsoft.schemas.office.word.x2006.wordml.CTAcd
All Implemented Interfaces:
Child

public class CTAcd extends Object implements Child

Java class for CT_Acd complex type.

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

 <complexType name="CT_Acd">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="argValue" type="{http://schemas.microsoft.com/office/word/2006/wordml}ST_String" />
       <attribute name="fciBasedOn" type="{http://schemas.microsoft.com/office/word/2006/wordml}ST_String" />
       <attribute name="fciIndexBasedOn" type="{http://schemas.microsoft.com/office/word/2006/wordml}ST_ShortHexNumber" />
       <attribute name="acdName" use="required" type="{http://schemas.microsoft.com/office/word/2006/wordml}ST_String" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • argValue

      protected String argValue
    • fciBasedOn

      protected String fciBasedOn
    • fciIndexBasedOn

      protected byte[] fciIndexBasedOn
    • acdName

      protected String acdName
  • Constructor Details

    • CTAcd

      public CTAcd()
  • Method Details

    • getArgValue

      public String getArgValue()
      Gets the value of the argValue property.
      Returns:
      possible object is String
    • setArgValue

      public void setArgValue(String value)
      Sets the value of the argValue property.
      Parameters:
      value - allowed object is String
    • getFciBasedOn

      public String getFciBasedOn()
      Gets the value of the fciBasedOn property.
      Returns:
      possible object is String
    • setFciBasedOn

      public void setFciBasedOn(String value)
      Sets the value of the fciBasedOn property.
      Parameters:
      value - allowed object is String
    • getFciIndexBasedOn

      public byte[] getFciIndexBasedOn()
      Gets the value of the fciIndexBasedOn property.
      Returns:
      possible object is String
    • setFciIndexBasedOn

      public void setFciIndexBasedOn(byte[] value)
      Sets the value of the fciIndexBasedOn property.
      Parameters:
      value - allowed object is String
    • getAcdName

      public String getAcdName()
      Gets the value of the acdName property.
      Returns:
      possible object is String
    • setAcdName

      public void setAcdName(String value)
      Sets the value of the acdName property.
      Parameters:
      value - allowed object is String
    • 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.