Package net.opengis.wps.v_2_0
Class Format
- java.lang.Object
-
- net.opengis.wps.v_2_0.Format
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class Format extends Object implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
References the XML schema, format, and encoding of a complex value.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="mimeType" type="{http://www.opengis.net/ows/2.0}MimeType" /> <attribute name="encoding" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="schema" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="maximumMegabytes" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Boolean_defaultprotected Stringencodingprotected BigIntegermaximumMegabytesprotected StringmimeTypeprotected Stringschema
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)StringgetEncoding()Gets the value of the encoding property.BigIntegergetMaximumMegabytes()Gets the value of the maximumMegabytes property.StringgetMimeType()Gets the value of the mimeType property.StringgetSchema()Gets the value of the schema property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisDefault()Gets the value of the default property.booleanisSetDefault()booleanisSetEncoding()booleanisSetMaximumMegabytes()booleanisSetMimeType()booleanisSetSchema()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetDefault(boolean value)Sets the value of the default property.voidsetEncoding(String value)Sets the value of the encoding property.voidsetMaximumMegabytes(BigInteger value)Sets the value of the maximumMegabytes property.voidsetMimeType(String value)Sets the value of the mimeType property.voidsetSchema(String value)Sets the value of the schema property.StringtoString()voidunsetDefault()FormatwithDefault(boolean value)FormatwithEncoding(String value)FormatwithMaximumMegabytes(BigInteger value)FormatwithMimeType(String value)FormatwithSchema(String value)
-
-
-
Field Detail
-
mimeType
protected String mimeType
-
encoding
protected String encoding
-
schema
protected String schema
-
maximumMegabytes
protected BigInteger maximumMegabytes
-
_default
protected Boolean _default
-
-
Constructor Detail
-
Format
public Format()
Default no-arg constructor
-
Format
public Format(String mimeType, String encoding, String schema, BigInteger maximumMegabytes, Boolean _default)
Fully-initialising value constructor
-
-
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 isString
-
isSetMimeType
public boolean isSetMimeType()
-
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 isString
-
isSetEncoding
public boolean isSetEncoding()
-
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 isString
-
isSetSchema
public boolean isSetSchema()
-
getMaximumMegabytes
public BigInteger getMaximumMegabytes()
Gets the value of the maximumMegabytes property.- Returns:
- possible object is
BigInteger
-
setMaximumMegabytes
public void setMaximumMegabytes(BigInteger value)
Sets the value of the maximumMegabytes property.- Parameters:
value- allowed object isBigInteger
-
isSetMaximumMegabytes
public boolean isSetMaximumMegabytes()
-
isDefault
public boolean isDefault()
Gets the value of the default property.- Returns:
- possible object is
Boolean
-
setDefault
public void setDefault(boolean value)
Sets the value of the default property.- Parameters:
value- allowed object isBoolean
-
isSetDefault
public boolean isSetDefault()
-
unsetDefault
public void unsetDefault()
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
withMaximumMegabytes
public Format withMaximumMegabytes(BigInteger value)
-
withDefault
public Format withDefault(boolean value)
-
-