public class NewNoteAttachment extends Object
Java class for new_note_attachment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="new_note_attachment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="filename" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="file" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="related_module_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="related_module_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
file |
protected String |
filename |
protected String |
id |
protected String |
relatedModuleId |
protected String |
relatedModuleName |
| Constructor and Description |
|---|
NewNoteAttachment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile()
Gets the value of the file property.
|
String |
getFilename()
Gets the value of the filename property.
|
String |
getId()
Gets the value of the id property.
|
String |
getRelatedModuleId()
Gets the value of the relatedModuleId property.
|
String |
getRelatedModuleName()
Gets the value of the relatedModuleName property.
|
void |
setFile(String value)
Sets the value of the file property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setRelatedModuleId(String value)
Sets the value of the relatedModuleId property.
|
void |
setRelatedModuleName(String value)
Sets the value of the relatedModuleName property.
|
protected String id
protected String filename
protected String file
protected String relatedModuleId
protected String relatedModuleName
public void setId(String value)
value - allowed object is
Stringpublic String getFilename()
Stringpublic void setFilename(String value)
value - allowed object is
Stringpublic String getFile()
Stringpublic void setFile(String value)
value - allowed object is
Stringpublic String getRelatedModuleId()
Stringpublic void setRelatedModuleId(String value)
value - allowed object is
Stringpublic String getRelatedModuleName()
StringCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.