Package net.opengis.omeo.eop.v_2_0
Class ProductInformationType
- java.lang.Object
-
- net.opengis.omeo.eop.v_2_0.ProductInformationType
-
- 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 ProductInformationType 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 ProductInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductInformationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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> <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="size" type="{http://www.opengis.net/gml/3.2}MeasureListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProductInformationType.FileNameJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ProductInformationType.FileNamefileNameprotected CodeWithAuthorityTypereferenceSystemIdentifierprotected MeasureListTypesizeprotected Stringversion
-
Constructor Summary
Constructors Constructor Description ProductInformationType()Default no-arg constructorProductInformationType(CodeWithAuthorityType referenceSystemIdentifier, ProductInformationType.FileName fileName, String version, MeasureListType size)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)ProductInformationType.FileNamegetFileName()Gets the value of the fileName property.CodeWithAuthorityTypegetReferenceSystemIdentifier()Gets the value of the referenceSystemIdentifier property.MeasureListTypegetSize()Gets the value of the size property.StringgetVersion()Gets the value of the version property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetFileName()booleanisSetReferenceSystemIdentifier()booleanisSetSize()booleanisSetVersion()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(ProductInformationType.FileName value)Sets the value of the fileName property.voidsetReferenceSystemIdentifier(CodeWithAuthorityType value)Sets the value of the referenceSystemIdentifier property.voidsetSize(MeasureListType value)Sets the value of the size property.voidsetVersion(String value)Sets the value of the version property.StringtoString()ProductInformationTypewithFileName(ProductInformationType.FileName value)ProductInformationTypewithReferenceSystemIdentifier(CodeWithAuthorityType value)ProductInformationTypewithSize(MeasureListType value)ProductInformationTypewithVersion(String value)
-
-
-
Field Detail
-
referenceSystemIdentifier
protected CodeWithAuthorityType referenceSystemIdentifier
-
fileName
protected ProductInformationType.FileName fileName
-
version
protected String version
-
size
protected MeasureListType size
-
-
Constructor Detail
-
ProductInformationType
public ProductInformationType()
Default no-arg constructor
-
ProductInformationType
public ProductInformationType(CodeWithAuthorityType referenceSystemIdentifier, ProductInformationType.FileName fileName, String version, MeasureListType size)
Fully-initialising value constructor
-
-
Method Detail
-
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 ProductInformationType.FileName getFileName()
Gets the value of the fileName property.- Returns:
- possible object is
ProductInformationType.FileName
-
setFileName
public void setFileName(ProductInformationType.FileName value)
Sets the value of the fileName property.- Parameters:
value- allowed object isProductInformationType.FileName
-
isSetFileName
public boolean isSetFileName()
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(String value)
Sets the value of the version property.- Parameters:
value- allowed object isString
-
isSetVersion
public boolean isSetVersion()
-
getSize
public MeasureListType getSize()
Gets the value of the size property.- Returns:
- possible object is
MeasureListType
-
setSize
public void setSize(MeasureListType value)
Sets the value of the size property.- Parameters:
value- allowed object isMeasureListType
-
isSetSize
public boolean isSetSize()
-
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
-
withReferenceSystemIdentifier
public ProductInformationType withReferenceSystemIdentifier(CodeWithAuthorityType value)
-
withFileName
public ProductInformationType withFileName(ProductInformationType.FileName value)
-
withVersion
public ProductInformationType withVersion(String value)
-
withSize
public ProductInformationType withSize(MeasureListType value)
-
-