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
    • Constructor Detail

      • XAdESSignaturePtrType

        public XAdESSignaturePtrType()
    • 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 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

        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 is Object
      • 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 is String
      • 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 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