Class NsPrefixMappingType

java.lang.Object
eu.europa.esig.validationreport.jaxb.NsPrefixMappingType
All Implemented Interfaces:
Serializable

public class NsPrefixMappingType extends Object implements Serializable

Java class for NsPrefixMappingType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NsPrefixMappingType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="NamespaceURI" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="NamespacePrefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • namespaceURI

      protected String namespaceURI
    • namespacePrefix

      protected String namespacePrefix
  • Constructor Details

    • NsPrefixMappingType

      public NsPrefixMappingType()
  • Method Details

    • getNamespaceURI

      public String getNamespaceURI()
      Gets the value of the namespaceURI property.
      Returns:
      possible object is String
    • setNamespaceURI

      public void setNamespaceURI(String value)
      Sets the value of the namespaceURI property.
      Parameters:
      value - allowed object is String
    • getNamespacePrefix

      public String getNamespacePrefix()
      Gets the value of the namespacePrefix property.
      Returns:
      possible object is String
    • setNamespacePrefix

      public void setNamespacePrefix(String value)
      Sets the value of the namespacePrefix property.
      Parameters:
      value - allowed object is String