net.opengis.arml.v_2_0
Class FillType
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.FillType
- 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 FillType
- 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 FillType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FillType">
<complexContent>
<extension base="{http://www.opengis.net/arml/2.0}VisualAsset2DType">
<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"/>
</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 |
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)
|
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 |
setStyle(String value)
Sets the value of the style property. |
String |
toString()
|
FillType |
withBackside(String value)
|
FillType |
withClazz(String value)
|
FillType |
withConditions(VisualAssetType.Conditions value)
|
FillType |
withEnabled(Boolean value)
|
FillType |
withHeight(String value)
|
FillType |
withId(String value)
|
FillType |
withOrientation(OrientationType value)
|
FillType |
withOrientationMode(String value)
|
FillType |
withScalingMode(ScalingModeType value)
|
FillType |
withStyle(String value)
|
FillType |
withWidth(String value)
|
FillType |
withZOrder(Integer value)
|
style
protected String style
clazz
protected String clazz
FillType
public FillType()
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
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
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
withStyle
public FillType withStyle(String value)
withClazz
public FillType withClazz(String value)
withWidth
public FillType withWidth(String value)
- Overrides:
withWidth in class VisualAsset2DType
withHeight
public FillType withHeight(String value)
- Overrides:
withHeight in class VisualAsset2DType
withOrientationMode
public FillType withOrientationMode(String value)
- Overrides:
withOrientationMode in class VisualAsset2DType
withBackside
public FillType withBackside(String value)
- Overrides:
withBackside in class VisualAsset2DType
withEnabled
public FillType withEnabled(Boolean value)
- Overrides:
withEnabled in class VisualAsset2DType
withZOrder
public FillType withZOrder(Integer value)
- Overrides:
withZOrder in class VisualAsset2DType
withConditions
public FillType withConditions(VisualAssetType.Conditions value)
- Overrides:
withConditions in class VisualAsset2DType
withOrientation
public FillType withOrientation(OrientationType value)
- Overrides:
withOrientation in class VisualAsset2DType
withScalingMode
public FillType withScalingMode(ScalingModeType value)
- Overrides:
withScalingMode in class VisualAsset2DType
withId
public FillType withId(String value)
- Overrides:
withId in class VisualAsset2DType
Copyright © 2008-2015. All Rights Reserved.