net.opengis.arml.v_2_0
Class TextType
java.lang.Object
net.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.TextType
- All Implemented Interfaces:
- Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
public class TextType
- extends VisualAsset2DType
- implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Java class for TextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextType">
<complexContent>
<extension base="{http://www.opengis.net/arml/2.0}VisualAsset2DType">
<sequence>
<element name="src" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
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)
|
String |
getClazz()
Gets the value of the clazz property. |
String |
getSrc()
Gets the value of the src 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 |
isSetClazz()
|
boolean |
isSetSrc()
|
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 |
setClazz(String value)
Sets the value of the clazz property. |
void |
setSrc(String value)
Sets the value of the src property. |
void |
setStyle(String value)
Sets the value of the style property. |
String |
toString()
|
TextType |
withBackside(String value)
|
TextType |
withClazz(String value)
|
TextType |
withConditions(VisualAssetType.Conditions value)
|
TextType |
withEnabled(Boolean value)
|
TextType |
withHeight(String value)
|
TextType |
withId(String value)
|
TextType |
withOrientation(OrientationType value)
|
TextType |
withOrientationMode(String value)
|
TextType |
withScalingMode(ScalingModeType value)
|
TextType |
withSrc(String value)
|
TextType |
withStyle(String value)
|
TextType |
withWidth(String value)
|
TextType |
withZOrder(Integer value)
|
| Methods inherited from class net.opengis.arml.v_2_0.VisualAsset2DType |
getBackside, getHeight, getOrientationMode, getWidth, isSetBackside, isSetHeight, isSetOrientationMode, isSetWidth, setBackside, setHeight, setOrientationMode, setWidth |
| Methods inherited from class net.opengis.arml.v_2_0.VisualAssetType |
getConditions, getOrientation, getScalingMode, getZOrder, isEnabled, isSetConditions, isSetEnabled, isSetOrientation, isSetScalingMode, isSetZOrder, setConditions, setEnabled, setOrientation, setScalingMode, setZOrder |
src
protected String src
style
protected String style
clazz
protected String clazz
TextType
public TextType()
getSrc
public String getSrc()
- Gets the value of the src property.
- Returns:
- possible object is
String
setSrc
public void setSrc(String value)
- Sets the value of the src property.
- Parameters:
value - allowed object is
String
isSetSrc
public boolean isSetSrc()
getStyle
public String getStyle()
- Gets the value of the style property.
- Returns:
- possible object is
String
setStyle
public void setStyle(String value)
- Sets the value of the style property.
- Parameters:
value - allowed object is
String
isSetStyle
public boolean isSetStyle()
getClazz
public String getClazz()
- Gets the value of the clazz property.
- Returns:
- possible object is
String
setClazz
public void setClazz(String value)
- Sets the value of the clazz property.
- Parameters:
value - allowed object is
String
isSetClazz
public boolean isSetClazz()
toString
public String toString()
- Overrides:
toString in class VisualAsset2DType
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
append in class VisualAsset2DType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
appendFields in class VisualAsset2DType
equals
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)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals- Overrides:
equals in class VisualAsset2DType
equals
public boolean equals(Object object)
- Overrides:
equals in class VisualAsset2DType
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCode in class VisualAsset2DType
hashCode
public int hashCode()
- Overrides:
hashCode in class VisualAsset2DType
clone
public Object clone()
- Overrides:
clone in class VisualAsset2DType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class VisualAsset2DType
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class VisualAsset2DType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class VisualAsset2DType
mergeFrom
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)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class VisualAsset2DType
withSrc
public TextType withSrc(String value)
withStyle
public TextType withStyle(String value)
withClazz
public TextType withClazz(String value)
withWidth
public TextType withWidth(String value)
- Overrides:
withWidth in class VisualAsset2DType
withHeight
public TextType withHeight(String value)
- Overrides:
withHeight in class VisualAsset2DType
withOrientationMode
public TextType withOrientationMode(String value)
- Overrides:
withOrientationMode in class VisualAsset2DType
withBackside
public TextType withBackside(String value)
- Overrides:
withBackside in class VisualAsset2DType
withEnabled
public TextType withEnabled(Boolean value)
- Overrides:
withEnabled in class VisualAsset2DType
withZOrder
public TextType withZOrder(Integer value)
- Overrides:
withZOrder in class VisualAsset2DType
withConditions
public TextType withConditions(VisualAssetType.Conditions value)
- Overrides:
withConditions in class VisualAsset2DType
withOrientation
public TextType withOrientation(OrientationType value)
- Overrides:
withOrientation in class VisualAsset2DType
withScalingMode
public TextType withScalingMode(ScalingModeType value)
- Overrides:
withScalingMode in class VisualAsset2DType
withId
public TextType withId(String value)
- Overrides:
withId in class VisualAsset2DType
Copyright © 2008-2015. All Rights Reserved.