|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.query.model.Projection
public class Projection
Java class for Projection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Projection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="nameType" use="required" type="{http://www.servicelabs.org/plasma/query}ProjectionNameType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
name
|
protected ProjectionNameType |
nameType
|
| Constructor Summary | |
|---|---|
Projection()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the value of the name property. |
ProjectionNameType |
getNameType()
Gets the value of the nameType property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNameType(ProjectionNameType value)
Sets the value of the nameType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected ProjectionNameType nameType
| Constructor Detail |
|---|
public Projection()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic ProjectionNameType getNameType()
ProjectionNameTypepublic void setNameType(ProjectionNameType value)
value - allowed object is
ProjectionNameType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||