Class XAdESSignaturePtrType
- All Implemented Interfaces:
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:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<NsPrefixMappingType>
protected Object
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the nsPrefixMapping property.Gets the value of the schemaRefs property.Gets the value of the whichDocument property.getXPath()
Gets the value of the xPath property.void
setWhichDocument
(Object value) Sets the value of the whichDocument property.void
Sets the value of the xPath property.
-
Field Details
-
nsPrefixMapping
-
whichDocument
-
xPath
-
schemaRefs
-
-
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
-