| 
EclipseLink 1.2.0, build 'v20091016-r5565' API Reference | |||||||||
| 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>
 
| Field Summary | |
|---|---|
protected  java.lang.String | 
namespaceUri
 | 
protected  java.lang.String | 
prefix
 | 
| Constructor Summary | |
|---|---|
XmlSchema.XmlNs()
 | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getNamespaceUri()
Gets the value of the namespaceUri property.  | 
 java.lang.String | 
getPrefix()
Gets the value of the prefix property.  | 
 void | 
setNamespaceUri(java.lang.String value)
Sets the value of the namespaceUri property.  | 
 void | 
setPrefix(java.lang.String value)
Sets the value of the prefix property.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected java.lang.String namespaceUri
protected java.lang.String prefix
| Constructor Detail | 
|---|
public XmlSchema.XmlNs()
| Method Detail | 
|---|
public java.lang.String getNamespaceUri()
Stringpublic void setNamespaceUri(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getPrefix()
Stringpublic void setPrefix(java.lang.String value)
value - allowed object is
     String
  | 
EclipseLink 1.2.0, build 'v20091016-r5565' API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||