|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.process.jaxb.java.ComplexFormatType
public class ComplexFormatType
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 |
|---|
protected java.lang.String mimeType
protected java.lang.String encoding
protected java.lang.String schema
| Constructor Detail |
|---|
public ComplexFormatType()
| Method Detail |
|---|
public java.lang.String getMimeType()
Stringpublic void setMimeType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEncoding()
Stringpublic void setEncoding(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSchema()
Stringpublic void setSchema(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||