public static class FeatureType.Anchors
extends java.lang.Object
implements java.lang.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 anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/arml/2.0}Anchor" maxOccurs="unbounded" minOccurs="0"/>
<element name="anchorRef" maxOccurs="unbounded" minOccurs="0">
<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>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureType.Anchors.AnchorRef
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<javax.xml.bind.JAXBElement<? extends AnchorType>> |
anchor |
protected java.util.List<FeatureType.Anchors.AnchorRef> |
anchorRef |
| Constructor and Description |
|---|
Anchors() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.util.List<javax.xml.bind.JAXBElement<? extends AnchorType>> |
getAnchor()
Gets the value of the anchor property.
|
java.util.List<FeatureType.Anchors.AnchorRef> |
getAnchorRef()
Gets the value of the anchorRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetAnchor() |
boolean |
isSetAnchorRef() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setAnchor(java.util.List<javax.xml.bind.JAXBElement<? extends AnchorType>> value) |
void |
setAnchorRef(java.util.List<FeatureType.Anchors.AnchorRef> value) |
java.lang.String |
toString() |
void |
unsetAnchor() |
void |
unsetAnchorRef() |
FeatureType.Anchors |
withAnchor(java.util.Collection<javax.xml.bind.JAXBElement<? extends AnchorType>> values) |
FeatureType.Anchors |
withAnchor(javax.xml.bind.JAXBElement<? extends AnchorType>... values) |
FeatureType.Anchors |
withAnchor(java.util.List<javax.xml.bind.JAXBElement<? extends AnchorType>> value) |
FeatureType.Anchors |
withAnchorRef(java.util.Collection<FeatureType.Anchors.AnchorRef> values) |
FeatureType.Anchors |
withAnchorRef(FeatureType.Anchors.AnchorRef... values) |
FeatureType.Anchors |
withAnchorRef(java.util.List<FeatureType.Anchors.AnchorRef> value) |
protected java.util.List<javax.xml.bind.JAXBElement<? extends AnchorType>> anchor
protected java.util.List<FeatureType.Anchors.AnchorRef> anchorRef
public java.util.List<javax.xml.bind.JAXBElement<? extends AnchorType>> getAnchor()
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 anchor property.
For example, to add a new item, do as follows:
getAnchor().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<TrackableType>
JAXBElement<AnchorType>
JAXBElement<GeometryType>
JAXBElement<ARAnchorType>
JAXBElement<ScreenAnchorType>
JAXBElement<RelativeToType>
public boolean isSetAnchor()
public void unsetAnchor()
public java.util.List<FeatureType.Anchors.AnchorRef> getAnchorRef()
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 anchorRef property.
For example, to add a new item, do as follows:
getAnchorRef().add(newItem);
Objects of the following type(s) are allowed in the list
FeatureType.Anchors.AnchorRef
public boolean isSetAnchorRef()
public void unsetAnchorRef()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void setAnchor(java.util.List<javax.xml.bind.JAXBElement<? extends AnchorType>> value)
public void setAnchorRef(java.util.List<FeatureType.Anchors.AnchorRef> value)
public FeatureType.Anchors withAnchor(javax.xml.bind.JAXBElement<? extends AnchorType>... values)
public FeatureType.Anchors withAnchor(java.util.Collection<javax.xml.bind.JAXBElement<? extends AnchorType>> values)
public FeatureType.Anchors withAnchorRef(FeatureType.Anchors.AnchorRef... values)
public FeatureType.Anchors withAnchorRef(java.util.Collection<FeatureType.Anchors.AnchorRef> values)
public FeatureType.Anchors withAnchor(java.util.List<javax.xml.bind.JAXBElement<? extends AnchorType>> value)
public FeatureType.Anchors withAnchorRef(java.util.List<FeatureType.Anchors.AnchorRef> value)
Copyright © 2008-2021. All Rights Reserved.