|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
public static class XmlSchema.XmlNs
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>
Constructor Summary | |
---|---|
XmlSchema.XmlNs()
|
Method Summary | |
---|---|
String |
getNamespaceUri()
Gets the value of the namespaceUri property. |
String |
getPrefix()
Gets the value of the prefix property. |
void |
setNamespaceUri(String value)
Sets the value of the namespaceUri property. |
void |
setPrefix(String value)
Sets the value of the prefix property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlSchema.XmlNs()
Method Detail |
---|
public String getNamespaceUri()
String
public void setNamespaceUri(String value)
value
- allowed object is
String
public String getPrefix()
String
public void setPrefix(String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |