|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.arml.v_2_0.ARElementType
net.opengis.arml.v_2_0.AnchorType
net.opengis.arml.v_2_0.ScreenAnchorType
public class ScreenAnchorType
Java class for ScreenAnchorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScreenAnchorType">
<complexContent>
<extension base="{http://www.opengis.net/arml/2.0}AnchorType">
<sequence>
<element name="style" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="class" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="assets">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/arml/2.0}Label" maxOccurs="unbounded" minOccurs="0"/>
<element name="assetRef" 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>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ScreenAnchorType.Assets
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected ScreenAnchorType.Assets |
assets
|
protected String |
clazz
|
protected String |
style
|
| Fields inherited from class net.opengis.arml.v_2_0.AnchorType |
|---|
enabled |
| Fields inherited from class net.opengis.arml.v_2_0.ARElementType |
|---|
id |
| Constructor Summary | |
|---|---|
ScreenAnchorType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy strategy)
|
ScreenAnchorType.Assets |
getAssets()
Gets the value of the assets property. |
String |
getClazz()
Gets the value of the clazz property. |
String |
getStyle()
Gets the value of the style property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetAssets()
|
boolean |
isSetClazz()
|
boolean |
isSetStyle()
|
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.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setAssets(ScreenAnchorType.Assets value)
Sets the value of the assets property. |
void |
setClazz(String value)
Sets the value of the clazz property. |
void |
setStyle(String value)
Sets the value of the style property. |
String |
toString()
|
ScreenAnchorType |
withAssets(ScreenAnchorType.Assets value)
|
ScreenAnchorType |
withClazz(String value)
|
ScreenAnchorType |
withEnabled(Boolean value)
|
ScreenAnchorType |
withId(String value)
|
ScreenAnchorType |
withStyle(String value)
|
| Methods inherited from class net.opengis.arml.v_2_0.AnchorType |
|---|
isEnabled, isSetEnabled, setEnabled |
| Methods inherited from class net.opengis.arml.v_2_0.ARElementType |
|---|
getId, isSetId, setId |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String style
protected String clazz
protected ScreenAnchorType.Assets assets
| Constructor Detail |
|---|
public ScreenAnchorType()
| Method Detail |
|---|
public String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is
Stringpublic boolean isSetStyle()
public String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic boolean isSetClazz()
public ScreenAnchorType.Assets getAssets()
ScreenAnchorType.Assetspublic void setAssets(ScreenAnchorType.Assets value)
value - allowed object is
ScreenAnchorType.Assetspublic boolean isSetAssets()
public String toString()
toString in class AnchorType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AnchorType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AnchorType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AnchorTypepublic boolean equals(Object object)
equals in class AnchorType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AnchorTypepublic int hashCode()
hashCode in class AnchorTypepublic Object clone()
clone in class AnchorTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AnchorType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AnchorTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AnchorType
public 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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AnchorTypepublic ScreenAnchorType withStyle(String value)
public ScreenAnchorType withClazz(String value)
public ScreenAnchorType withAssets(ScreenAnchorType.Assets value)
public ScreenAnchorType withEnabled(Boolean value)
withEnabled in class AnchorTypepublic ScreenAnchorType withId(String value)
withId in class AnchorType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||