Package net.opengis.omeo.eop.v_2_0
Class BrowseInformationType
- java.lang.Object
-
- net.opengis.omeo.eop.v_2_0.BrowseInformationType
-
- 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 BrowseInformationType 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 BrowseInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BrowseInformationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://www.opengis.net/eop/2.0}BrowseTypeValueType"/> <element name="subType" type="{http://www.opengis.net/gml/3.2}CodeListType" minOccurs="0"/> <element name="referenceSystemIdentifier" type="{http://www.opengis.net/gml/3.2}CodeWithAuthorityType"/> <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 classBrowseInformationType.FileNameJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected BrowseInformationType.FileNamefileNameprotected CodeWithAuthorityTypereferenceSystemIdentifierprotected CodeListTypesubTypeprotected Stringtype
-
Constructor Summary
Constructors Constructor Description BrowseInformationType()Default no-arg constructorBrowseInformationType(String type, CodeListType subType, CodeWithAuthorityType referenceSystemIdentifier, BrowseInformationType.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)BrowseInformationType.FileNamegetFileName()Gets the value of the fileName property.CodeWithAuthorityTypegetReferenceSystemIdentifier()Gets the value of the referenceSystemIdentifier property.CodeListTypegetSubType()Gets the value of the subType property.StringgetType()Gets the value of the type property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetFileName()booleanisSetReferenceSystemIdentifier()booleanisSetSubType()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(BrowseInformationType.FileName value)Sets the value of the fileName property.voidsetReferenceSystemIdentifier(CodeWithAuthorityType value)Sets the value of the referenceSystemIdentifier property.voidsetSubType(CodeListType value)Sets the value of the subType property.voidsetType(String value)Sets the value of the type property.StringtoString()BrowseInformationTypewithFileName(BrowseInformationType.FileName value)BrowseInformationTypewithReferenceSystemIdentifier(CodeWithAuthorityType value)BrowseInformationTypewithSubType(CodeListType value)BrowseInformationTypewithType(String value)
-
-
-
Field Detail
-
type
protected String type
-
subType
protected CodeListType subType
-
referenceSystemIdentifier
protected CodeWithAuthorityType referenceSystemIdentifier
-
fileName
protected BrowseInformationType.FileName fileName
-
-
Constructor Detail
-
BrowseInformationType
public BrowseInformationType()
Default no-arg constructor
-
BrowseInformationType
public BrowseInformationType(String type, CodeListType subType, CodeWithAuthorityType referenceSystemIdentifier, BrowseInformationType.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()
-
getSubType
public CodeListType getSubType()
Gets the value of the subType property.- Returns:
- possible object is
CodeListType
-
setSubType
public void setSubType(CodeListType value)
Sets the value of the subType property.- Parameters:
value- allowed object isCodeListType
-
isSetSubType
public boolean isSetSubType()
-
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 BrowseInformationType.FileName getFileName()
Gets the value of the fileName property.- Returns:
- possible object is
BrowseInformationType.FileName
-
setFileName
public void setFileName(BrowseInformationType.FileName value)
Sets the value of the fileName property.- Parameters:
value- allowed object isBrowseInformationType.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 BrowseInformationType withType(String value)
-
withSubType
public BrowseInformationType withSubType(CodeListType value)
-
withReferenceSystemIdentifier
public BrowseInformationType withReferenceSystemIdentifier(CodeWithAuthorityType value)
-
withFileName
public BrowseInformationType withFileName(BrowseInformationType.FileName value)
-
-