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

public class CTSignatureLine
extends java.lang.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 Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.String addlXml  
    protected java.lang.Boolean allowComments  
    protected java.lang.String id  
    protected java.lang.Boolean isSignatureLine  
    protected java.lang.String provId  
    protected java.lang.Boolean showSignDate  
    protected java.lang.String signingInstructions  
    protected java.lang.Boolean signingInstructionsSet  
    protected java.lang.String sigProvUrl  
    protected java.lang.String suggestedSigner  
    protected java.lang.String suggestedSigner2  
    protected java.lang.String suggestedSignerEmail  
  • Constructor Summary

    Constructors
    Constructor Description
    CTSignatureLine()  
  • 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.String getAddlXml()
    Gets the value of the addlXml property.
    java.lang.String getId()
    Gets the value of the id property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getProvId()
    Gets the value of the provId property.
    java.lang.String getSigningInstructions()
    Gets the value of the signingInstructions property.
    java.lang.String getSigProvUrl()
    Gets the value of the sigProvUrl property.
    java.lang.String getSuggestedSigner()
    Gets the value of the suggestedSigner property.
    java.lang.String getSuggestedSigner2()
    Gets the value of the suggestedSigner2 property.
    java.lang.String getSuggestedSignerEmail()
    Gets the value of the suggestedSignerEmail property.
    java.lang.Boolean isAllowComments()
    Gets the value of the allowComments property.
    java.lang.Boolean isIsSignatureLine()
    Gets the value of the isSignatureLine property.
    java.lang.Boolean isShowSignDate()
    Gets the value of the showSignDate property.
    java.lang.Boolean isSigningInstructionsSet()
    Gets the value of the signingInstructionsSet property.
    void setAddlXml​(java.lang.String value)
    Sets the value of the addlXml property.
    void setAllowComments​(java.lang.Boolean value)
    Sets the value of the allowComments property.
    void setId​(java.lang.String value)
    Sets the value of the id property.
    void setIsSignatureLine​(java.lang.Boolean value)
    Sets the value of the isSignatureLine property.
    void setParent​(java.lang.Object parent)  
    void setProvId​(java.lang.String value)
    Sets the value of the provId property.
    void setShowSignDate​(java.lang.Boolean value)
    Sets the value of the showSignDate property.
    void setSigningInstructions​(java.lang.String value)
    Sets the value of the signingInstructions property.
    void setSigningInstructionsSet​(java.lang.Boolean value)
    Sets the value of the signingInstructionsSet property.
    void setSigProvUrl​(java.lang.String value)
    Sets the value of the sigProvUrl property.
    void setSuggestedSigner​(java.lang.String value)
    Sets the value of the suggestedSigner property.
    void setSuggestedSigner2​(java.lang.String value)
    Sets the value of the suggestedSigner2 property.
    void setSuggestedSignerEmail​(java.lang.String value)
    Sets the value of the suggestedSignerEmail property.

    Methods inherited from class java.lang.Object

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

    • isSignatureLine

      protected java.lang.Boolean isSignatureLine
    • id

      protected java.lang.String id
    • provId

      protected java.lang.String provId
    • signingInstructionsSet

      protected java.lang.Boolean signingInstructionsSet
    • allowComments

      protected java.lang.Boolean allowComments
    • showSignDate

      protected java.lang.Boolean showSignDate
    • suggestedSigner

      protected java.lang.String suggestedSigner
    • suggestedSigner2

      protected java.lang.String suggestedSigner2
    • suggestedSignerEmail

      protected java.lang.String suggestedSignerEmail
    • signingInstructions

      protected java.lang.String signingInstructions
    • addlXml

      protected java.lang.String addlXml
    • sigProvUrl

      protected java.lang.String sigProvUrl
  • Constructor Details

    • CTSignatureLine

      public CTSignatureLine()
  • Method Details

    • isIsSignatureLine

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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