public class ClientView
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLIENT_VIEW_BEAN |
static int |
DELETE_MESSAGE |
static java.lang.String |
ECOLOGICAL_METADATA_LANGUAGE |
static int |
ERROR_MESSAGE |
static java.lang.String |
FEDERAL_GEOGRAPHIC_DATA_COMMITTEE |
static int |
FILE_NAME |
static int |
FORMAT_TYPE |
static int |
LOGIN_MESSAGE |
static int |
REPLACE_MESSAGE |
static int |
SELECT_MESSAGE |
static int |
UPDATE_MESSAGE |
static int |
UPLOAD_MESSAGE |
Constructor and Description |
---|
ClientView()
Creates a new instance of ClientView
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAction()
Getter for property action.
|
java.lang.String |
getAnyfield()
Getter for property anyField.
|
java.lang.String |
getContentStandard()
Getter for property contentStandard.
|
java.lang.String[] |
getDataFileName()
Getter for property dataFileNames.
|
java.lang.String |
getDataFileName(int index)
Indexed getter for property dataFileNames.
|
java.lang.String |
getDocId()
Getter for property docId.
|
java.lang.String[] |
getMessage()
Getter for property message.
|
java.lang.String |
getMessage(int index)
Indexed getter for property message.
|
java.lang.String |
getMetaFileDocId()
Getter for property isMetaFileDocId.
|
java.lang.String |
getMetaFileName()
Getter for property metaFileName.
|
java.lang.String |
getOrganization()
Getter for property organization.
|
java.lang.String |
getPassword()
Getter for property password.
|
java.lang.String |
getPathExpr()
Getter for property pathExpr.
|
java.lang.String |
getPathValue()
Getter for property pathValue.
|
java.lang.String |
getQformat()
Getter for property qformat.
|
java.lang.String |
getReturnfield()
Getter for property returnField.
|
java.lang.String |
getSessionid()
Getter for property sessionId.
|
java.lang.String |
getUsername()
Getter for property userName.
|
boolean |
isPublicAccess()
Getter for property publicAccess.
|
void |
setAction(java.lang.String action)
Setter for property action.
|
void |
setAnyfield(java.lang.String anyfield)
Setter for property anyfield.
|
void |
setContentStandard(java.lang.String contentStandard)
Setter for property contentStandard.
|
void |
setDataFileName(int index,
java.lang.String dataFileName)
Indexed setter for property dataFileName.
|
void |
setDataFileName(java.lang.String[] dataFileName)
Setter for property dataFileName.
|
void |
setDocId(java.lang.String docId)
Setter for property docId.
|
void |
setMessage(int index,
java.lang.String message)
Indexed setter for property message.
|
void |
setMessage(java.lang.String[] message)
Setter for property message.
|
void |
setMetaFileDocId(java.lang.String metaFileDocId)
Setter for property isMetaFileDocId.
|
void |
setMetaFileName(java.lang.String metaFileName)
Setter for property metaFileName.
|
void |
setOrganization(java.lang.String organization)
Setter for property organization.
|
void |
setPassword(java.lang.String password)
Setter for property password.
|
void |
setPathExpr(java.lang.String pathExpr)
Setter for property pathExpr.
|
void |
setPathValue(java.lang.String pathValue)
Setter for property pathValue.
|
void |
setPublicAccess(boolean publicAccess)
Setter for property publicAccess.
|
void |
setQformat(java.lang.String qformat)
Setter for property qformat.
|
void |
setReturnfield(java.lang.String returnfield)
Setter for property returnfield.
|
void |
setSessionid(java.lang.String sessionid)
Setter for property sessionid.
|
void |
setUsername(java.lang.String username)
Setter for property username.
|
public static final java.lang.String CLIENT_VIEW_BEAN
public static final java.lang.String ECOLOGICAL_METADATA_LANGUAGE
public static final java.lang.String FEDERAL_GEOGRAPHIC_DATA_COMMITTEE
public static final int LOGIN_MESSAGE
public static final int UPLOAD_MESSAGE
public static final int DELETE_MESSAGE
public static final int SELECT_MESSAGE
public static final int ERROR_MESSAGE
public static final int REPLACE_MESSAGE
public static final int UPDATE_MESSAGE
public static final int FORMAT_TYPE
public static final int FILE_NAME
public java.lang.String getAction()
public void setAction(java.lang.String action)
action
- New value of property action.public java.lang.String getQformat()
public void setQformat(java.lang.String qformat)
qformat
- New value of property qformat.public java.lang.String getUsername()
public void setUsername(java.lang.String username)
username
- New value of property username.public java.lang.String getOrganization()
public void setOrganization(java.lang.String organization)
organization
- New value of property organization.public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- New value of property password.public java.lang.String getSessionid()
public void setSessionid(java.lang.String sessionid)
sessionid
- New value of property sessionid.public java.lang.String getAnyfield()
public void setAnyfield(java.lang.String anyfield)
anyfield
- New value of property anyfield.public java.lang.String getPathExpr()
public void setPathExpr(java.lang.String pathExpr)
pathExpr
- New value of property pathExpr.public java.lang.String getPathValue()
public void setPathValue(java.lang.String pathValue)
pathValue
- New value of property pathValue.public java.lang.String getReturnfield()
public void setReturnfield(java.lang.String returnfield)
returnfield
- New value of property returnField.public boolean isPublicAccess()
public void setPublicAccess(boolean publicAccess)
publicAccess
- New value of property publicAccess.public java.lang.String getMetaFileName()
public void setMetaFileName(java.lang.String metaFileName)
metaFileName
- New value of property metaFileName.public java.lang.String getDataFileName(int index)
index
- Index of the property.index
.public java.lang.String[] getDataFileName()
public void setDataFileName(int index, java.lang.String dataFileName)
index
- Index of the property.dataFileName
- New value of the property at index
.public void setDataFileName(java.lang.String[] dataFileName)
dataFileName
- New value of property dataFileName.public java.lang.String getDocId()
public void setDocId(java.lang.String docId)
docId
- New value of property docId.public java.lang.String getMessage(int index)
index
- Index of the property.index
.public java.lang.String[] getMessage()
public void setMessage(int index, java.lang.String message)
index
- Index of the property.message
- New value of the property at index
.public void setMessage(java.lang.String[] message)
message
- New value of property message.public java.lang.String getContentStandard()
public void setContentStandard(java.lang.String contentStandard)
contentStandard
- New value of property contentStandard.public java.lang.String getMetaFileDocId()
public void setMetaFileDocId(java.lang.String metaFileDocId)
isMetaFileDocId
- New value of property isMetaFileDocId.Copyright © 2020 Regents of the University of California. All Rights Reserved.