public class FileMeta
extends java.lang.Object
Java class for fileMeta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fileMeta">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contentSubType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
comments |
protected java.lang.String |
contentSubType |
protected java.lang.String |
contentType |
protected java.lang.Integer |
id |
protected java.lang.String |
name |
protected java.lang.String |
type |
| Constructor and Description |
|---|
FileMeta() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComments()
Gets the value of the comments property.
|
java.lang.String |
getContentSubType()
Gets the value of the contentSubType property.
|
java.lang.String |
getContentType()
Gets the value of the contentType property.
|
java.lang.Integer |
getId()
Gets the value of the id property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setComments(java.lang.String value)
Sets the value of the comments property.
|
void |
setContentSubType(java.lang.String value)
Sets the value of the contentSubType property.
|
void |
setContentType(java.lang.String value)
Sets the value of the contentType property.
|
void |
setId(java.lang.Integer value)
Sets the value of the id property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String comments
protected java.lang.String contentSubType
protected java.lang.String contentType
protected java.lang.Integer id
protected java.lang.String name
protected java.lang.String type
public java.lang.String getComments()
Stringpublic void setComments(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContentSubType()
Stringpublic void setContentSubType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContentType()
Stringpublic void setContentType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getId()
Integerpublic void setId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
String