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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringnamespacePrefixprotected StringnamespaceURI
-
Constructor Summary
Constructors Constructor Description NsPrefixMappingType()
-
Method Summary
Modifier and Type Method Description StringgetNamespacePrefix()Gets the value of the namespacePrefix property.StringgetNamespaceURI()Gets the value of the namespaceURI property.voidsetNamespacePrefix(String value)Sets the value of the namespacePrefix property.voidsetNamespaceURI(String value)Sets the value of the namespaceURI property.
-
-
-
Method Detail
-
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 isString
-
getNamespacePrefix
public String getNamespacePrefix()
Gets the value of the namespacePrefix property.- Returns:
- possible object is
String
-
-