Module org.eclipse.persistence.moxy
Class XmlSchema.XmlNs
java.lang.Object
org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
- Enclosing class:
XmlSchema
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="namespace-uri" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the namespaceUri property.Gets the value of the prefix property.void
setNamespaceUri
(String value) Sets the value of the namespaceUri property.void
Sets the value of the prefix property.
-
Field Details
-
namespaceUri
-
prefix
-
-
Constructor Details
-
XmlNs
public XmlNs()
-
-
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
-
getPrefix
Gets the value of the prefix property.- Returns:
- possible object is
String
-
setPrefix
Sets the value of the prefix property.- Parameters:
value
- allowed object isString
-