org.plasma.query.model
Class Projection

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

public class Projection
extends java.lang.Object

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

name

protected java.lang.String name

nameType

protected ProjectionNameType nameType
Constructor Detail

Projection

public Projection()
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

getNameType

public ProjectionNameType getNameType()
Gets the value of the nameType property.

Returns:
possible object is ProjectionNameType

setNameType

public void setNameType(ProjectionNameType value)
Sets the value of the nameType property.

Parameters:
value - allowed object is ProjectionNameType


Copyright © 2013. All Rights Reserved.