Class AbstractSurfaceDataType
- java.lang.Object
-
- net.opengis.gml.v_3_1_1.AbstractGMLType
-
- net.opengis.gml.v_3_1_1.AbstractFeatureType
-
- net.opengis.citygml.appearance.v_2_0.AbstractSurfaceDataType
-
- 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
- Direct Known Subclasses:
AbstractTextureType,X3DMaterialType
public abstract class AbstractSurfaceDataType extends AbstractFeatureType 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
Base class for textures and material. Contains only isFront-flag.Java class for AbstractSurfaceDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractSurfaceDataType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractFeatureType"> <sequence> <element name="isFront" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://www.opengis.net/citygml/appearance/2.0}_GenericApplicationPropertyOfSurfaceData" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>genericApplicationPropertyOfSurfaceDataprotected BooleanisFront-
Fields inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType
boundedBy, location
-
Fields inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType
description, id, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description AbstractSurfaceDataType()Default no-arg constructorAbstractSurfaceDataType(Boolean isFront, List<Object> genericApplicationPropertyOfSurfaceData)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)booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)List<Object>getGenericApplicationPropertyOfSurfaceData()Gets the value of the genericApplicationPropertyOfSurfaceData property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)BooleanisIsFront()Gets the value of the isFront property.booleanisSetGenericApplicationPropertyOfSurfaceData()booleanisSetIsFront()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)voidsetGenericApplicationPropertyOfSurfaceData(List<Object> value)voidsetIsFront(Boolean value)Sets the value of the isFront property.StringtoString()voidunsetGenericApplicationPropertyOfSurfaceData()AbstractSurfaceDataTypewithGenericApplicationPropertyOfSurfaceData(Object... values)AbstractSurfaceDataTypewithGenericApplicationPropertyOfSurfaceData(Collection<Object> values)AbstractSurfaceDataTypewithGenericApplicationPropertyOfSurfaceData(List<Object> value)AbstractSurfaceDataTypewithIsFront(Boolean value)-
Methods inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withId, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName
-
Methods inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
-
-
-
-
Method Detail
-
isIsFront
public Boolean isIsFront()
Gets the value of the isFront property.- Returns:
- possible object is
Boolean
-
setIsFront
public void setIsFront(Boolean value)
Sets the value of the isFront property.- Parameters:
value- allowed object isBoolean
-
isSetIsFront
public boolean isSetIsFront()
-
getGenericApplicationPropertyOfSurfaceData
public List<Object> getGenericApplicationPropertyOfSurfaceData()
Gets the value of the genericApplicationPropertyOfSurfaceData 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 genericApplicationPropertyOfSurfaceData property.For example, to add a new item, do as follows:
getGenericApplicationPropertyOfSurfaceData().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
isSetGenericApplicationPropertyOfSurfaceData
public boolean isSetGenericApplicationPropertyOfSurfaceData()
-
unsetGenericApplicationPropertyOfSurfaceData
public void unsetGenericApplicationPropertyOfSurfaceData()
-
toString
public String toString()
- Overrides:
toStringin classAbstractFeatureType
-
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 classAbstractFeatureType
-
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 classAbstractFeatureType
-
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 classAbstractFeatureType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractFeatureType
-
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 classAbstractFeatureType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractFeatureType
-
clone
public Object clone()
- Overrides:
clonein classAbstractFeatureType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractFeatureType
-
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 classAbstractFeatureType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractFeatureType
-
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 classAbstractFeatureType
-
setGenericApplicationPropertyOfSurfaceData
public void setGenericApplicationPropertyOfSurfaceData(List<Object> value)
-
withIsFront
public AbstractSurfaceDataType withIsFront(Boolean value)
-
withGenericApplicationPropertyOfSurfaceData
public AbstractSurfaceDataType withGenericApplicationPropertyOfSurfaceData(Object... values)
-
withGenericApplicationPropertyOfSurfaceData
public AbstractSurfaceDataType withGenericApplicationPropertyOfSurfaceData(Collection<Object> values)
-
withGenericApplicationPropertyOfSurfaceData
public AbstractSurfaceDataType withGenericApplicationPropertyOfSurfaceData(List<Object> value)
-
-