Class CTSignatureLine

java.lang.Object
org.docx4j.vml.officedrawing.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">
       <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 String id
    • provid

      protected String provid
    • signinginstructionsset

      protected STTrueFalse signinginstructionsset
    • allowcomments

      protected STTrueFalse allowcomments
    • showsigndate

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