Class NsPrefixMappingType
java.lang.Object
eu.europa.esig.validationreport.jaxb.NsPrefixMappingType
- All Implemented Interfaces:
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the namespacePrefix property.Gets the value of the namespaceURI property.void
setNamespacePrefix
(String value) Sets the value of the namespacePrefix property.void
setNamespaceURI
(String value) Sets the value of the namespaceURI property.
-
Field Details
-
namespaceURI
-
namespacePrefix
-
-
Constructor Details
-
NsPrefixMappingType
public NsPrefixMappingType()
-
-
Method Details
-
getNamespaceURI
Gets the value of the namespaceURI property.- Returns:
- possible object is
String
-
setNamespaceURI
Sets the value of the namespaceURI property.- Parameters:
value
- allowed object isString
-
getNamespacePrefix
Gets the value of the namespacePrefix property.- Returns:
- possible object is
String
-
setNamespacePrefix
Sets the value of the namespacePrefix property.- Parameters:
value
- allowed object isString
-