Package net.opengis.omeo.eop.v_2_0
Class MaskInformationType
- java.lang.Object
-
- net.opengis.omeo.eop.v_2_0.MaskInformationType
-
- 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 MaskInformationType 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
Java class for MaskInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MaskInformationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://www.opengis.net/eop/2.0}MaskTypeValueType"/> <element name="format" type="{http://www.opengis.net/eop/2.0}FormatValueType"/> <element name="referenceSystemIdentifier" type="{http://www.opengis.net/gml/3.2}CodeWithAuthorityType" minOccurs="0"/> <element name="fileName"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.opengis.net/ows/2.0}ServiceReference"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMaskInformationType.FileNameJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected MaskInformationType.FileNamefileNameprotected Stringformatprotected CodeWithAuthorityTypereferenceSystemIdentifierprotected Stringtype
-
Constructor Summary
Constructors Constructor Description MaskInformationType()Default no-arg constructorMaskInformationType(String type, String format, CodeWithAuthorityType referenceSystemIdentifier, MaskInformationType.FileName fileName)Fully-initialising value constructor
-
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)MaskInformationType.FileNamegetFileName()Gets the value of the fileName property.StringgetFormat()Gets the value of the format property.CodeWithAuthorityTypegetReferenceSystemIdentifier()Gets the value of the referenceSystemIdentifier property.StringgetType()Gets the value of the type property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetFileName()booleanisSetFormat()booleanisSetReferenceSystemIdentifier()booleanisSetType()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)voidsetFileName(MaskInformationType.FileName value)Sets the value of the fileName property.voidsetFormat(String value)Sets the value of the format property.voidsetReferenceSystemIdentifier(CodeWithAuthorityType value)Sets the value of the referenceSystemIdentifier property.voidsetType(String value)Sets the value of the type property.StringtoString()MaskInformationTypewithFileName(MaskInformationType.FileName value)MaskInformationTypewithFormat(String value)MaskInformationTypewithReferenceSystemIdentifier(CodeWithAuthorityType value)MaskInformationTypewithType(String value)
-
-
-
Field Detail
-
type
protected String type
-
format
protected String format
-
referenceSystemIdentifier
protected CodeWithAuthorityType referenceSystemIdentifier
-
fileName
protected MaskInformationType.FileName fileName
-
-
Constructor Detail
-
MaskInformationType
public MaskInformationType()
Default no-arg constructor
-
MaskInformationType
public MaskInformationType(String type, String format, CodeWithAuthorityType referenceSystemIdentifier, MaskInformationType.FileName fileName)
Fully-initialising value constructor
-
-
Method Detail
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
isSetType
public boolean isSetType()
-
getFormat
public String getFormat()
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
public void setFormat(String value)
Sets the value of the format property.- Parameters:
value- allowed object isString
-
isSetFormat
public boolean isSetFormat()
-
getReferenceSystemIdentifier
public CodeWithAuthorityType getReferenceSystemIdentifier()
Gets the value of the referenceSystemIdentifier property.- Returns:
- possible object is
CodeWithAuthorityType
-
setReferenceSystemIdentifier
public void setReferenceSystemIdentifier(CodeWithAuthorityType value)
Sets the value of the referenceSystemIdentifier property.- Parameters:
value- allowed object isCodeWithAuthorityType
-
isSetReferenceSystemIdentifier
public boolean isSetReferenceSystemIdentifier()
-
getFileName
public MaskInformationType.FileName getFileName()
Gets the value of the fileName property.- Returns:
- possible object is
MaskInformationType.FileName
-
setFileName
public void setFileName(MaskInformationType.FileName value)
Sets the value of the fileName property.- Parameters:
value- allowed object isMaskInformationType.FileName
-
isSetFileName
public boolean isSetFileName()
-
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
-
withType
public MaskInformationType withType(String value)
-
withFormat
public MaskInformationType withFormat(String value)
-
withReferenceSystemIdentifier
public MaskInformationType withReferenceSystemIdentifier(CodeWithAuthorityType value)
-
withFileName
public MaskInformationType withFileName(MaskInformationType.FileName value)
-
-