|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.server.validation.ecm.jaxb.Form
public class Form
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>
| Field Summary | |
|---|---|
protected String |
formaturi
|
protected String |
mime
|
| Constructor Summary | |
|---|---|
Form()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String formaturi
protected String mime
| Constructor Detail |
|---|
public Form()
| Method Detail |
|---|
public String getFORMATURI()
Stringpublic void setFORMATURI(String value)
value - allowed object is
Stringpublic String getMIME()
Stringpublic void setMIME(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||