org.deegree.process.jaxb.java
Class ComplexFormatType

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

public class ComplexFormatType
extends java.lang.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  java.lang.String encoding
           
protected  java.lang.String mimeType
           
protected  java.lang.String schema
           
 
Constructor Summary
ComplexFormatType()
           
 
Method Summary
 java.lang.String getEncoding()
          Gets the value of the encoding property.
 java.lang.String getMimeType()
          Gets the value of the mimeType property.
 java.lang.String getSchema()
          Gets the value of the schema property.
 void setEncoding(java.lang.String value)
          Sets the value of the encoding property.
 void setMimeType(java.lang.String value)
          Sets the value of the mimeType property.
 void setSchema(java.lang.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 java.lang.String mimeType

encoding

protected java.lang.String encoding

schema

protected java.lang.String schema
Constructor Detail

ComplexFormatType

public ComplexFormatType()
Method Detail

getMimeType

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

Returns:
possible object is String

setMimeType

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

Parameters:
value - allowed object is String

getEncoding

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

Returns:
possible object is String

setEncoding

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

Parameters:
value - allowed object is String

getSchema

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

Returns:
possible object is String

setSchema

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

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.