org.deegree.process.jaxb.java
Class ComplexFormatType

java.lang.Object
  extended by org.deegree.process.jaxb.java.ComplexFormatType

public class ComplexFormatType
extends Object

Java class for ComplexFormatType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ComplexFormatType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="mimeType" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="encoding" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="schema" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String encoding
           
protected  String mimeType
           
protected  String schema
           
 
Constructor Summary
ComplexFormatType()
           
 
Method Summary
 String getEncoding()
          Gets the value of the encoding property.
 String getMimeType()
          Gets the value of the mimeType property.
 String getSchema()
          Gets the value of the schema property.
 void setEncoding(String value)
          Sets the value of the encoding property.
 void setMimeType(String value)
          Sets the value of the mimeType property.
 void setSchema(String value)
          Sets the value of the schema property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mimeType

protected String mimeType

encoding

protected String encoding

schema

protected String schema
Constructor Detail

ComplexFormatType

public ComplexFormatType()
Method Detail

getMimeType

public String getMimeType()
Gets the value of the mimeType property.

Returns:
possible object is String

setMimeType

public void setMimeType(String value)
Sets the value of the mimeType property.

Parameters:
value - allowed object is String

getEncoding

public String getEncoding()
Gets the value of the encoding property.

Returns:
possible object is String

setEncoding

public void setEncoding(String value)
Sets the value of the encoding property.

Parameters:
value - allowed object is String

getSchema

public String getSchema()
Gets the value of the schema property.

Returns:
possible object is String

setSchema

public void setSchema(String value)
Sets the value of the schema property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.