org.fcrepo.server.validation.ecm.jaxb
Class Form

java.lang.Object
  extended by org.fcrepo.server.validation.ecm.jaxb.Form

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>
 


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

formaturi

protected String formaturi

mime

protected String mime
Constructor Detail

Form

public Form()
Method Detail

getFORMATURI

public String getFORMATURI()
Gets the value of the formaturi property.

Returns:
possible object is String

setFORMATURI

public void setFORMATURI(String value)
Sets the value of the formaturi property.

Parameters:
value - allowed object is String

getMIME

public String getMIME()
Gets the value of the mime property.

Returns:
possible object is String

setMIME

public void setMIME(String value)
Sets the value of the mime property.

Parameters:
value - allowed object is String


Copyright © 2011 DuraSpace. All Rights Reserved.