Class MultiplicityRangeType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gco.v_20070417.MultiplicityRangeType
-
- 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 MultiplicityRangeType 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
A component of a multiplicity, consisting of an non-negative lower bound, and a potentially infinite upper bound.Java class for MultiplicityRange_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MultiplicityRange_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="lower" type="{http://www.isotc211.org/2005/gco}Integer_PropertyType"/> <element name="upper" type="{http://www.isotc211.org/2005/gco}UnlimitedInteger_PropertyType"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegerPropertyTypelowerprotected UnlimitedIntegerPropertyTypeupper-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description MultiplicityRangeType()Default no-arg constructorMultiplicityRangeType(String id, String uuid, IntegerPropertyType lower, UnlimitedIntegerPropertyType upper)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)IntegerPropertyTypegetLower()Gets the value of the lower property.UnlimitedIntegerPropertyTypegetUpper()Gets the value of the upper property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetLower()booleanisSetUpper()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)voidsetLower(IntegerPropertyType value)Sets the value of the lower property.voidsetUpper(UnlimitedIntegerPropertyType value)Sets the value of the upper property.StringtoString()MultiplicityRangeTypewithId(String value)MultiplicityRangeTypewithLower(IntegerPropertyType value)MultiplicityRangeTypewithUpper(UnlimitedIntegerPropertyType value)MultiplicityRangeTypewithUuid(String value)
-
-
-
Field Detail
-
lower
protected IntegerPropertyType lower
-
upper
protected UnlimitedIntegerPropertyType upper
-
-
Constructor Detail
-
MultiplicityRangeType
public MultiplicityRangeType()
Default no-arg constructor
-
MultiplicityRangeType
public MultiplicityRangeType(String id, String uuid, IntegerPropertyType lower, UnlimitedIntegerPropertyType upper)
Fully-initialising value constructor
-
-
Method Detail
-
getLower
public IntegerPropertyType getLower()
Gets the value of the lower property.- Returns:
- possible object is
IntegerPropertyType
-
setLower
public void setLower(IntegerPropertyType value)
Sets the value of the lower property.- Parameters:
value- allowed object isIntegerPropertyType
-
isSetLower
public boolean isSetLower()
-
getUpper
public UnlimitedIntegerPropertyType getUpper()
Gets the value of the upper property.- Returns:
- possible object is
UnlimitedIntegerPropertyType
-
setUpper
public void setUpper(UnlimitedIntegerPropertyType value)
Sets the value of the upper property.- Parameters:
value- allowed object isUnlimitedIntegerPropertyType
-
isSetUpper
public boolean isSetUpper()
-
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
-
withLower
public MultiplicityRangeType withLower(IntegerPropertyType value)
-
withUpper
public MultiplicityRangeType withUpper(UnlimitedIntegerPropertyType value)
-
withId
public MultiplicityRangeType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public MultiplicityRangeType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-