public class From extends 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.terrameta.org/plasma/query}Entity"/>
<attribute name="randomSample" type="{http://www.w3.org/2001/XMLSchema}float" />
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Entity> |
entities |
protected Float |
randomSample |
| Constructor and Description |
|---|
From() |
From(Class c) |
From(Entity entity) |
From(String name,
String namespaceURI) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryVisitor visitor) |
List<Entity> |
getEntities() |
Entity |
getEntity() |
String |
getName()
Returns the type (logical) name
|
Float |
getRandomSample()
Gets the value of the randomSample property.
|
String |
getUri()
Returns the URI
|
void |
setEntity(Entity entity) |
void |
setRandomSample(Float value)
Sets the value of the randomSample property.
|
public Entity getEntity()
public void setEntity(Entity entity)
public String getName()
Frompublic Float getRandomSample()
getRandomSample in interface FromFloatpublic void setRandomSample(Float value)
value - allowed object is Floatpublic void accept(QueryVisitor visitor)
Copyright © 2021. All rights reserved.