public class Form extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="FORMAT_URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="MIME" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
formaturi |
protected String |
mime |
| Constructor and Description |
|---|
Form() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFORMATURI()
Gets the value of the formaturi property.
|
String |
getMIME()
Gets the value of the mime property.
|
void |
setFORMATURI(String value)
Sets the value of the formaturi property.
|
void |
setMIME(String value)
Sets the value of the mime property.
|
public String getFORMATURI()
Stringpublic void setFORMATURI(String value)
value - allowed object is
Stringpublic String getMIME()
StringCopyright © 2013 DuraSpace. All Rights Reserved.