org.plasma.xml.schema
Class Notation

java.lang.Object
  extended by org.plasma.xml.schema.OpenAttrs
      extended by org.plasma.xml.schema.Annotated
          extended by org.plasma.xml.schema.Notation

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" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String _public
           
protected  String name
           
protected  String system
           
 
Fields inherited from class org.plasma.xml.schema.Annotated
annotation, id
 
Constructor Summary
Notation()
           
 
Method Summary
 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.
 
Methods inherited from class org.plasma.xml.schema.Annotated
getAnnotation, getId, setAnnotation, setId
 
Methods inherited from class org.plasma.xml.schema.OpenAttrs
getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

_public

protected String _public

system

protected String system
Constructor Detail

Notation

public Notation()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getPublic

public String getPublic()
Gets the value of the public property.

Returns:
possible object is String

setPublic

public void setPublic(String value)
Sets the value of the public property.

Parameters:
value - allowed object is String

getSystem

public String getSystem()
Gets the value of the system property.

Returns:
possible object is String

setSystem

public void setSystem(String value)
Sets the value of the system property.

Parameters:
value - allowed object is String


Copyright © 2014. All rights reserved.