public class ArmlType
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 ArmlType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArmlType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ARElements">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/arml/2.0}ARElement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="style" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute ref="{http://www.w3.org/1999/xlink}href"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="script" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute ref="{http://www.w3.org/1999/xlink}href"/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ArmlType.ARElements
Java class for anonymous complex type.
|
static class |
ArmlType.Script
Java class for anonymous complex type.
|
static class |
ArmlType.Style
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArmlType.ARElements |
arElements |
protected java.util.List<ArmlType.Script> |
script |
protected java.util.List<ArmlType.Style> |
style |
| Constructor and Description |
|---|
ArmlType() |
| 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) |
ArmlType.ARElements |
getARElements()
Gets the value of the arElements property.
|
java.util.List<ArmlType.Script> |
getScript()
Gets the value of the script property.
|
java.util.List<ArmlType.Style> |
getStyle()
Gets the value of the style property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetARElements() |
boolean |
isSetScript() |
boolean |
isSetStyle() |
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 |
setARElements(ArmlType.ARElements value)
Sets the value of the arElements property.
|
void |
setScript(java.util.List<ArmlType.Script> value) |
void |
setStyle(java.util.List<ArmlType.Style> value) |
java.lang.String |
toString() |
void |
unsetScript() |
void |
unsetStyle() |
ArmlType |
withARElements(ArmlType.ARElements value) |
ArmlType |
withScript(ArmlType.Script... values) |
ArmlType |
withScript(java.util.Collection<ArmlType.Script> values) |
ArmlType |
withScript(java.util.List<ArmlType.Script> value) |
ArmlType |
withStyle(ArmlType.Style... values) |
ArmlType |
withStyle(java.util.Collection<ArmlType.Style> values) |
ArmlType |
withStyle(java.util.List<ArmlType.Style> value) |
protected ArmlType.ARElements arElements
protected java.util.List<ArmlType.Style> style
protected java.util.List<ArmlType.Script> script
public ArmlType.ARElements getARElements()
ArmlType.ARElementspublic void setARElements(ArmlType.ARElements value)
value - allowed object is
ArmlType.ARElementspublic boolean isSetARElements()
public java.util.List<ArmlType.Style> getStyle()
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 style property.
For example, to add a new item, do as follows:
getStyle().add(newItem);
Objects of the following type(s) are allowed in the list
ArmlType.Style
public boolean isSetStyle()
public void unsetStyle()
public java.util.List<ArmlType.Script> getScript()
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 script property.
For example, to add a new item, do as follows:
getScript().add(newItem);
Objects of the following type(s) are allowed in the list
ArmlType.Script
public boolean isSetScript()
public void unsetScript()
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 setStyle(java.util.List<ArmlType.Style> value)
public void setScript(java.util.List<ArmlType.Script> value)
public ArmlType withARElements(ArmlType.ARElements value)
public ArmlType withStyle(ArmlType.Style... values)
public ArmlType withStyle(java.util.Collection<ArmlType.Style> values)
public ArmlType withScript(ArmlType.Script... values)
public ArmlType withScript(java.util.Collection<ArmlType.Script> values)
public ArmlType withStyle(java.util.List<ArmlType.Style> value)
public ArmlType withScript(java.util.List<ArmlType.Script> value)
Copyright © 2008-2021. All Rights Reserved.