org.plasma.query.model
Class From
java.lang.Object
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>
|
Constructor Summary |
From()
|
From(java.lang.Class c)
|
From(Entity entity)
|
From(java.lang.String name,
java.lang.String namespaceURI)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entity
protected Entity entity
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)
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.