Class DQConformanceResultType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.AbstractDQResultType
-
- net.opengis.iso19139.gmd.v_20070417.DQConformanceResultType
-
- 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 DQConformanceResultType 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_result from Quality Procedures - - renamed to remove implied use limitiation.Java class for DQ_ConformanceResult_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DQ_ConformanceResult_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gmd}AbstractDQ_Result_Type"> <sequence> <element name="specification" type="{http://www.isotc211.org/2005/gmd}CI_Citation_PropertyType"/> <element name="explanation" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/> <element name="pass" type="{http://www.isotc211.org/2005/gco}Boolean_PropertyType"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CharacterStringPropertyTypeexplanationprotected BooleanPropertyTypepassprotected CICitationPropertyTypespecification-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description DQConformanceResultType()Default no-arg constructorDQConformanceResultType(String id, String uuid, CICitationPropertyType specification, CharacterStringPropertyType explanation, BooleanPropertyType pass)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)CharacterStringPropertyTypegetExplanation()Gets the value of the explanation property.BooleanPropertyTypegetPass()Gets the value of the pass property.CICitationPropertyTypegetSpecification()Gets the value of the specification property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetExplanation()booleanisSetPass()booleanisSetSpecification()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)voidsetExplanation(CharacterStringPropertyType value)Sets the value of the explanation property.voidsetPass(BooleanPropertyType value)Sets the value of the pass property.voidsetSpecification(CICitationPropertyType value)Sets the value of the specification property.StringtoString()DQConformanceResultTypewithExplanation(CharacterStringPropertyType value)DQConformanceResultTypewithId(String value)DQConformanceResultTypewithPass(BooleanPropertyType value)DQConformanceResultTypewithSpecification(CICitationPropertyType value)DQConformanceResultTypewithUuid(String value)
-
-
-
Field Detail
-
specification
protected CICitationPropertyType specification
-
explanation
protected CharacterStringPropertyType explanation
-
pass
protected BooleanPropertyType pass
-
-
Constructor Detail
-
DQConformanceResultType
public DQConformanceResultType()
Default no-arg constructor
-
DQConformanceResultType
public DQConformanceResultType(String id, String uuid, CICitationPropertyType specification, CharacterStringPropertyType explanation, BooleanPropertyType pass)
Fully-initialising value constructor
-
-
Method Detail
-
getSpecification
public CICitationPropertyType getSpecification()
Gets the value of the specification property.- Returns:
- possible object is
CICitationPropertyType
-
setSpecification
public void setSpecification(CICitationPropertyType value)
Sets the value of the specification property.- Parameters:
value- allowed object isCICitationPropertyType
-
isSetSpecification
public boolean isSetSpecification()
-
getExplanation
public CharacterStringPropertyType getExplanation()
Gets the value of the explanation property.- Returns:
- possible object is
CharacterStringPropertyType
-
setExplanation
public void setExplanation(CharacterStringPropertyType value)
Sets the value of the explanation property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetExplanation
public boolean isSetExplanation()
-
getPass
public BooleanPropertyType getPass()
Gets the value of the pass property.- Returns:
- possible object is
BooleanPropertyType
-
setPass
public void setPass(BooleanPropertyType value)
Sets the value of the pass property.- Parameters:
value- allowed object isBooleanPropertyType
-
isSetPass
public boolean isSetPass()
-
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
-
withSpecification
public DQConformanceResultType withSpecification(CICitationPropertyType value)
-
withExplanation
public DQConformanceResultType withExplanation(CharacterStringPropertyType value)
-
withPass
public DQConformanceResultType withPass(BooleanPropertyType value)
-
withId
public DQConformanceResultType withId(String value)
- Overrides:
withIdin classAbstractDQResultType
-
withUuid
public DQConformanceResultType withUuid(String value)
- Overrides:
withUuidin classAbstractDQResultType
-
-