Class AbstractDQElementType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.AbstractDQElementType
-
- 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
- Direct Known Subclasses:
AbstractDQCompletenessType,AbstractDQLogicalConsistencyType,AbstractDQPositionalAccuracyType,AbstractDQTemporalAccuracyType,AbstractDQThematicAccuracyType
public abstract class AbstractDQElementType extends AbstractObjectType 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 AbstractDQ_Element_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractDQ_Element_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="nameOfMeasure" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="measureIdentification" type="{http://www.isotc211.org/2005/gmd}MD_Identifier_PropertyType" minOccurs="0"/> <element name="measureDescription" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="evaluationMethodType" type="{http://www.isotc211.org/2005/gmd}DQ_EvaluationMethodTypeCode_PropertyType" minOccurs="0"/> <element name="evaluationMethodDescription" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="evaluationProcedure" type="{http://www.isotc211.org/2005/gmd}CI_Citation_PropertyType" minOccurs="0"/> <element name="dateTime" type="{http://www.isotc211.org/2005/gco}DateTime_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="result" type="{http://www.isotc211.org/2005/gmd}DQ_Result_PropertyType" maxOccurs="2"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DateTimePropertyType>dateTimeprotected CharacterStringPropertyTypeevaluationMethodDescriptionprotected DQEvaluationMethodTypeCodePropertyTypeevaluationMethodTypeprotected CICitationPropertyTypeevaluationProcedureprotected CharacterStringPropertyTypemeasureDescriptionprotected MDIdentifierPropertyTypemeasureIdentificationprotected List<CharacterStringPropertyType>nameOfMeasureprotected List<DQResultPropertyType>result-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description AbstractDQElementType()Default no-arg constructorAbstractDQElementType(String id, String uuid, List<CharacterStringPropertyType> nameOfMeasure, MDIdentifierPropertyType measureIdentification, CharacterStringPropertyType measureDescription, DQEvaluationMethodTypeCodePropertyType evaluationMethodType, CharacterStringPropertyType evaluationMethodDescription, CICitationPropertyType evaluationProcedure, List<DateTimePropertyType> dateTime, List<DQResultPropertyType> result)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid
-
-
-
-
Field Detail
-
nameOfMeasure
protected List<CharacterStringPropertyType> nameOfMeasure
-
measureIdentification
protected MDIdentifierPropertyType measureIdentification
-
measureDescription
protected CharacterStringPropertyType measureDescription
-
evaluationMethodType
protected DQEvaluationMethodTypeCodePropertyType evaluationMethodType
-
evaluationMethodDescription
protected CharacterStringPropertyType evaluationMethodDescription
-
evaluationProcedure
protected CICitationPropertyType evaluationProcedure
-
dateTime
protected List<DateTimePropertyType> dateTime
-
result
protected List<DQResultPropertyType> result
-
-
Constructor Detail
-
AbstractDQElementType
public AbstractDQElementType()
Default no-arg constructor
-
AbstractDQElementType
public AbstractDQElementType(String id, String uuid, List<CharacterStringPropertyType> nameOfMeasure, MDIdentifierPropertyType measureIdentification, CharacterStringPropertyType measureDescription, DQEvaluationMethodTypeCodePropertyType evaluationMethodType, CharacterStringPropertyType evaluationMethodDescription, CICitationPropertyType evaluationProcedure, List<DateTimePropertyType> dateTime, List<DQResultPropertyType> result)
Fully-initialising value constructor
-
-
Method Detail
-
getNameOfMeasure
public List<CharacterStringPropertyType> getNameOfMeasure()
Gets the value of the nameOfMeasure 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 nameOfMeasure property.For example, to add a new item, do as follows:
getNameOfMeasure().add(newItem);Objects of the following type(s) are allowed in the list
CharacterStringPropertyType
-
isSetNameOfMeasure
public boolean isSetNameOfMeasure()
-
unsetNameOfMeasure
public void unsetNameOfMeasure()
-
getMeasureIdentification
public MDIdentifierPropertyType getMeasureIdentification()
Gets the value of the measureIdentification property.- Returns:
- possible object is
MDIdentifierPropertyType
-
setMeasureIdentification
public void setMeasureIdentification(MDIdentifierPropertyType value)
Sets the value of the measureIdentification property.- Parameters:
value- allowed object isMDIdentifierPropertyType
-
isSetMeasureIdentification
public boolean isSetMeasureIdentification()
-
getMeasureDescription
public CharacterStringPropertyType getMeasureDescription()
Gets the value of the measureDescription property.- Returns:
- possible object is
CharacterStringPropertyType
-
setMeasureDescription
public void setMeasureDescription(CharacterStringPropertyType value)
Sets the value of the measureDescription property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetMeasureDescription
public boolean isSetMeasureDescription()
-
getEvaluationMethodType
public DQEvaluationMethodTypeCodePropertyType getEvaluationMethodType()
Gets the value of the evaluationMethodType property.- Returns:
- possible object is
DQEvaluationMethodTypeCodePropertyType
-
setEvaluationMethodType
public void setEvaluationMethodType(DQEvaluationMethodTypeCodePropertyType value)
Sets the value of the evaluationMethodType property.- Parameters:
value- allowed object isDQEvaluationMethodTypeCodePropertyType
-
isSetEvaluationMethodType
public boolean isSetEvaluationMethodType()
-
getEvaluationMethodDescription
public CharacterStringPropertyType getEvaluationMethodDescription()
Gets the value of the evaluationMethodDescription property.- Returns:
- possible object is
CharacterStringPropertyType
-
setEvaluationMethodDescription
public void setEvaluationMethodDescription(CharacterStringPropertyType value)
Sets the value of the evaluationMethodDescription property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetEvaluationMethodDescription
public boolean isSetEvaluationMethodDescription()
-
getEvaluationProcedure
public CICitationPropertyType getEvaluationProcedure()
Gets the value of the evaluationProcedure property.- Returns:
- possible object is
CICitationPropertyType
-
setEvaluationProcedure
public void setEvaluationProcedure(CICitationPropertyType value)
Sets the value of the evaluationProcedure property.- Parameters:
value- allowed object isCICitationPropertyType
-
isSetEvaluationProcedure
public boolean isSetEvaluationProcedure()
-
getDateTime
public List<DateTimePropertyType> getDateTime()
Gets the value of the dateTime 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 dateTime property.For example, to add a new item, do as follows:
getDateTime().add(newItem);Objects of the following type(s) are allowed in the list
DateTimePropertyType
-
isSetDateTime
public boolean isSetDateTime()
-
unsetDateTime
public void unsetDateTime()
-
getResult
public List<DQResultPropertyType> getResult()
Gets the value of the result 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 result property.For example, to add a new item, do as follows:
getResult().add(newItem);Objects of the following type(s) are allowed in the list
DQResultPropertyType
-
isSetResult
public boolean isSetResult()
-
unsetResult
public void unsetResult()
-
toString
public String toString()
- Overrides:
toStringin classAbstractObjectType
-
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 classAbstractObjectType
-
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 classAbstractObjectType
-
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 classAbstractObjectType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractObjectType
-
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 classAbstractObjectType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractObjectType
-
clone
public Object clone()
- Overrides:
clonein classAbstractObjectType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractObjectType
-
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 classAbstractObjectType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractObjectType
-
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 classAbstractObjectType
-
setNameOfMeasure
public void setNameOfMeasure(List<CharacterStringPropertyType> value)
-
setDateTime
public void setDateTime(List<DateTimePropertyType> value)
-
setResult
public void setResult(List<DQResultPropertyType> value)
-
withNameOfMeasure
public AbstractDQElementType withNameOfMeasure(CharacterStringPropertyType... values)
-
withNameOfMeasure
public AbstractDQElementType withNameOfMeasure(Collection<CharacterStringPropertyType> values)
-
withMeasureIdentification
public AbstractDQElementType withMeasureIdentification(MDIdentifierPropertyType value)
-
withMeasureDescription
public AbstractDQElementType withMeasureDescription(CharacterStringPropertyType value)
-
withEvaluationMethodType
public AbstractDQElementType withEvaluationMethodType(DQEvaluationMethodTypeCodePropertyType value)
-
withEvaluationMethodDescription
public AbstractDQElementType withEvaluationMethodDescription(CharacterStringPropertyType value)
-
withEvaluationProcedure
public AbstractDQElementType withEvaluationProcedure(CICitationPropertyType value)
-
withDateTime
public AbstractDQElementType withDateTime(DateTimePropertyType... values)
-
withDateTime
public AbstractDQElementType withDateTime(Collection<DateTimePropertyType> values)
-
withResult
public AbstractDQElementType withResult(DQResultPropertyType... values)
-
withResult
public AbstractDQElementType withResult(Collection<DQResultPropertyType> values)
-
withNameOfMeasure
public AbstractDQElementType withNameOfMeasure(List<CharacterStringPropertyType> value)
-
withDateTime
public AbstractDQElementType withDateTime(List<DateTimePropertyType> value)
-
withResult
public AbstractDQElementType withResult(List<DQResultPropertyType> value)
-
withId
public AbstractDQElementType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public AbstractDQElementType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-