Class DQQuantitativeResultType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.AbstractDQResultType
-
- net.opengis.iso19139.gmd.v_20070417.DQQuantitativeResultType
-
- 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 DQQuantitativeResultType extends AbstractDQResultType 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
Quantitative_conformance_measure from Quality Procedures. - - Renamed to remove implied use limitation - - OCL - -- result is type specified by valueDomain - result.tupleType = valueDomainJava class for DQ_QuantitativeResult_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DQ_QuantitativeResult_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gmd}AbstractDQ_Result_Type"> <sequence> <element name="valueType" type="{http://www.isotc211.org/2005/gco}RecordType_PropertyType" minOccurs="0"/> <element name="valueUnit" type="{http://www.isotc211.org/2005/gco}UnitOfMeasure_PropertyType"/> <element name="errorStatistic" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="value" type="{http://www.isotc211.org/2005/gco}Record_PropertyType" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CharacterStringPropertyTypeerrorStatisticprotected List<RecordPropertyType>valueprotected RecordTypePropertyTypevalueTypeprotected UnitOfMeasurePropertyTypevalueUnit-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description DQQuantitativeResultType()Default no-arg constructorDQQuantitativeResultType(String id, String uuid, RecordTypePropertyType valueType, UnitOfMeasurePropertyType valueUnit, CharacterStringPropertyType errorStatistic, List<RecordPropertyType> value)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)CharacterStringPropertyTypegetErrorStatistic()Gets the value of the errorStatistic property.List<RecordPropertyType>getValue()Gets the value of the value property.RecordTypePropertyTypegetValueType()Gets the value of the valueType property.UnitOfMeasurePropertyTypegetValueUnit()Gets the value of the valueUnit property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetErrorStatistic()booleanisSetValue()booleanisSetValueType()booleanisSetValueUnit()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)voidsetErrorStatistic(CharacterStringPropertyType value)Sets the value of the errorStatistic property.voidsetValue(List<RecordPropertyType> value)voidsetValueType(RecordTypePropertyType value)Sets the value of the valueType property.voidsetValueUnit(UnitOfMeasurePropertyType value)Sets the value of the valueUnit property.StringtoString()voidunsetValue()DQQuantitativeResultTypewithErrorStatistic(CharacterStringPropertyType value)DQQuantitativeResultTypewithId(String value)DQQuantitativeResultTypewithUuid(String value)DQQuantitativeResultTypewithValue(Collection<RecordPropertyType> values)DQQuantitativeResultTypewithValue(List<RecordPropertyType> value)DQQuantitativeResultTypewithValue(RecordPropertyType... values)DQQuantitativeResultTypewithValueType(RecordTypePropertyType value)DQQuantitativeResultTypewithValueUnit(UnitOfMeasurePropertyType value)
-
-
-
Field Detail
-
valueType
protected RecordTypePropertyType valueType
-
valueUnit
protected UnitOfMeasurePropertyType valueUnit
-
errorStatistic
protected CharacterStringPropertyType errorStatistic
-
value
protected List<RecordPropertyType> value
-
-
Constructor Detail
-
DQQuantitativeResultType
public DQQuantitativeResultType()
Default no-arg constructor
-
DQQuantitativeResultType
public DQQuantitativeResultType(String id, String uuid, RecordTypePropertyType valueType, UnitOfMeasurePropertyType valueUnit, CharacterStringPropertyType errorStatistic, List<RecordPropertyType> value)
Fully-initialising value constructor
-
-
Method Detail
-
getValueType
public RecordTypePropertyType getValueType()
Gets the value of the valueType property.- Returns:
- possible object is
RecordTypePropertyType
-
setValueType
public void setValueType(RecordTypePropertyType value)
Sets the value of the valueType property.- Parameters:
value- allowed object isRecordTypePropertyType
-
isSetValueType
public boolean isSetValueType()
-
getValueUnit
public UnitOfMeasurePropertyType getValueUnit()
Gets the value of the valueUnit property.- Returns:
- possible object is
UnitOfMeasurePropertyType
-
setValueUnit
public void setValueUnit(UnitOfMeasurePropertyType value)
Sets the value of the valueUnit property.- Parameters:
value- allowed object isUnitOfMeasurePropertyType
-
isSetValueUnit
public boolean isSetValueUnit()
-
getErrorStatistic
public CharacterStringPropertyType getErrorStatistic()
Gets the value of the errorStatistic property.- Returns:
- possible object is
CharacterStringPropertyType
-
setErrorStatistic
public void setErrorStatistic(CharacterStringPropertyType value)
Sets the value of the errorStatistic property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetErrorStatistic
public boolean isSetErrorStatistic()
-
getValue
public List<RecordPropertyType> getValue()
Gets the value of the value property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the value property.For example, to add a new item, do as follows:
getValue().add(newItem);Objects of the following type(s) are allowed in the list
RecordPropertyType
-
isSetValue
public boolean isSetValue()
-
unsetValue
public void unsetValue()
-
toString
public String toString()
- Overrides:
toStringin classAbstractDQResultType
-
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- Overrides:
appendin classAbstractDQResultType
-
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- Overrides:
appendFieldsin classAbstractDQResultType
-
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- Overrides:
equalsin classAbstractDQResultType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractDQResultType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractDQResultType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractDQResultType
-
clone
public Object clone()
- Overrides:
clonein classAbstractDQResultType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractDQResultType
-
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- Overrides:
copyToin classAbstractDQResultType
-
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- Overrides:
mergeFromin classAbstractDQResultType
-
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- Overrides:
mergeFromin classAbstractDQResultType
-
setValue
public void setValue(List<RecordPropertyType> value)
-
withValueType
public DQQuantitativeResultType withValueType(RecordTypePropertyType value)
-
withValueUnit
public DQQuantitativeResultType withValueUnit(UnitOfMeasurePropertyType value)
-
withErrorStatistic
public DQQuantitativeResultType withErrorStatistic(CharacterStringPropertyType value)
-
withValue
public DQQuantitativeResultType withValue(RecordPropertyType... values)
-
withValue
public DQQuantitativeResultType withValue(Collection<RecordPropertyType> values)
-
withValue
public DQQuantitativeResultType withValue(List<RecordPropertyType> value)
-
withId
public DQQuantitativeResultType withId(String value)
- Overrides:
withIdin classAbstractDQResultType
-
withUuid
public DQQuantitativeResultType withUuid(String value)
- Overrides:
withUuidin classAbstractDQResultType
-
-