|
|||||||||
| 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.VisualAssetType
net.opengis.arml.v_2_0.VisualAsset2DType
net.opengis.arml.v_2_0.LabelType
public class LabelType
Java class for LabelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LabelType">
<complexContent>
<extension base="{http://www.opengis.net/arml/2.0}VisualAsset2DType">
<sequence>
<element name="href" 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>
<element name="src" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="hyperlinkBehavior" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="block"/>
<enumeration value="blank"/>
<enumeration value="self"/>
</restriction>
</simpleType>
</element>
<element name="viewportWidth" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
LabelType.Href
Java class for anonymous complex type. |
| Nested classes/interfaces inherited from class net.opengis.arml.v_2_0.VisualAssetType |
|---|
VisualAssetType.Conditions |
| Field Summary | |
|---|---|
protected LabelType.Href |
href
|
protected String |
hyperlinkBehavior
|
protected Object |
src
|
protected BigInteger |
viewportWidth
|
| Fields inherited from class net.opengis.arml.v_2_0.VisualAsset2DType |
|---|
backside, height, orientationMode, width |
| Fields inherited from class net.opengis.arml.v_2_0.VisualAssetType |
|---|
conditions, enabled, orientation, scalingMode, zOrder |
| Fields inherited from class net.opengis.arml.v_2_0.ARElementType |
|---|
id |
| Constructor Summary | |
|---|---|
LabelType()
|
|
| 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)
|
LabelType.Href |
getHref()
Gets the value of the href property. |
String |
getHyperlinkBehavior()
Gets the value of the hyperlinkBehavior property. |
Object |
getSrc()
Gets the value of the src property. |
BigInteger |
getViewportWidth()
Gets the value of the viewportWidth property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
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 |
setHref(LabelType.Href value)
Sets the value of the href property. |
void |
setHyperlinkBehavior(String value)
Sets the value of the hyperlinkBehavior property. |
void |
setSrc(Object value)
Sets the value of the src property. |
void |
setViewportWidth(BigInteger value)
Sets the value of the viewportWidth property. |
String |
toString()
|
LabelType |
withBackside(String value)
|
LabelType |
withConditions(VisualAssetType.Conditions value)
|
LabelType |
withEnabled(Boolean value)
|
LabelType |
withHeight(String value)
|
LabelType |
withHref(LabelType.Href value)
|
LabelType |
withHyperlinkBehavior(String value)
|
LabelType |
withId(String value)
|
LabelType |
withOrientation(OrientationType value)
|
LabelType |
withOrientationMode(String value)
|
LabelType |
withScalingMode(ScalingModeType value)
|
LabelType |
withSrc(Object value)
|
LabelType |
withViewportWidth(BigInteger value)
|
LabelType |
withWidth(String value)
|
LabelType |
withZOrder(Integer value)
|
| Methods inherited from class net.opengis.arml.v_2_0.VisualAsset2DType |
|---|
getBackside, getHeight, getOrientationMode, getWidth, setBackside, setHeight, setOrientationMode, setWidth |
| Methods inherited from class net.opengis.arml.v_2_0.VisualAssetType |
|---|
getConditions, getOrientation, getScalingMode, getZOrder, isEnabled, setConditions, setEnabled, setOrientation, setScalingMode, setZOrder |
| Methods inherited from class net.opengis.arml.v_2_0.ARElementType |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected LabelType.Href href
protected Object src
protected String hyperlinkBehavior
protected BigInteger viewportWidth
| Constructor Detail |
|---|
public LabelType()
| Method Detail |
|---|
public LabelType.Href getHref()
LabelType.Hrefpublic void setHref(LabelType.Href value)
value - allowed object is
LabelType.Hrefpublic Object getSrc()
Objectpublic void setSrc(Object value)
value - allowed object is
Objectpublic String getHyperlinkBehavior()
Stringpublic void setHyperlinkBehavior(String value)
value - allowed object is
Stringpublic BigInteger getViewportWidth()
BigIntegerpublic void setViewportWidth(BigInteger value)
value - allowed object is
BigIntegerpublic String toString()
toString in class VisualAsset2DType
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 VisualAsset2DType
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 VisualAsset2DType
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 VisualAsset2DTypepublic boolean equals(Object object)
equals in class VisualAsset2DType
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 VisualAsset2DTypepublic int hashCode()
hashCode in class VisualAsset2DTypepublic Object clone()
clone in class VisualAsset2DTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class VisualAsset2DType
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 VisualAsset2DTypepublic 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 VisualAsset2DType
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 VisualAsset2DTypepublic LabelType withHref(LabelType.Href value)
public LabelType withSrc(Object value)
public LabelType withHyperlinkBehavior(String value)
public LabelType withViewportWidth(BigInteger value)
public LabelType withWidth(String value)
withWidth in class VisualAsset2DTypepublic LabelType withHeight(String value)
withHeight in class VisualAsset2DTypepublic LabelType withOrientationMode(String value)
withOrientationMode in class VisualAsset2DTypepublic LabelType withBackside(String value)
withBackside in class VisualAsset2DTypepublic LabelType withEnabled(Boolean value)
withEnabled in class VisualAsset2DTypepublic LabelType withZOrder(Integer value)
withZOrder in class VisualAsset2DTypepublic LabelType withConditions(VisualAssetType.Conditions value)
withConditions in class VisualAsset2DTypepublic LabelType withOrientation(OrientationType value)
withOrientation in class VisualAsset2DTypepublic LabelType withScalingMode(ScalingModeType value)
withScalingMode in class VisualAsset2DTypepublic LabelType withId(String value)
withId in class VisualAsset2DType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||