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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
addlXml |
protected java.lang.Boolean |
allowComments |
protected java.lang.String |
id |
protected java.lang.Boolean |
isSignatureLine |
protected java.lang.String |
provId |
protected java.lang.Boolean |
showSignDate |
protected java.lang.String |
signingInstructions |
protected java.lang.Boolean |
signingInstructionsSet |
protected java.lang.String |
sigProvUrl |
protected java.lang.String |
suggestedSigner |
protected java.lang.String |
suggestedSigner2 |
protected java.lang.String |
suggestedSignerEmail |
| Constructor and Description |
|---|
CTSignatureLine() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getAddlXml()
Gets the value of the addlXml property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getProvId()
Gets the value of the provId property.
|
java.lang.String |
getSigningInstructions()
Gets the value of the signingInstructions property.
|
java.lang.String |
getSigProvUrl()
Gets the value of the sigProvUrl property.
|
java.lang.String |
getSuggestedSigner()
Gets the value of the suggestedSigner property.
|
java.lang.String |
getSuggestedSigner2()
Gets the value of the suggestedSigner2 property.
|
java.lang.String |
getSuggestedSignerEmail()
Gets the value of the suggestedSignerEmail property.
|
java.lang.Boolean |
isAllowComments()
Gets the value of the allowComments property.
|
java.lang.Boolean |
isIsSignatureLine()
Gets the value of the isSignatureLine property.
|
java.lang.Boolean |
isShowSignDate()
Gets the value of the showSignDate property.
|
java.lang.Boolean |
isSigningInstructionsSet()
Gets the value of the signingInstructionsSet property.
|
void |
setAddlXml(java.lang.String value)
Sets the value of the addlXml property.
|
void |
setAllowComments(java.lang.Boolean value)
Sets the value of the allowComments property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setIsSignatureLine(java.lang.Boolean value)
Sets the value of the isSignatureLine property.
|
void |
setParent(java.lang.Object parent) |
void |
setProvId(java.lang.String value)
Sets the value of the provId property.
|
void |
setShowSignDate(java.lang.Boolean value)
Sets the value of the showSignDate property.
|
void |
setSigningInstructions(java.lang.String value)
Sets the value of the signingInstructions property.
|
void |
setSigningInstructionsSet(java.lang.Boolean value)
Sets the value of the signingInstructionsSet property.
|
void |
setSigProvUrl(java.lang.String value)
Sets the value of the sigProvUrl property.
|
void |
setSuggestedSigner(java.lang.String value)
Sets the value of the suggestedSigner property.
|
void |
setSuggestedSigner2(java.lang.String value)
Sets the value of the suggestedSigner2 property.
|
void |
setSuggestedSignerEmail(java.lang.String value)
Sets the value of the suggestedSignerEmail property.
|
protected java.lang.Boolean isSignatureLine
protected java.lang.String id
protected java.lang.String provId
protected java.lang.Boolean signingInstructionsSet
protected java.lang.Boolean allowComments
protected java.lang.Boolean showSignDate
protected java.lang.String suggestedSigner
protected java.lang.String suggestedSigner2
protected java.lang.String suggestedSignerEmail
protected java.lang.String signingInstructions
protected java.lang.String addlXml
protected java.lang.String sigProvUrl
public java.lang.Boolean isIsSignatureLine()
Booleanpublic void setIsSignatureLine(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProvId()
Stringpublic void setProvId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isSigningInstructionsSet()
Booleanpublic void setSigningInstructionsSet(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isAllowComments()
Booleanpublic void setAllowComments(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isShowSignDate()
Booleanpublic void setShowSignDate(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getSuggestedSigner()
Stringpublic void setSuggestedSigner(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSuggestedSigner2()
Stringpublic void setSuggestedSigner2(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSuggestedSignerEmail()
Stringpublic void setSuggestedSignerEmail(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSigningInstructions()
Stringpublic void setSigningInstructions(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAddlXml()
Stringpublic void setAddlXml(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSigProvUrl()
Stringpublic void setSigProvUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.