public class ParameterizedTextureType extends AbstractTextureType 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 ParameterizedTextureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParameterizedTextureType">
<complexContent>
<extension base="{http://www.opengis.net/citygml/appearance/2.0}AbstractTextureType">
<sequence>
<element name="target" type="{http://www.opengis.net/citygml/appearance/2.0}TextureAssociationType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/appearance/2.0}_GenericApplicationPropertyOfParameterizedTexture" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
genericApplicationPropertyOfParameterizedTexture |
protected List<TextureAssociationType> |
target |
borderColor, genericApplicationPropertyOfTexture, imageURI, mimeType, textureType, wrapModegenericApplicationPropertyOfSurfaceData, isFrontboundedBy, locationdescription, id, metaDataProperty, name| Constructor and Description |
|---|
ParameterizedTextureType() |
getBorderColor, getGenericApplicationPropertyOfTexture, getImageURI, getMimeType, getTextureType, getWrapMode, isSetBorderColor, isSetGenericApplicationPropertyOfTexture, isSetImageURI, isSetMimeType, isSetTextureType, isSetWrapMode, setBorderColor, setGenericApplicationPropertyOfTexture, setImageURI, setMimeType, setTextureType, setWrapMode, unsetBorderColor, unsetGenericApplicationPropertyOfTexturegetGenericApplicationPropertyOfSurfaceData, 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 List<TextureAssociationType> target
public List<TextureAssociationType> getTarget()
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 target property.
For example, to add a new item, do as follows:
getTarget().add(newItem);
Objects of the following type(s) are allowed in the list
TextureAssociationType
public boolean isSetTarget()
public void unsetTarget()
public List<Object> getGenericApplicationPropertyOfParameterizedTexture()
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 genericApplicationPropertyOfParameterizedTexture property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfParameterizedTexture().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGenericApplicationPropertyOfParameterizedTexture()
public void unsetGenericApplicationPropertyOfParameterizedTexture()
public String toString()
toString in class AbstractTextureTypepublic 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 AbstractTextureTypepublic 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 AbstractTextureTypepublic 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 AbstractTextureTypepublic boolean equals(Object object)
equals in class AbstractTextureTypepublic 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 AbstractTextureTypepublic int hashCode()
hashCode in class AbstractTextureTypepublic Object clone()
clone in class AbstractTextureTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractTextureTypepublic 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 AbstractTextureTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractTextureTypepublic 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 AbstractTextureTypepublic void setTarget(List<TextureAssociationType> value)
public void setGenericApplicationPropertyOfParameterizedTexture(List<Object> value)
public ParameterizedTextureType withTarget(TextureAssociationType... values)
public ParameterizedTextureType withTarget(Collection<TextureAssociationType> values)
public ParameterizedTextureType withGenericApplicationPropertyOfParameterizedTexture(Object... values)
public ParameterizedTextureType withGenericApplicationPropertyOfParameterizedTexture(Collection<Object> values)
public ParameterizedTextureType withTarget(List<TextureAssociationType> value)
public ParameterizedTextureType withGenericApplicationPropertyOfParameterizedTexture(List<Object> value)
public ParameterizedTextureType withImageURI(String value)
withImageURI in class AbstractTextureTypepublic ParameterizedTextureType withMimeType(CodeType value)
withMimeType in class AbstractTextureTypepublic ParameterizedTextureType withTextureType(TextureTypeType value)
withTextureType in class AbstractTextureTypepublic ParameterizedTextureType withWrapMode(WrapModeType value)
withWrapMode in class AbstractTextureTypepublic ParameterizedTextureType withBorderColor(Double... values)
withBorderColor in class AbstractTextureTypepublic ParameterizedTextureType withBorderColor(Collection<Double> values)
withBorderColor in class AbstractTextureTypepublic ParameterizedTextureType withGenericApplicationPropertyOfTexture(Object... values)
withGenericApplicationPropertyOfTexture in class AbstractTextureTypepublic ParameterizedTextureType withGenericApplicationPropertyOfTexture(Collection<Object> values)
withGenericApplicationPropertyOfTexture in class AbstractTextureTypepublic ParameterizedTextureType withBorderColor(List<Double> value)
withBorderColor in class AbstractTextureTypepublic ParameterizedTextureType withGenericApplicationPropertyOfTexture(List<Object> value)
withGenericApplicationPropertyOfTexture in class AbstractTextureTypepublic ParameterizedTextureType withIsFront(Boolean value)
withIsFront in class AbstractTextureTypepublic ParameterizedTextureType withGenericApplicationPropertyOfSurfaceData(Object... values)
withGenericApplicationPropertyOfSurfaceData in class AbstractTextureTypepublic ParameterizedTextureType withGenericApplicationPropertyOfSurfaceData(Collection<Object> values)
withGenericApplicationPropertyOfSurfaceData in class AbstractTextureTypepublic ParameterizedTextureType withGenericApplicationPropertyOfSurfaceData(List<Object> value)
withGenericApplicationPropertyOfSurfaceData in class AbstractTextureTypeCopyright © 2008–2023. All rights reserved.