public class FrsFileSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
Constructor and Description |
---|
FrsFileSoapDO() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns 'description'.
|
String |
getFilename()
Returns 'filename'.
|
String |
getMimeType()
Returns 'mimeType'.
|
long |
getSize()
Returns 'size'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setDescription(String description)
Sets 'description'.
|
void |
setFilename(String filename)
Sets 'filename'.
|
void |
setMimeType(String mimeType)
Sets 'mimeType'.
|
void |
setSize(long size)
Sets 'size'.
|
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
public String getDescription()
public void setDescription(String description)
description
- Value of 'description'.public String getMimeType()
public void setMimeType(String mimeType)
mimeType
- Value of 'mimeType'.public String getFilename()
public void setFilename(String filename)
filename
- Value of 'filename'.public long getSize()
public void setSize(long size)
size
- Value of 'size'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.