org.plasma.query.model
Class From

java.lang.Object
  extended by org.plasma.query.model.From
All Implemented Interfaces:
From

public class From
extends java.lang.Object
implements From

Java class for From complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="From">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.servicelabs.org/plasma/query}Entity"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Entity entity
           
 
Constructor Summary
From()
           
From(java.lang.Class c)
           
From(Entity entity)
           
From(java.lang.String name, java.lang.String namespaceURI)
           
 
Method Summary
 void accept(QueryVisitor visitor)
           
 Entity getEntity()
           
 java.lang.String getName()
          Returns the type (logical) name
 java.lang.String getUri()
          Returns the URI
 void setEntity(Entity value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entity

protected Entity entity
Constructor Detail

From

public From()

From

public From(Entity entity)

From

public From(java.lang.String name,
            java.lang.String namespaceURI)

From

public From(java.lang.Class c)
Method Detail

getEntity

public Entity getEntity()

setEntity

public void setEntity(Entity value)

accept

public void accept(QueryVisitor visitor)

getName

public java.lang.String getName()
Description copied from interface: From
Returns the type (logical) name

Specified by:
getName in interface From
Returns:
the type (logical) name

getUri

public java.lang.String getUri()
Description copied from interface: From
Returns the URI

Specified by:
getUri in interface From
Returns:
the URI


Copyright © 2013. All Rights Reserved.