Class CTSignatureLine

java.lang.Object
org.docx4j.vml.officedrawing.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">
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Ext"/>
       <attribute name="issignatureline" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
       <attribute name="id" type="{urn:schemas-microsoft-com:office:office}ST_Guid" />
       <attribute name="provid" type="{urn:schemas-microsoft-com:office:office}ST_Guid" />
       <attribute name="signinginstructionsset" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
       <attribute name="allowcomments" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
       <attribute name="showsigndate" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
       <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 STTrueFalse issignatureline
    • id

      protected java.lang.String id
    • provid

      protected java.lang.String provid
    • signinginstructionsset

      protected STTrueFalse signinginstructionsset
    • allowcomments

      protected STTrueFalse allowcomments
    • showsigndate

      protected STTrueFalse 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
    • ext

      protected STExt ext
  • Constructor Details

    • CTSignatureLine

      public CTSignatureLine()
  • Method Details

    • getIssignatureline

      public STTrueFalse getIssignatureline()
      Gets the value of the issignatureline property.
      Returns:
      possible object is STTrueFalse
    • setIssignatureline

      public void setIssignatureline​(STTrueFalse value)
      Sets the value of the issignatureline property.
      Parameters:
      value - allowed object is STTrueFalse
    • 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
    • getSigninginstructionsset

      public STTrueFalse getSigninginstructionsset()
      Gets the value of the signinginstructionsset property.
      Returns:
      possible object is STTrueFalse
    • setSigninginstructionsset

      public void setSigninginstructionsset​(STTrueFalse value)
      Sets the value of the signinginstructionsset property.
      Parameters:
      value - allowed object is STTrueFalse
    • getAllowcomments

      public STTrueFalse getAllowcomments()
      Gets the value of the allowcomments property.
      Returns:
      possible object is STTrueFalse
    • setAllowcomments

      public void setAllowcomments​(STTrueFalse value)
      Sets the value of the allowcomments property.
      Parameters:
      value - allowed object is STTrueFalse
    • getShowsigndate

      public STTrueFalse getShowsigndate()
      Gets the value of the showsigndate property.
      Returns:
      possible object is STTrueFalse
    • setShowsigndate

      public void setShowsigndate​(STTrueFalse value)
      Sets the value of the showsigndate property.
      Parameters:
      value - allowed object is STTrueFalse
    • 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
    • getExt

      public STExt getExt()
      Gets the value of the ext property.
      Returns:
      possible object is STExt
    • setExt

      public void setExt​(STExt value)
      Sets the value of the ext property.
      Parameters:
      value - allowed object is STExt
    • 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.