|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.jaxp.Activatable
org.xmlhammer.model.jaxp.Mapping
public class Mapping
Java class for mapping element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="mapping">
<complexType>
<complexContent>
<extension base="{http://www.xmlhammer.org/2007/jaxp}activatable">
<attribute name="prefix" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected java.lang.String |
prefix
|
protected java.lang.String |
uri
|
| Fields inherited from class org.xmlhammer.model.jaxp.Activatable |
|---|
active |
| Constructor Summary | |
|---|---|
Mapping()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPrefix()
Gets the value of the prefix property. |
java.lang.String |
getUri()
Gets the value of the uri property. |
void |
setPrefix(java.lang.String value)
Sets the value of the prefix property. |
void |
setUri(java.lang.String value)
Sets the value of the uri property. |
| Methods inherited from class org.xmlhammer.model.jaxp.Activatable |
|---|
isActive, setActive |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String prefix
protected java.lang.String uri
| Constructor Detail |
|---|
public Mapping()
| Method Detail |
|---|
public java.lang.String getPrefix()
Stringpublic void setPrefix(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUri()
Stringpublic void setUri(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||