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()
String
public void setComments(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContentSubType()
String
public void setContentSubType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContentType()
String
public void setContentType(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getId()
Integer
public void setId(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String