Class DQDataQualityType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.DQDataQualityType
-
- 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 DQDataQualityType 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 DQ_DataQuality_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DQ_DataQuality_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="scope" type="{http://www.isotc211.org/2005/gmd}DQ_Scope_PropertyType"/> <element name="report" type="{http://www.isotc211.org/2005/gmd}DQ_Element_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="lineage" type="{http://www.isotc211.org/2005/gmd}LI_Lineage_PropertyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected LILineagePropertyTypelineageprotected List<DQElementPropertyType>reportprotected DQScopePropertyTypescope-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description DQDataQualityType()Default no-arg constructorDQDataQualityType(String id, String uuid, DQScopePropertyType scope, List<DQElementPropertyType> report, LILineagePropertyType lineage)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)LILineagePropertyTypegetLineage()Gets the value of the lineage property.List<DQElementPropertyType>getReport()Gets the value of the report property.DQScopePropertyTypegetScope()Gets the value of the scope property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetLineage()booleanisSetReport()booleanisSetScope()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)voidsetLineage(LILineagePropertyType value)Sets the value of the lineage property.voidsetReport(List<DQElementPropertyType> value)voidsetScope(DQScopePropertyType value)Sets the value of the scope property.StringtoString()voidunsetReport()DQDataQualityTypewithId(String value)DQDataQualityTypewithLineage(LILineagePropertyType value)DQDataQualityTypewithReport(Collection<DQElementPropertyType> values)DQDataQualityTypewithReport(List<DQElementPropertyType> value)DQDataQualityTypewithReport(DQElementPropertyType... values)DQDataQualityTypewithScope(DQScopePropertyType value)DQDataQualityTypewithUuid(String value)
-
-
-
Field Detail
-
scope
protected DQScopePropertyType scope
-
report
protected List<DQElementPropertyType> report
-
lineage
protected LILineagePropertyType lineage
-
-
Constructor Detail
-
DQDataQualityType
public DQDataQualityType()
Default no-arg constructor
-
DQDataQualityType
public DQDataQualityType(String id, String uuid, DQScopePropertyType scope, List<DQElementPropertyType> report, LILineagePropertyType lineage)
Fully-initialising value constructor
-
-
Method Detail
-
getScope
public DQScopePropertyType getScope()
Gets the value of the scope property.- Returns:
- possible object is
DQScopePropertyType
-
setScope
public void setScope(DQScopePropertyType value)
Sets the value of the scope property.- Parameters:
value- allowed object isDQScopePropertyType
-
isSetScope
public boolean isSetScope()
-
getReport
public List<DQElementPropertyType> getReport()
Gets the value of the report 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 report property.For example, to add a new item, do as follows:
getReport().add(newItem);Objects of the following type(s) are allowed in the list
DQElementPropertyType
-
isSetReport
public boolean isSetReport()
-
unsetReport
public void unsetReport()
-
getLineage
public LILineagePropertyType getLineage()
Gets the value of the lineage property.- Returns:
- possible object is
LILineagePropertyType
-
setLineage
public void setLineage(LILineagePropertyType value)
Sets the value of the lineage property.- Parameters:
value- allowed object isLILineagePropertyType
-
isSetLineage
public boolean isSetLineage()
-
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
-
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 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
-
setReport
public void setReport(List<DQElementPropertyType> value)
-
withScope
public DQDataQualityType withScope(DQScopePropertyType value)
-
withReport
public DQDataQualityType withReport(DQElementPropertyType... values)
-
withReport
public DQDataQualityType withReport(Collection<DQElementPropertyType> values)
-
withLineage
public DQDataQualityType withLineage(LILineagePropertyType value)
-
withReport
public DQDataQualityType withReport(List<DQElementPropertyType> value)
-
withId
public DQDataQualityType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public DQDataQualityType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-