public class TrackableType extends ARAnchorType 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 TrackableType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackableType">
<complexContent>
<extension base="{http://www.opengis.net/arml/2.0}ARAnchorType">
<sequence>
<element name="config" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tracker">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{http://www.w3.org/1999/xlink}href use="required""/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="src" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="order" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TrackableType.Config
Java class for anonymous complex type.
|
ARAnchorType.Assets| Modifier and Type | Field and Description |
|---|---|
protected List<TrackableType.Config> |
config |
protected Double |
size |
assetsenabledid| Constructor and Description |
|---|
TrackableType() |
| 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) |
Object |
createNewInstance() |
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<TrackableType.Config> |
getConfig()
Gets the value of the config property.
|
Double |
getSize()
Gets the value of the size property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetConfig() |
boolean |
isSetSize() |
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 |
setConfig(List<TrackableType.Config> value) |
void |
setSize(Double value)
Sets the value of the size property.
|
String |
toString() |
void |
unsetConfig() |
TrackableType |
withAssets(ARAnchorType.Assets value) |
TrackableType |
withConfig(Collection<TrackableType.Config> values) |
TrackableType |
withConfig(List<TrackableType.Config> value) |
TrackableType |
withConfig(TrackableType.Config... values) |
TrackableType |
withEnabled(Boolean value) |
TrackableType |
withId(String value) |
TrackableType |
withSize(Double value) |
getAssets, isSetAssets, setAssetsisEnabled, isSetEnabled, setEnabledgetId, isSetId, setIdprotected List<TrackableType.Config> config
protected Double size
public List<TrackableType.Config> getConfig()
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 config property.
For example, to add a new item, do as follows:
getConfig().add(newItem);
Objects of the following type(s) are allowed in the list
TrackableType.Config
public boolean isSetConfig()
public void unsetConfig()
public Double getSize()
Doublepublic void setSize(Double value)
value - allowed object is
Doublepublic boolean isSetSize()
public String toString()
toString in class ARAnchorTypepublic 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 ARAnchorTypepublic 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 ARAnchorTypepublic 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 ARAnchorTypepublic boolean equals(Object object)
equals in class ARAnchorTypepublic 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 ARAnchorTypepublic int hashCode()
hashCode in class ARAnchorTypepublic Object clone()
clone in class ARAnchorTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class ARAnchorTypepublic 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 ARAnchorTypepublic 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 ARAnchorTypepublic 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 ARAnchorTypepublic void setConfig(List<TrackableType.Config> value)
public TrackableType withConfig(TrackableType.Config... values)
public TrackableType withConfig(Collection<TrackableType.Config> values)
public TrackableType withSize(Double value)
public TrackableType withConfig(List<TrackableType.Config> value)
public TrackableType withAssets(ARAnchorType.Assets value)
withAssets in class ARAnchorTypepublic TrackableType withEnabled(Boolean value)
withEnabled in class ARAnchorTypepublic TrackableType withId(String value)
withId in class ARAnchorTypeCopyright © 2008–2023. All rights reserved.