|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.mindcrimeilab.xsanalyzer.xml.XmlSchemaAnnotation
public class XmlSchemaAnnotation
This class represents an XML schema annotation xs:annotation child - which could be either an application
info xs:appinfo or an user documentation entry xs:documentation.
| Nested Class Summary | |
|---|---|
static class |
XmlSchemaAnnotation.Type
Type of annotation entry. |
| Constructor Summary | |
|---|---|
XmlSchemaAnnotation()
ctor(); |
|
XmlSchemaAnnotation(XmlSchemaAnnotation.Type type,
String content)
ctor(). |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getContent()
Returns content of this annotation entry. |
XmlSchemaAnnotation.Type |
getType()
Returns type of this annotation entry. |
int |
hashCode()
|
void |
setContent(String content)
Sets content of this annotation entry. |
void |
setType(XmlSchemaAnnotation.Type type)
Sets type of this annotation entry. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XmlSchemaAnnotation()
public XmlSchemaAnnotation(XmlSchemaAnnotation.Type type,
String content)
type - of annotation entrycontent - of annotation entry| Method Detail |
|---|
public String getContent()
public void setContent(String content)
content - public XmlSchemaAnnotation.Type getType()
public void setType(XmlSchemaAnnotation.Type type)
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||