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