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.
-
Field Details
-
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
-