public class Project extends Object
Element of
Allotment, Assignment, FEDeployment, JRFLEntry, SSRequest
Example:
<Project> <Type cls="U">Exercise</Type> <Name cls="U">JWID 2002</Name> <Description cls="U">This is a good project.</Description> </Project>
| Constructor and Description |
|---|
Project() |
| Modifier and Type | Method and Description |
|---|---|
MEMO |
getDescription()
Get any additional amplifying information about the project..
|
S30 |
getName()
Get the name of the project..
|
TString |
getType()
Get the type of project..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetDescription()
Determine if the Description is configured.
|
boolean |
isSetName()
Determine if the Name is configured.
|
boolean |
isSetType()
Determine if the Type is configured.
|
void |
setDescription(MEMO value)
Set any additional amplifying information about the project..
|
void |
setName(S30 value)
Set the name of the project..
|
void |
setType(TString value)
Set the type of project..
|
String |
toString()
Get a string representation of this Project instance configuration.
|
Project |
withDescription(String value)
Set any additional amplifying information about the project.
|
Project |
withName(String value)
Set the name of the project.
|
Project |
withType(ListCPJ value)
Set the type of project.
|
public TString getType()
TString data typepublic void setType(TString value)
value - the Type value in a TString data typepublic boolean isSetType()
If configured this method also inspects the TString wrapped value.
public void setName(S30 value)
value - a S30 instancepublic boolean isSetName()
public MEMO getDescription()
MEMO instancepublic void setDescription(MEMO value)
value - a MEMO instancepublic boolean isSetDescription()
public Project withType(ListCPJ value)
value - An instances of type ListCPJ.public Project withName(String value)
value - An instances of type String.public Project withDescription(String value)
value - An instances of type String.public String toString()
public boolean isSet()
Note that this method only checks for the presence of required information; this method does not validate the information format.
Copyright © 2016 OpenSSRF.org. All rights reserved.