Class IntAttributeType
- java.lang.Object
-
- net.opengis.citygml.generics.v_2_0.AbstractGenericAttributeType
-
- net.opengis.citygml.generics.v_2_0.IntAttributeType
-
- 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 IntAttributeType extends AbstractGenericAttributeType 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 IntAttributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IntAttributeType"> <complexContent> <extension base="{http://www.opengis.net/citygml/generics/2.0}AbstractGenericAttributeType"> <sequence> <element name="value" type="{http://www.w3.org/2001/XMLSchema}integer"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegervalue-
Fields inherited from class net.opengis.citygml.generics.v_2_0.AbstractGenericAttributeType
name
-
-
Constructor Summary
Constructors Constructor Description IntAttributeType()Default no-arg constructorIntAttributeType(String name, BigInteger value)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)BigIntegergetValue()Gets the value of the value property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetValue()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)voidsetValue(BigInteger value)Sets the value of the value property.StringtoString()IntAttributeTypewithName(String value)IntAttributeTypewithValue(BigInteger value)-
Methods inherited from class net.opengis.citygml.generics.v_2_0.AbstractGenericAttributeType
getName, isSetName, setName
-
-
-
-
Field Detail
-
value
protected BigInteger value
-
-
Constructor Detail
-
IntAttributeType
public IntAttributeType()
Default no-arg constructor
-
IntAttributeType
public IntAttributeType(String name, BigInteger value)
Fully-initialising value constructor
-
-
Method Detail
-
getValue
public BigInteger getValue()
Gets the value of the value property.- Returns:
- possible object is
BigInteger
-
setValue
public void setValue(BigInteger value)
Sets the value of the value property.- Parameters:
value- allowed object isBigInteger
-
isSetValue
public boolean isSetValue()
-
toString
public String toString()
- Overrides:
toStringin classAbstractGenericAttributeType
-
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 classAbstractGenericAttributeType
-
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 classAbstractGenericAttributeType
-
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 classAbstractGenericAttributeType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractGenericAttributeType
-
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 classAbstractGenericAttributeType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractGenericAttributeType
-
clone
public Object clone()
- Overrides:
clonein classAbstractGenericAttributeType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractGenericAttributeType
-
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 classAbstractGenericAttributeType
-
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 classAbstractGenericAttributeType
-
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 classAbstractGenericAttributeType
-
withValue
public IntAttributeType withValue(BigInteger value)
-
withName
public IntAttributeType withName(String value)
- Overrides:
withNamein classAbstractGenericAttributeType
-
-