|
||||||||||
| 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 String |
name
|
protected String |
namespaceURI
|
protected 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(String name,
String namespaceURI)
|
|
| Method Summary | |
|---|---|
void |
accept(QueryVisitor visitor)
|
String |
getName()
Gets the value of the name property. |
String |
getNamespaceURI()
Gets the value of the namespaceURI property. |
String |
getPhysicalName()
|
byte[] |
getPhysicalNameBytes()
|
void |
setName(String value)
Sets the value of the name property. |
void |
setNamespaceURI(String value)
Sets the value of the namespaceURI property. |
void |
setPhysicalName(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 String name
protected String namespaceURI
protected transient String physicalName
protected transient byte[] physicalNameBytes
| Constructor Detail |
|---|
public Entity()
public Entity(String name,
String namespaceURI)
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getNamespaceURI()
Stringpublic String getPhysicalName()
public void setPhysicalName(String value)
public byte[] getPhysicalNameBytes()
public void setPhysicalNameBytes(byte[] value)
public void setNamespaceURI(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 | |||||||||