Package org.docx4j.vml.officedrawing
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 Summary
Fields Modifier and Type Field Description protected java.lang.Stringaddlxmlprotected STTrueFalseallowcommentsprotected STExtextprotected java.lang.Stringidprotected STTrueFalseissignaturelineprotected java.lang.Stringprovidprotected STTrueFalseshowsigndateprotected java.lang.Stringsigninginstructionsprotected STTrueFalsesigninginstructionssetprotected java.lang.Stringsigprovurlprotected java.lang.Stringsuggestedsignerprotected java.lang.Stringsuggestedsigner2protected java.lang.Stringsuggestedsigneremail -
Constructor Summary
Constructors Constructor Description CTSignatureLine() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(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.StringgetAddlxml()Gets the value of the addlxml property.STTrueFalsegetAllowcomments()Gets the value of the allowcomments property.STExtgetExt()Gets the value of the ext property.java.lang.StringgetId()Gets the value of the id property.STTrueFalsegetIssignatureline()Gets the value of the issignatureline property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetProvid()Gets the value of the provid property.STTrueFalsegetShowsigndate()Gets the value of the showsigndate property.java.lang.StringgetSigninginstructions()Gets the value of the signinginstructions property.STTrueFalsegetSigninginstructionsset()Gets the value of the signinginstructionsset property.java.lang.StringgetSigprovurl()Gets the value of the sigprovurl property.java.lang.StringgetSuggestedsigner()Gets the value of the suggestedsigner property.java.lang.StringgetSuggestedsigner2()Gets the value of the suggestedsigner2 property.java.lang.StringgetSuggestedsigneremail()Gets the value of the suggestedsigneremail property.voidsetAddlxml(java.lang.String value)Sets the value of the addlxml property.voidsetAllowcomments(STTrueFalse value)Sets the value of the allowcomments property.voidsetExt(STExt value)Sets the value of the ext property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetIssignatureline(STTrueFalse value)Sets the value of the issignatureline property.voidsetParent(java.lang.Object parent)voidsetProvid(java.lang.String value)Sets the value of the provid property.voidsetShowsigndate(STTrueFalse value)Sets the value of the showsigndate property.voidsetSigninginstructions(java.lang.String value)Sets the value of the signinginstructions property.voidsetSigninginstructionsset(STTrueFalse value)Sets the value of the signinginstructionsset property.voidsetSigprovurl(java.lang.String value)Sets the value of the sigprovurl property.voidsetSuggestedsigner(java.lang.String value)Sets the value of the suggestedsigner property.voidsetSuggestedsigner2(java.lang.String value)Sets the value of the suggestedsigner2 property.voidsetSuggestedsigneremail(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
-
id
protected java.lang.String id -
provid
protected java.lang.String provid -
signinginstructionsset
-
allowcomments
-
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
-
-
Constructor Details
-
CTSignatureLine
public CTSignatureLine()
-
-
Method Details
-
getIssignatureline
Gets the value of the issignatureline property.- Returns:
- possible object is
STTrueFalse
-
setIssignatureline
Sets the value of the issignatureline property.- Parameters:
value- allowed object isSTTrueFalse
-
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 isString
-
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 isString
-
getSigninginstructionsset
Gets the value of the signinginstructionsset property.- Returns:
- possible object is
STTrueFalse
-
setSigninginstructionsset
Sets the value of the signinginstructionsset property.- Parameters:
value- allowed object isSTTrueFalse
-
getAllowcomments
Gets the value of the allowcomments property.- Returns:
- possible object is
STTrueFalse
-
setAllowcomments
Sets the value of the allowcomments property.- Parameters:
value- allowed object isSTTrueFalse
-
getShowsigndate
Gets the value of the showsigndate property.- Returns:
- possible object is
STTrueFalse
-
setShowsigndate
Sets the value of the showsigndate property.- Parameters:
value- allowed object isSTTrueFalse
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
getExt
Gets the value of the ext property.- Returns:
- possible object is
STExt
-
setExt
Sets the value of the ext property.- Parameters:
value- allowed object isSTExt
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
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.
-