Class XAdESSignaturePtrType
- All Implemented Interfaces:
Serializable
public class XAdESSignaturePtrType extends Object implements Serializable
Java class for XAdESSignaturePtrType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XAdESSignaturePtrType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NsPrefixMapping" type="{http://uri.etsi.org/19102/v1.2.1#}NsPrefixMappingType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="WhichDocument" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="XPath" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="SchemaRefs" type="{http://www.w3.org/2001/XMLSchema}IDREFS" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected List<NsPrefixMappingType>
nsPrefixMapping
protected List<Object>
schemaRefs
protected Object
whichDocument
protected String
xPath
-
Constructor Summary
Constructors Constructor Description XAdESSignaturePtrType()
-
Method Summary
Modifier and Type Method Description List<NsPrefixMappingType>
getNsPrefixMapping()
Gets the value of the nsPrefixMapping property.List<Object>
getSchemaRefs()
Gets the value of the schemaRefs property.Object
getWhichDocument()
Gets the value of the whichDocument property.String
getXPath()
Gets the value of the xPath property.void
setWhichDocument(Object value)
Sets the value of the whichDocument property.void
setXPath(String value)
Sets the value of the xPath property.
-
Field Details
-
Constructor Details
-
XAdESSignaturePtrType
public XAdESSignaturePtrType()
-
-
Method Details
-
getNsPrefixMapping
Gets the value of the nsPrefixMapping property.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 nsPrefixMapping property.For example, to add a new item, do as follows:
getNsPrefixMapping().add(newItem);
Objects of the following type(s) are allowed in the list
NsPrefixMappingType
-
getWhichDocument
Gets the value of the whichDocument property.- Returns:
- possible object is
Object
-
setWhichDocument
Sets the value of the whichDocument property.- Parameters:
value
- allowed object isObject
-
getXPath
Gets the value of the xPath property.- Returns:
- possible object is
String
-
setXPath
Sets the value of the xPath property.- Parameters:
value
- allowed object isString
-
getSchemaRefs
Gets the value of the schemaRefs property.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 schemaRefs property.For example, to add a new item, do as follows:
getSchemaRefs().add(newItem);
Objects of the following type(s) are allowed in the list
Object
-