public class 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 | Field and Description |
|---|---|
protected java.lang.String |
_public |
protected java.lang.String |
name |
protected java.lang.String |
system |
annotation, id| Constructor and Description |
|---|
Notation() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAnnotation, getId, setAnnotation, setIdgetOtherAttributesprotected java.lang.String name
protected java.lang.String _public
protected java.lang.String system
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPublic()
Stringpublic void setPublic(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSystem()
Stringpublic void setSystem(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.