|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3._2001.xmlschema.OpenAttrs
org.w3._2001.xmlschema.Annotated
org.w3._2001.xmlschema.Notation
public class Notation
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.w3.org/2001/XMLSchema}annotated"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="public" type="{http://www.w3.org/2001/XMLSchema}public" /> <attribute name="system" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
_public
|
protected java.lang.String |
name
|
protected java.lang.String |
system
|
Fields inherited from class org.w3._2001.xmlschema.Annotated |
---|
annotation, id |
Constructor Summary | |
---|---|
Notation()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getPublic()
Gets the value of the public property. |
java.lang.String |
getSystem()
Gets the value of the system property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPublic(java.lang.String value)
Sets the value of the public property. |
void |
setSystem(java.lang.String value)
Sets the value of the system property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class org.w3._2001.xmlschema.Annotated |
---|
getAnnotation, getId, setAnnotation, setId |
Methods inherited from class org.w3._2001.xmlschema.OpenAttrs |
---|
getOtherAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String name
protected java.lang.String _public
protected java.lang.String system
Constructor Detail |
---|
public Notation()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPublic()
String
public void setPublic(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSystem()
String
public void setSystem(java.lang.String value)
value
- allowed object is
String
public java.lang.String toString()
toString
in class Annotated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |