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">
<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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
addlxml |
protected STTrueFalse |
allowcomments |
protected STExt |
ext |
protected String |
id |
protected STTrueFalse |
issignatureline |
protected String |
provid |
protected STTrueFalse |
showsigndate |
protected String |
signinginstructions |
protected STTrueFalse |
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.
|
STTrueFalse |
getAllowcomments()
Gets the value of the allowcomments property.
|
STExt |
getExt()
Gets the value of the ext property.
|
String |
getId()
Gets the value of the id property.
|
STTrueFalse |
getIssignatureline()
Gets the value of the issignatureline 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.
|
STTrueFalse |
getShowsigndate()
Gets the value of the showsigndate property.
|
String |
getSigninginstructions()
Gets the value of the signinginstructions property.
|
STTrueFalse |
getSigninginstructionsset()
Gets the value of the signinginstructionsset 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.
|
void |
setAddlxml(String value)
Sets the value of the addlxml property.
|
void |
setAllowcomments(STTrueFalse value)
Sets the value of the allowcomments property.
|
void |
setExt(STExt value)
Sets the value of the ext property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIssignatureline(STTrueFalse 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(STTrueFalse value)
Sets the value of the showsigndate property.
|
void |
setSigninginstructions(String value)
Sets the value of the signinginstructions property.
|
void |
setSigninginstructionsset(STTrueFalse 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 STTrueFalse issignatureline
protected String id
protected String provid
protected STTrueFalse signinginstructionsset
protected STTrueFalse allowcomments
protected STTrueFalse showsigndate
protected String suggestedsigner
protected String suggestedsigner2
protected String suggestedsigneremail
protected String signinginstructions
protected String addlxml
protected String sigprovurl
protected STExt ext
public STTrueFalse getIssignatureline()
STTrueFalsepublic void setIssignatureline(STTrueFalse value)
value - allowed object is
STTrueFalsepublic void setId(String value)
value - allowed object is
Stringpublic String getProvid()
Stringpublic void setProvid(String value)
value - allowed object is
Stringpublic STTrueFalse getSigninginstructionsset()
STTrueFalsepublic void setSigninginstructionsset(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getAllowcomments()
STTrueFalsepublic void setAllowcomments(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getShowsigndate()
STTrueFalsepublic void setShowsigndate(STTrueFalse value)
value - allowed object is
STTrueFalsepublic 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 void setExt(STExt value)
value - allowed object is
STExtpublic 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-2020. All Rights Reserved.