Class LISourceType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.LISourceType
-
- 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 LISourceType 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 LI_Source_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LI_Source_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="description" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="scaleDenominator" type="{http://www.isotc211.org/2005/gmd}MD_RepresentativeFraction_PropertyType" minOccurs="0"/> <element name="sourceReferenceSystem" type="{http://www.isotc211.org/2005/gmd}MD_ReferenceSystem_PropertyType" minOccurs="0"/> <element name="sourceCitation" type="{http://www.isotc211.org/2005/gmd}CI_Citation_PropertyType" minOccurs="0"/> <element name="sourceExtent" type="{http://www.isotc211.org/2005/gmd}EX_Extent_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="sourceStep" type="{http://www.isotc211.org/2005/gmd}LI_ProcessStep_PropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CharacterStringPropertyTypedescriptionprotected MDRepresentativeFractionPropertyTypescaleDenominatorprotected CICitationPropertyTypesourceCitationprotected List<EXExtentPropertyType>sourceExtentprotected MDReferenceSystemPropertyTypesourceReferenceSystemprotected List<LIProcessStepPropertyType>sourceStep-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description LISourceType()Default no-arg constructorLISourceType(String id, String uuid, CharacterStringPropertyType description, MDRepresentativeFractionPropertyType scaleDenominator, MDReferenceSystemPropertyType sourceReferenceSystem, CICitationPropertyType sourceCitation, List<EXExtentPropertyType> sourceExtent, List<LIProcessStepPropertyType> sourceStep)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)CharacterStringPropertyTypegetDescription()Gets the value of the description property.MDRepresentativeFractionPropertyTypegetScaleDenominator()Gets the value of the scaleDenominator property.CICitationPropertyTypegetSourceCitation()Gets the value of the sourceCitation property.List<EXExtentPropertyType>getSourceExtent()Gets the value of the sourceExtent property.MDReferenceSystemPropertyTypegetSourceReferenceSystem()Gets the value of the sourceReferenceSystem property.List<LIProcessStepPropertyType>getSourceStep()Gets the value of the sourceStep property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetDescription()booleanisSetScaleDenominator()booleanisSetSourceCitation()booleanisSetSourceExtent()booleanisSetSourceReferenceSystem()booleanisSetSourceStep()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)voidsetDescription(CharacterStringPropertyType value)Sets the value of the description property.voidsetScaleDenominator(MDRepresentativeFractionPropertyType value)Sets the value of the scaleDenominator property.voidsetSourceCitation(CICitationPropertyType value)Sets the value of the sourceCitation property.voidsetSourceExtent(List<EXExtentPropertyType> value)voidsetSourceReferenceSystem(MDReferenceSystemPropertyType value)Sets the value of the sourceReferenceSystem property.voidsetSourceStep(List<LIProcessStepPropertyType> value)StringtoString()voidunsetSourceExtent()voidunsetSourceStep()LISourceTypewithDescription(CharacterStringPropertyType value)LISourceTypewithId(String value)LISourceTypewithScaleDenominator(MDRepresentativeFractionPropertyType value)LISourceTypewithSourceCitation(CICitationPropertyType value)LISourceTypewithSourceExtent(Collection<EXExtentPropertyType> values)LISourceTypewithSourceExtent(List<EXExtentPropertyType> value)LISourceTypewithSourceExtent(EXExtentPropertyType... values)LISourceTypewithSourceReferenceSystem(MDReferenceSystemPropertyType value)LISourceTypewithSourceStep(Collection<LIProcessStepPropertyType> values)LISourceTypewithSourceStep(List<LIProcessStepPropertyType> value)LISourceTypewithSourceStep(LIProcessStepPropertyType... values)LISourceTypewithUuid(String value)
-
-
-
Field Detail
-
description
protected CharacterStringPropertyType description
-
scaleDenominator
protected MDRepresentativeFractionPropertyType scaleDenominator
-
sourceReferenceSystem
protected MDReferenceSystemPropertyType sourceReferenceSystem
-
sourceCitation
protected CICitationPropertyType sourceCitation
-
sourceExtent
protected List<EXExtentPropertyType> sourceExtent
-
sourceStep
protected List<LIProcessStepPropertyType> sourceStep
-
-
Constructor Detail
-
LISourceType
public LISourceType()
Default no-arg constructor
-
LISourceType
public LISourceType(String id, String uuid, CharacterStringPropertyType description, MDRepresentativeFractionPropertyType scaleDenominator, MDReferenceSystemPropertyType sourceReferenceSystem, CICitationPropertyType sourceCitation, List<EXExtentPropertyType> sourceExtent, List<LIProcessStepPropertyType> sourceStep)
Fully-initialising value constructor
-
-
Method Detail
-
getDescription
public CharacterStringPropertyType getDescription()
Gets the value of the description property.- Returns:
- possible object is
CharacterStringPropertyType
-
setDescription
public void setDescription(CharacterStringPropertyType value)
Sets the value of the description property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetDescription
public boolean isSetDescription()
-
getScaleDenominator
public MDRepresentativeFractionPropertyType getScaleDenominator()
Gets the value of the scaleDenominator property.- Returns:
- possible object is
MDRepresentativeFractionPropertyType
-
setScaleDenominator
public void setScaleDenominator(MDRepresentativeFractionPropertyType value)
Sets the value of the scaleDenominator property.- Parameters:
value- allowed object isMDRepresentativeFractionPropertyType
-
isSetScaleDenominator
public boolean isSetScaleDenominator()
-
getSourceReferenceSystem
public MDReferenceSystemPropertyType getSourceReferenceSystem()
Gets the value of the sourceReferenceSystem property.- Returns:
- possible object is
MDReferenceSystemPropertyType
-
setSourceReferenceSystem
public void setSourceReferenceSystem(MDReferenceSystemPropertyType value)
Sets the value of the sourceReferenceSystem property.- Parameters:
value- allowed object isMDReferenceSystemPropertyType
-
isSetSourceReferenceSystem
public boolean isSetSourceReferenceSystem()
-
getSourceCitation
public CICitationPropertyType getSourceCitation()
Gets the value of the sourceCitation property.- Returns:
- possible object is
CICitationPropertyType
-
setSourceCitation
public void setSourceCitation(CICitationPropertyType value)
Sets the value of the sourceCitation property.- Parameters:
value- allowed object isCICitationPropertyType
-
isSetSourceCitation
public boolean isSetSourceCitation()
-
getSourceExtent
public List<EXExtentPropertyType> getSourceExtent()
Gets the value of the sourceExtent 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 sourceExtent property.For example, to add a new item, do as follows:
getSourceExtent().add(newItem);Objects of the following type(s) are allowed in the list
EXExtentPropertyType
-
isSetSourceExtent
public boolean isSetSourceExtent()
-
unsetSourceExtent
public void unsetSourceExtent()
-
getSourceStep
public List<LIProcessStepPropertyType> getSourceStep()
Gets the value of the sourceStep 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 sourceStep property.For example, to add a new item, do as follows:
getSourceStep().add(newItem);Objects of the following type(s) are allowed in the list
LIProcessStepPropertyType
-
isSetSourceStep
public boolean isSetSourceStep()
-
unsetSourceStep
public void unsetSourceStep()
-
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
-
setSourceExtent
public void setSourceExtent(List<EXExtentPropertyType> value)
-
setSourceStep
public void setSourceStep(List<LIProcessStepPropertyType> value)
-
withDescription
public LISourceType withDescription(CharacterStringPropertyType value)
-
withScaleDenominator
public LISourceType withScaleDenominator(MDRepresentativeFractionPropertyType value)
-
withSourceReferenceSystem
public LISourceType withSourceReferenceSystem(MDReferenceSystemPropertyType value)
-
withSourceCitation
public LISourceType withSourceCitation(CICitationPropertyType value)
-
withSourceExtent
public LISourceType withSourceExtent(EXExtentPropertyType... values)
-
withSourceExtent
public LISourceType withSourceExtent(Collection<EXExtentPropertyType> values)
-
withSourceStep
public LISourceType withSourceStep(LIProcessStepPropertyType... values)
-
withSourceStep
public LISourceType withSourceStep(Collection<LIProcessStepPropertyType> values)
-
withSourceExtent
public LISourceType withSourceExtent(List<EXExtentPropertyType> value)
-
withSourceStep
public LISourceType withSourceStep(List<LIProcessStepPropertyType> value)
-
withId
public LISourceType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public LISourceType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-