Class XAdESSignaturePtrType
- java.lang.Object
-
- eu.europa.esig.validationreport.jaxb.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>nsPrefixMappingprotected List<Object>schemaRefsprotected ObjectwhichDocumentprotected StringxPath
-
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.ObjectgetWhichDocument()Gets the value of the whichDocument property.StringgetXPath()Gets the value of the xPath property.voidsetWhichDocument(Object value)Sets the value of the whichDocument property.voidsetXPath(String value)Sets the value of the xPath property.
-
-
-
Method Detail
-
getNsPrefixMapping
public List<NsPrefixMappingType> 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
setmethod 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
public Object getWhichDocument()
Gets the value of the whichDocument property.- Returns:
- possible object is
Object
-
setWhichDocument
public void setWhichDocument(Object value)
Sets the value of the whichDocument property.- Parameters:
value- allowed object isObject
-
getXPath
public String getXPath()
Gets the value of the xPath property.- Returns:
- possible object is
String
-
setXPath
public void setXPath(String value)
Sets the value of the xPath property.- Parameters:
value- allowed object isString
-
getSchemaRefs
public List<Object> 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
setmethod 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
-
-