Class CTSignatureLine
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.StringaddlXmlprotected java.lang.BooleanallowCommentsprotected java.lang.Stringidprotected java.lang.BooleanisSignatureLineprotected java.lang.StringprovIdprotected java.lang.BooleanshowSignDateprotected java.lang.StringsigningInstructionsprotected java.lang.BooleansigningInstructionsSetprotected 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.java.lang.StringgetId()Gets the value of the id 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.java.lang.StringgetSigningInstructions()Gets the value of the signingInstructions 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.java.lang.BooleanisAllowComments()Gets the value of the allowComments property.java.lang.BooleanisIsSignatureLine()Gets the value of the isSignatureLine property.java.lang.BooleanisShowSignDate()Gets the value of the showSignDate property.java.lang.BooleanisSigningInstructionsSet()Gets the value of the signingInstructionsSet property.voidsetAddlXml(java.lang.String value)Sets the value of the addlXml property.voidsetAllowComments(java.lang.Boolean value)Sets the value of the allowComments property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetIsSignatureLine(java.lang.Boolean 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(java.lang.Boolean value)Sets the value of the showSignDate property.voidsetSigningInstructions(java.lang.String value)Sets the value of the signingInstructions property.voidsetSigningInstructionsSet(java.lang.Boolean 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
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 isBoolean
-
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
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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
-
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.
-