public class CapturedSignature extends Object
Java class for CapturedSignature complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CapturedSignature">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AreaSize" type="{}AreaSize" minOccurs="0"/>
<element name="SignaturePoint" type="{}SignaturePoint" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AreaSize |
areaSize
The Area size.
|
protected List<SignaturePoint> |
signaturePoint
The Signature point.
|
| Constructor and Description |
|---|
CapturedSignature() |
| Modifier and Type | Method and Description |
|---|---|
AreaSize |
getAreaSize()
Gets the value of the areaSize property.
|
List<SignaturePoint> |
getSignaturePoint()
Gets the value of the signaturePoint property.
|
void |
setAreaSize(AreaSize value)
Sets the value of the areaSize property.
|
protected AreaSize areaSize
protected List<SignaturePoint> signaturePoint
public AreaSize getAreaSize()
AreaSizepublic void setAreaSize(AreaSize value)
value - allowed object is AreaSizepublic List<SignaturePoint> getSignaturePoint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the signaturePoint property.
For example, to add a new item, do as follows:
getSignaturePoint().add(newItem);
Objects of the following type(s) are allowed in the list
SignaturePoint
Copyright © 2022. All rights reserved.