Package org.docx4j.vml.officedrawing
Class CTSignatureLine
java.lang.Object
org.docx4j.vml.officedrawing.CTSignatureLine
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected STTrueFalseprotected STExtprotected Stringprotected STTrueFalseprotected Stringprotected STTrueFalseprotected Stringprotected STTrueFalseprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the addlxml property.Gets the value of the allowcomments property.getExt()Gets the value of the ext property.getId()Gets the value of the id property.Gets the value of the issignatureline property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the provid property.Gets the value of the showsigndate property.Gets the value of the signinginstructions property.Gets the value of the signinginstructionsset property.Gets the value of the sigprovurl property.Gets the value of the suggestedsigner property.Gets the value of the suggestedsigner2 property.Gets the value of the suggestedsigneremail property.voidsetAddlxml(String value) Sets the value of the addlxml property.voidsetAllowcomments(STTrueFalse value) Sets the value of the allowcomments property.voidSets the value of the ext property.voidSets the value of the id property.voidsetIssignatureline(STTrueFalse value) Sets the value of the issignatureline property.voidvoidSets the value of the provid property.voidsetShowsigndate(STTrueFalse value) Sets the value of the showsigndate property.voidsetSigninginstructions(String value) Sets the value of the signinginstructions property.voidSets the value of the signinginstructionsset property.voidsetSigprovurl(String value) Sets the value of the sigprovurl property.voidsetSuggestedsigner(String value) Sets the value of the suggestedsigner property.voidsetSuggestedsigner2(String value) Sets the value of the suggestedsigner2 property.voidsetSuggestedsigneremail(String value) Sets the value of the suggestedsigneremail property.
-
Field Details
-
issignatureline
-
id
-
provid
-
signinginstructionsset
-
allowcomments
-
showsigndate
-
suggestedsigner
-
suggestedsigner2
-
suggestedsigneremail
-
signinginstructions
-
addlxml
-
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
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getProvid
Gets the value of the provid property.- Returns:
- possible object is
String
-
setProvid
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
Gets the value of the suggestedsigner property.- Returns:
- possible object is
String
-
setSuggestedsigner
Sets the value of the suggestedsigner property.- Parameters:
value- allowed object isString
-
getSuggestedsigner2
Gets the value of the suggestedsigner2 property.- Returns:
- possible object is
String
-
setSuggestedsigner2
Sets the value of the suggestedsigner2 property.- Parameters:
value- allowed object isString
-
getSuggestedsigneremail
Gets the value of the suggestedsigneremail property.- Returns:
- possible object is
String
-
setSuggestedsigneremail
Sets the value of the suggestedsigneremail property.- Parameters:
value- allowed object isString
-
getSigninginstructions
Gets the value of the signinginstructions property.- Returns:
- possible object is
String
-
setSigninginstructions
Sets the value of the signinginstructions property.- Parameters:
value- allowed object isString
-
getAddlxml
Gets the value of the addlxml property.- Returns:
- possible object is
String
-
setAddlxml
Sets the value of the addlxml property.- Parameters:
value- allowed object isString
-
getSigprovurl
Gets the value of the sigprovurl property.- Returns:
- possible object is
String
-
setSigprovurl
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-