java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2012.main.CTSignatureLine
All Implemented Interfaces:
Child

public class CTSignatureLine extends Object implements Child

Java class for CT_SignatureLine complex type.

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

 <complexType name="CT_SignatureLine">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="isSignatureLine" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="id" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Guid" />
       <attribute name="provId" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Guid" />
       <attribute name="signingInstructionsSet" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="allowComments" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="showSignDate" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="suggestedSigner" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="suggestedSigner2" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="suggestedSignerEmail" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="signingInstructions" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="addlXml" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="sigProvUrl" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • isSignatureLine

      protected Boolean isSignatureLine
    • id

      protected String id
    • provId

      protected String provId
    • signingInstructionsSet

      protected Boolean signingInstructionsSet
    • allowComments

      protected Boolean allowComments
    • showSignDate

      protected Boolean showSignDate
    • suggestedSigner

      protected String suggestedSigner
    • suggestedSigner2

      protected String suggestedSigner2
    • suggestedSignerEmail

      protected String suggestedSignerEmail
    • signingInstructions

      protected String signingInstructions
    • addlXml

      protected String addlXml
    • sigProvUrl

      protected String sigProvUrl
  • Constructor Details

    • CTSignatureLine

      public CTSignatureLine()
  • Method Details

    • isIsSignatureLine

      public Boolean isIsSignatureLine()
      Gets the value of the isSignatureLine property.
      Returns:
      possible object is Boolean
    • setIsSignatureLine

      public void setIsSignatureLine(Boolean value)
      Sets the value of the isSignatureLine property.
      Parameters:
      value - allowed object is Boolean
    • getId

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

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

      public String getProvId()
      Gets the value of the provId property.
      Returns:
      possible object is String
    • setProvId

      public void setProvId(String value)
      Sets the value of the provId property.
      Parameters:
      value - allowed object is String
    • isSigningInstructionsSet

      public Boolean isSigningInstructionsSet()
      Gets the value of the signingInstructionsSet property.
      Returns:
      possible object is Boolean
    • setSigningInstructionsSet

      public void setSigningInstructionsSet(Boolean value)
      Sets the value of the signingInstructionsSet property.
      Parameters:
      value - allowed object is Boolean
    • isAllowComments

      public Boolean isAllowComments()
      Gets the value of the allowComments property.
      Returns:
      possible object is Boolean
    • setAllowComments

      public void setAllowComments(Boolean value)
      Sets the value of the allowComments property.
      Parameters:
      value - allowed object is Boolean
    • isShowSignDate

      public Boolean isShowSignDate()
      Gets the value of the showSignDate property.
      Returns:
      possible object is Boolean
    • setShowSignDate

      public void setShowSignDate(Boolean value)
      Sets the value of the showSignDate property.
      Parameters:
      value - allowed object is Boolean
    • getSuggestedSigner

      public String getSuggestedSigner()
      Gets the value of the suggestedSigner property.
      Returns:
      possible object is String
    • setSuggestedSigner

      public void setSuggestedSigner(String value)
      Sets the value of the suggestedSigner property.
      Parameters:
      value - allowed object is String
    • getSuggestedSigner2

      public String getSuggestedSigner2()
      Gets the value of the suggestedSigner2 property.
      Returns:
      possible object is String
    • setSuggestedSigner2

      public void setSuggestedSigner2(String value)
      Sets the value of the suggestedSigner2 property.
      Parameters:
      value - allowed object is String
    • getSuggestedSignerEmail

      public String getSuggestedSignerEmail()
      Gets the value of the suggestedSignerEmail property.
      Returns:
      possible object is String
    • setSuggestedSignerEmail

      public void setSuggestedSignerEmail(String value)
      Sets the value of the suggestedSignerEmail property.
      Parameters:
      value - allowed object is String
    • getSigningInstructions

      public String getSigningInstructions()
      Gets the value of the signingInstructions property.
      Returns:
      possible object is String
    • setSigningInstructions

      public void setSigningInstructions(String value)
      Sets the value of the signingInstructions property.
      Parameters:
      value - allowed object is String
    • getAddlXml

      public String getAddlXml()
      Gets the value of the addlXml property.
      Returns:
      possible object is String
    • setAddlXml

      public void setAddlXml(String value)
      Sets the value of the addlXml property.
      Parameters:
      value - allowed object is String
    • getSigProvUrl

      public String getSigProvUrl()
      Gets the value of the sigProvUrl property.
      Returns:
      possible object is String
    • setSigProvUrl

      public void setSigProvUrl(String value)
      Sets the value of the sigProvUrl 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.