public abstract class AbstractTextureType extends AbstractSurfaceDataType implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for AbstractTextureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractTextureType">
<complexContent>
<extension base="{http://www.opengis.net/citygml/appearance/2.0}AbstractSurfaceDataType">
<sequence>
<element name="imageURI" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="mimeType" type="{http://www.opengis.net/gml}CodeType" minOccurs="0"/>
<element name="textureType" type="{http://www.opengis.net/citygml/appearance/2.0}TextureTypeType" minOccurs="0"/>
<element name="wrapMode" type="{http://www.opengis.net/citygml/appearance/2.0}WrapModeType" minOccurs="0"/>
<element name="borderColor" type="{http://www.opengis.net/citygml/appearance/2.0}ColorPlusOpacity" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/appearance/2.0}_GenericApplicationPropertyOfTexture" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Double> |
borderColor |
protected List<Object> |
genericApplicationPropertyOfTexture |
protected String |
imageURI |
protected CodeType |
mimeType |
protected TextureTypeType |
textureType |
protected WrapModeType |
wrapMode |
genericApplicationPropertyOfSurfaceData, isFrontboundedBy, locationdescription, id, metaDataProperty, name| Constructor and Description |
|---|
AbstractTextureType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
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.EqualsStrategy2 strategy) |
List<Double> |
getBorderColor()
Gets the value of the borderColor property.
|
List<Object> |
getGenericApplicationPropertyOfTexture()
Gets the value of the genericApplicationPropertyOfTexture property.
|
String |
getImageURI()
Gets the value of the imageURI property.
|
CodeType |
getMimeType()
Gets the value of the mimeType property.
|
TextureTypeType |
getTextureType()
Gets the value of the textureType property.
|
WrapModeType |
getWrapMode()
Gets the value of the wrapMode property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetBorderColor() |
boolean |
isSetGenericApplicationPropertyOfTexture() |
boolean |
isSetImageURI() |
boolean |
isSetMimeType() |
boolean |
isSetTextureType() |
boolean |
isSetWrapMode() |
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.MergeStrategy2 strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setBorderColor(List<Double> value) |
void |
setGenericApplicationPropertyOfTexture(List<Object> value) |
void |
setImageURI(String value)
Sets the value of the imageURI property.
|
void |
setMimeType(CodeType value)
Sets the value of the mimeType property.
|
void |
setTextureType(TextureTypeType value)
Sets the value of the textureType property.
|
void |
setWrapMode(WrapModeType value)
Sets the value of the wrapMode property.
|
String |
toString() |
void |
unsetBorderColor() |
void |
unsetGenericApplicationPropertyOfTexture() |
AbstractTextureType |
withBorderColor(Collection<Double> values) |
AbstractTextureType |
withBorderColor(Double... values) |
AbstractTextureType |
withBorderColor(List<Double> value) |
AbstractTextureType |
withGenericApplicationPropertyOfSurfaceData(Collection<Object> values) |
AbstractTextureType |
withGenericApplicationPropertyOfSurfaceData(List<Object> value) |
AbstractTextureType |
withGenericApplicationPropertyOfSurfaceData(Object... values) |
AbstractTextureType |
withGenericApplicationPropertyOfTexture(Collection<Object> values) |
AbstractTextureType |
withGenericApplicationPropertyOfTexture(List<Object> value) |
AbstractTextureType |
withGenericApplicationPropertyOfTexture(Object... values) |
AbstractTextureType |
withImageURI(String value) |
AbstractTextureType |
withIsFront(Boolean value) |
AbstractTextureType |
withMimeType(CodeType value) |
AbstractTextureType |
withTextureType(TextureTypeType value) |
AbstractTextureType |
withWrapMode(WrapModeType value) |
getGenericApplicationPropertyOfSurfaceData, isIsFront, isSetGenericApplicationPropertyOfSurfaceData, isSetIsFront, setGenericApplicationPropertyOfSurfaceData, setIsFront, unsetGenericApplicationPropertyOfSurfaceDatagetBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withId, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withNamegetDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetNameprotected String imageURI
protected CodeType mimeType
protected TextureTypeType textureType
protected WrapModeType wrapMode
public String getImageURI()
Stringpublic void setImageURI(String value)
value - allowed object is
Stringpublic boolean isSetImageURI()
public CodeType getMimeType()
CodeTypepublic void setMimeType(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetMimeType()
public TextureTypeType getTextureType()
TextureTypeTypepublic void setTextureType(TextureTypeType value)
value - allowed object is
TextureTypeTypepublic boolean isSetTextureType()
public WrapModeType getWrapMode()
WrapModeTypepublic void setWrapMode(WrapModeType value)
value - allowed object is
WrapModeTypepublic boolean isSetWrapMode()
public List<Double> getBorderColor()
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 JAXB object.
This is why there is not a set method for the borderColor property.
For example, to add a new item, do as follows:
getBorderColor().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public boolean isSetBorderColor()
public void unsetBorderColor()
public List<Object> getGenericApplicationPropertyOfTexture()
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 JAXB object.
This is why there is not a set method for the genericApplicationPropertyOfTexture property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfTexture().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGenericApplicationPropertyOfTexture()
public void unsetGenericApplicationPropertyOfTexture()
public String toString()
toString in class AbstractSurfaceDataTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractSurfaceDataTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractSurfaceDataTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractSurfaceDataTypepublic boolean equals(Object object)
equals in class AbstractSurfaceDataTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractSurfaceDataTypepublic int hashCode()
hashCode in class AbstractSurfaceDataTypepublic Object clone()
clone in class AbstractSurfaceDataTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractSurfaceDataTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractSurfaceDataTypepublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractSurfaceDataTypepublic 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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractSurfaceDataTypepublic void setGenericApplicationPropertyOfTexture(List<Object> value)
public AbstractTextureType withImageURI(String value)
public AbstractTextureType withMimeType(CodeType value)
public AbstractTextureType withTextureType(TextureTypeType value)
public AbstractTextureType withWrapMode(WrapModeType value)
public AbstractTextureType withBorderColor(Double... values)
public AbstractTextureType withBorderColor(Collection<Double> values)
public AbstractTextureType withGenericApplicationPropertyOfTexture(Object... values)
public AbstractTextureType withGenericApplicationPropertyOfTexture(Collection<Object> values)
public AbstractTextureType withBorderColor(List<Double> value)
public AbstractTextureType withGenericApplicationPropertyOfTexture(List<Object> value)
public AbstractTextureType withIsFront(Boolean value)
withIsFront in class AbstractSurfaceDataTypepublic AbstractTextureType withGenericApplicationPropertyOfSurfaceData(Object... values)
withGenericApplicationPropertyOfSurfaceData in class AbstractSurfaceDataTypepublic AbstractTextureType withGenericApplicationPropertyOfSurfaceData(Collection<Object> values)
withGenericApplicationPropertyOfSurfaceData in class AbstractSurfaceDataTypepublic AbstractTextureType withGenericApplicationPropertyOfSurfaceData(List<Object> value)
withGenericApplicationPropertyOfSurfaceData in class AbstractSurfaceDataTypeCopyright © 2008–2023. All rights reserved.