public class FillType extends VisualAsset2DType 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 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>
VisualAssetType.Conditions| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
clazz |
protected java.lang.String |
style |
backside, height, orientationMode, widthconditions, enabled, orientation, scalingMode, zOrderid| Constructor and Description |
|---|
FillType() |
| 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) |
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.lang.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.HashCodeStrategy2 strategy) |
boolean |
isSetClazz() |
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 |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setStyle(java.lang.String value)
Sets the value of the style property.
|
java.lang.String |
toString() |
FillType |
withBackside(java.lang.String value) |
FillType |
withClazz(java.lang.String value) |
FillType |
withConditions(VisualAssetType.Conditions value) |
FillType |
withEnabled(java.lang.Boolean value) |
FillType |
withHeight(java.lang.String value) |
FillType |
withId(java.lang.String value) |
FillType |
withOrientation(OrientationType value) |
FillType |
withOrientationMode(java.lang.String value) |
FillType |
withScalingMode(ScalingModeType value) |
FillType |
withStyle(java.lang.String value) |
FillType |
withWidth(java.lang.String value) |
FillType |
withZOrder(java.lang.Integer value) |
getBackside, getHeight, getOrientationMode, getWidth, isSetBackside, isSetHeight, isSetOrientationMode, isSetWidth, setBackside, setHeight, setOrientationMode, setWidthgetConditions, getOrientation, getScalingMode, getZOrder, isEnabled, isSetConditions, isSetEnabled, isSetOrientation, isSetScalingMode, isSetZOrder, setConditions, setEnabled, setOrientation, setScalingMode, setZOrdergetId, isSetId, setIdpublic java.lang.String getStyle()
Stringpublic void setStyle(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetStyle()
public java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetClazz()
public java.lang.String toString()
toString in class VisualAsset2DTypepublic 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.ToString2append in class VisualAsset2DTypepublic 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.ToString2appendFields in class VisualAsset2DTypepublic 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.Equals2equals in class VisualAsset2DTypepublic boolean equals(java.lang.Object object)
equals in class VisualAsset2DTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class VisualAsset2DTypepublic int hashCode()
hashCode in class VisualAsset2DTypepublic java.lang.Object clone()
clone in class VisualAsset2DTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class VisualAsset2DTypepublic 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.CopyTo2copyTo in class VisualAsset2DTypepublic 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.MergeFrom2mergeFrom in class VisualAsset2DTypepublic 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.MergeFrom2mergeFrom in class VisualAsset2DTypepublic FillType withStyle(java.lang.String value)
public FillType withClazz(java.lang.String value)
public FillType withWidth(java.lang.String value)
withWidth in class VisualAsset2DTypepublic FillType withHeight(java.lang.String value)
withHeight in class VisualAsset2DTypepublic FillType withOrientationMode(java.lang.String value)
withOrientationMode in class VisualAsset2DTypepublic FillType withBackside(java.lang.String value)
withBackside in class VisualAsset2DTypepublic FillType withEnabled(java.lang.Boolean value)
withEnabled in class VisualAsset2DTypepublic FillType withZOrder(java.lang.Integer value)
withZOrder in class VisualAsset2DTypepublic FillType withConditions(VisualAssetType.Conditions value)
withConditions in class VisualAsset2DTypepublic FillType withOrientation(OrientationType value)
withOrientation in class VisualAsset2DTypepublic FillType withScalingMode(ScalingModeType value)
withScalingMode in class VisualAsset2DTypepublic FillType withId(java.lang.String value)
withId in class VisualAsset2DTypeCopyright © 2008-2021. All Rights Reserved.