@Contract @Hk2XmlPreGenerate public interface Notation extends Annotated
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>
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getPublic()
Gets the value of the public property.
|
String |
getSystem()
Gets the value of the system property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPublic(String value)
Sets the value of the public property.
|
void |
setSystem(String value)
Sets the value of the system property.
|
getAnnotation, getId, setAnnotation, setIdgetOtherAttributes, setOtherAttributesvoid setName(String value)
value - allowed object is
StringString getPublic()
Stringvoid setPublic(String value)
value - allowed object is
StringString getSystem()
StringCopyright © 2009–2019 Oracle Corporation. All rights reserved.