|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.query.model.Entity
public class Entity
Java class for Entity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Entity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
name
|
protected java.lang.String |
namespaceURI
|
protected java.lang.String |
physicalName
Stores the physical name associated with this property. |
protected byte[] |
physicalNameBytes
Stores the physical name bytes associated with this property. |
| Constructor Summary | |
|---|---|
Entity()
|
|
Entity(java.lang.String name,
java.lang.String namespaceURI)
|
|
| Method Summary | |
|---|---|
void |
accept(QueryVisitor visitor)
|
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getNamespaceURI()
Gets the value of the namespaceURI property. |
java.lang.String |
getPhysicalName()
|
byte[] |
getPhysicalNameBytes()
|
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNamespaceURI(java.lang.String value)
Sets the value of the namespaceURI property. |
void |
setPhysicalName(java.lang.String value)
|
void |
setPhysicalNameBytes(byte[] value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String namespaceURI
protected transient java.lang.String physicalName
protected transient byte[] physicalNameBytes
| Constructor Detail |
|---|
public Entity()
public Entity(java.lang.String name,
java.lang.String namespaceURI)
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNamespaceURI()
Stringpublic java.lang.String getPhysicalName()
public void setPhysicalName(java.lang.String value)
public byte[] getPhysicalNameBytes()
public void setPhysicalNameBytes(byte[] value)
public void setNamespaceURI(java.lang.String value)
value - allowed object is
Stringpublic void accept(QueryVisitor visitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||