Class 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 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
    • 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
      • 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 is String
      • 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 is String
      • 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 is BigInteger
      • 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 is Boolean
      • 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:
        append in interface org.jvnet.jaxb.lang.ToString
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb.lang.ToStringStrategy strategy)
        Specified by:
        appendFields in interface org.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:
        equals in interface org.jvnet.jaxb.lang.Equals
      • hashCode

        public int hashCode​(org.jvnet.jaxb.locator.ObjectLocator locator,
                            org.jvnet.jaxb.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb.lang.HashCode
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb.lang.CopyTo
      • copyTo

        public Object copyTo​(org.jvnet.jaxb.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb.lang.CopyStrategy strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb.lang.CopyTo
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
        Specified by:
        createNewInstance in interface org.jvnet.jaxb.lang.MergeFrom
      • mergeFrom

        public void mergeFrom​(Object left,
                              Object right)
        Specified by:
        mergeFrom in interface org.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:
        mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
      • withMimeType

        public Format withMimeType​(String value)
      • withEncoding

        public Format withEncoding​(String value)
      • withMaximumMegabytes

        public Format withMaximumMegabytes​(BigInteger value)
      • withDefault

        public Format withDefault​(boolean value)