|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.iso19139.gco.v_20070417.AbstractObjectType
net.opengis.iso19139.gmd.v_20070417.AbstractDQResultType
net.opengis.iso19139.gmd.v_20070417.DQConformanceResultType
public class DQConformanceResultType
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 | |
|---|---|
protected CharacterStringPropertyType |
explanation
|
protected BooleanPropertyType |
pass
|
protected CICitationPropertyType |
specification
|
| Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType |
|---|
id, uuid |
| Constructor Summary | |
|---|---|
DQConformanceResultType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
CharacterStringPropertyType |
getExplanation()
Gets the value of the explanation property. |
BooleanPropertyType |
getPass()
Gets the value of the pass property. |
CICitationPropertyType |
getSpecification()
Gets the value of the specification property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetExplanation()
|
boolean |
isSetPass()
|
boolean |
isSetSpecification()
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setExplanation(CharacterStringPropertyType value)
Sets the value of the explanation property. |
void |
setPass(BooleanPropertyType value)
Sets the value of the pass property. |
void |
setSpecification(CICitationPropertyType value)
Sets the value of the specification property. |
String |
toString()
|
DQConformanceResultType |
withExplanation(CharacterStringPropertyType value)
|
DQConformanceResultType |
withId(String value)
|
DQConformanceResultType |
withPass(BooleanPropertyType value)
|
DQConformanceResultType |
withSpecification(CICitationPropertyType value)
|
DQConformanceResultType |
withUuid(String value)
|
| Methods inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType |
|---|
getId, getUuid, isSetId, isSetUuid, setId, setUuid |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected CICitationPropertyType specification
protected CharacterStringPropertyType explanation
protected BooleanPropertyType pass
| Constructor Detail |
|---|
public DQConformanceResultType()
| Method Detail |
|---|
public CICitationPropertyType getSpecification()
CICitationPropertyTypepublic void setSpecification(CICitationPropertyType value)
value - allowed object is
CICitationPropertyTypepublic boolean isSetSpecification()
public CharacterStringPropertyType getExplanation()
CharacterStringPropertyTypepublic void setExplanation(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetExplanation()
public BooleanPropertyType getPass()
BooleanPropertyTypepublic void setPass(BooleanPropertyType value)
value - allowed object is
BooleanPropertyTypepublic boolean isSetPass()
public String toString()
toString in class AbstractDQResultType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractDQResultType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractDQResultType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractDQResultTypepublic boolean equals(Object object)
equals in class AbstractDQResultType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractDQResultTypepublic int hashCode()
hashCode in class AbstractDQResultTypepublic Object clone()
clone in class AbstractDQResultTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractDQResultType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractDQResultTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractDQResultType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractDQResultTypepublic DQConformanceResultType withSpecification(CICitationPropertyType value)
public DQConformanceResultType withExplanation(CharacterStringPropertyType value)
public DQConformanceResultType withPass(BooleanPropertyType value)
public DQConformanceResultType withId(String value)
withId in class AbstractDQResultTypepublic DQConformanceResultType withUuid(String value)
withUuid in class AbstractDQResultType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||