org.plasma.query.model
Class Entity

java.lang.Object
  extended by org.plasma.query.model.Entity

public class Entity
extends java.lang.Object

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

name

protected java.lang.String name

namespaceURI

protected java.lang.String namespaceURI

physicalName

protected transient java.lang.String physicalName
Stores the physical name associated with this property. Can be used by service providers for query post processing. This field is not processed during XML or other serialization operations.


physicalNameBytes

protected transient byte[] physicalNameBytes
Stores the physical name bytes associated with this property. Can be used by service providers for query post processing. This field is not processed during XML or other serialization operations.

Constructor Detail

Entity

public Entity()

Entity

public Entity(java.lang.String name,
              java.lang.String namespaceURI)
Method Detail

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getNamespaceURI

public java.lang.String getNamespaceURI()
Gets the value of the namespaceURI property.

Returns:
possible object is String

getPhysicalName

public java.lang.String getPhysicalName()

setPhysicalName

public void setPhysicalName(java.lang.String value)

getPhysicalNameBytes

public byte[] getPhysicalNameBytes()

setPhysicalNameBytes

public void setPhysicalNameBytes(byte[] value)

setNamespaceURI

public void setNamespaceURI(java.lang.String value)
Sets the value of the namespaceURI property.

Parameters:
value - allowed object is String

accept

public void accept(QueryVisitor visitor)


Copyright © 2013. All Rights Reserved.