public abstract class VisualAsset2DType extends VisualAssetType 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 VisualAsset2DType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VisualAsset2DType">
<complexContent>
<extension base="{http://www.opengis.net/arml/2.0}VisualAssetType">
<sequence>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="orientationMode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="user"/>
<enumeration value="absolute"/>
<enumeration value="auto"/>
</restriction>
</simpleType>
</element>
<element name="backside" 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 |
backside |
protected java.lang.String |
height |
protected java.lang.String |
orientationMode |
protected java.lang.String |
width |
conditions, enabled, orientation, scalingMode, zOrderid| Constructor and Description |
|---|
VisualAsset2DType() |
| 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) |
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 |
getBackside()
Gets the value of the backside property.
|
java.lang.String |
getHeight()
Gets the value of the height property.
|
java.lang.String |
getOrientationMode()
Gets the value of the orientationMode property.
|
java.lang.String |
getWidth()
Gets the value of the width property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetBackside() |
boolean |
isSetHeight() |
boolean |
isSetOrientationMode() |
boolean |
isSetWidth() |
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 |
setBackside(java.lang.String value)
Sets the value of the backside property.
|
void |
setHeight(java.lang.String value)
Sets the value of the height property.
|
void |
setOrientationMode(java.lang.String value)
Sets the value of the orientationMode property.
|
void |
setWidth(java.lang.String value)
Sets the value of the width property.
|
java.lang.String |
toString() |
VisualAsset2DType |
withBackside(java.lang.String value) |
VisualAsset2DType |
withConditions(VisualAssetType.Conditions value) |
VisualAsset2DType |
withEnabled(java.lang.Boolean value) |
VisualAsset2DType |
withHeight(java.lang.String value) |
VisualAsset2DType |
withId(java.lang.String value) |
VisualAsset2DType |
withOrientation(OrientationType value) |
VisualAsset2DType |
withOrientationMode(java.lang.String value) |
VisualAsset2DType |
withScalingMode(ScalingModeType value) |
VisualAsset2DType |
withWidth(java.lang.String value) |
VisualAsset2DType |
withZOrder(java.lang.Integer value) |
getConditions, getOrientation, getScalingMode, getZOrder, isEnabled, isSetConditions, isSetEnabled, isSetOrientation, isSetScalingMode, isSetZOrder, setConditions, setEnabled, setOrientation, setScalingMode, setZOrdergetId, isSetId, setIdprotected java.lang.String width
protected java.lang.String height
protected java.lang.String orientationMode
protected java.lang.String backside
public java.lang.String getWidth()
Stringpublic void setWidth(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetWidth()
public java.lang.String getHeight()
Stringpublic void setHeight(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetHeight()
public java.lang.String getOrientationMode()
Stringpublic void setOrientationMode(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetOrientationMode()
public java.lang.String getBackside()
Stringpublic void setBackside(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetBackside()
public java.lang.String toString()
toString in class VisualAssetTypepublic 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 VisualAssetTypepublic 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 VisualAssetTypepublic 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 VisualAssetTypepublic boolean equals(java.lang.Object object)
equals in class VisualAssetTypepublic 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 VisualAssetTypepublic int hashCode()
hashCode in class VisualAssetTypepublic java.lang.Object clone()
clone in class VisualAssetTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class VisualAssetTypepublic 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 VisualAssetTypepublic void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class VisualAssetTypepublic 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 VisualAssetTypepublic VisualAsset2DType withWidth(java.lang.String value)
public VisualAsset2DType withHeight(java.lang.String value)
public VisualAsset2DType withOrientationMode(java.lang.String value)
public VisualAsset2DType withBackside(java.lang.String value)
public VisualAsset2DType withEnabled(java.lang.Boolean value)
withEnabled in class VisualAssetTypepublic VisualAsset2DType withZOrder(java.lang.Integer value)
withZOrder in class VisualAssetTypepublic VisualAsset2DType withConditions(VisualAssetType.Conditions value)
withConditions in class VisualAssetTypepublic VisualAsset2DType withOrientation(OrientationType value)
withOrientation in class VisualAssetTypepublic VisualAsset2DType withScalingMode(ScalingModeType value)
withScalingMode in class VisualAssetTypepublic VisualAsset2DType withId(java.lang.String value)
withId in class VisualAssetTypeCopyright © 2008-2021. All Rights Reserved.