public class CapturedSignatureType extends Object
Java class for CapturedSignatureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CapturedSignatureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AreaSize" type="{}AreaSizeType" minOccurs="0"/>
<element name="SignaturePoint" type="{}SignaturePointType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AreaSizeType |
areaSize |
protected List<SignaturePointType> |
signaturePoint |
| Constructor and Description |
|---|
CapturedSignatureType() |
| Modifier and Type | Method and Description |
|---|---|
AreaSizeType |
getAreaSize()
Gets the value of the areaSize property.
|
List<SignaturePointType> |
getSignaturePoint()
Gets the value of the signaturePoint property.
|
void |
setAreaSize(AreaSizeType value)
Sets the value of the areaSize property.
|
protected AreaSizeType areaSize
protected List<SignaturePointType> signaturePoint
public AreaSizeType getAreaSize()
AreaSizeTypepublic void setAreaSize(AreaSizeType value)
value - allowed object is
AreaSizeTypepublic List<SignaturePointType> 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
SignaturePointType
Copyright © 2018. All rights reserved.