public abstract class VisualAssetType extends ARElementType 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 VisualAssetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VisualAssetType">
<complexContent>
<extension base="{http://www.opengis.net/arml/2.0}ARElementType">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="zOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="conditions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/arml/2.0}Condition" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Orientation" type="{http://www.opengis.net/arml/2.0}OrientationType" minOccurs="0"/>
<element name="ScalingMode" type="{http://www.opengis.net/arml/2.0}ScalingModeType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
VisualAssetType.Conditions
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected VisualAssetType.Conditions |
conditions |
protected java.lang.Boolean |
enabled |
protected OrientationType |
orientation |
protected ScalingModeType |
scalingMode |
protected java.lang.Integer |
zOrder |
id| Constructor and Description |
|---|
VisualAssetType() |
| 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) |
VisualAssetType.Conditions |
getConditions()
Gets the value of the conditions property.
|
OrientationType |
getOrientation()
Gets the value of the orientation property.
|
ScalingModeType |
getScalingMode()
Gets the value of the scalingMode property.
|
java.lang.Integer |
getZOrder()
Gets the value of the zOrder property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
java.lang.Boolean |
isEnabled()
Gets the value of the enabled property.
|
boolean |
isSetConditions() |
boolean |
isSetEnabled() |
boolean |
isSetOrientation() |
boolean |
isSetScalingMode() |
boolean |
isSetZOrder() |
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 |
setConditions(VisualAssetType.Conditions value)
Sets the value of the conditions property.
|
void |
setEnabled(java.lang.Boolean value)
Sets the value of the enabled property.
|
void |
setOrientation(OrientationType value)
Sets the value of the orientation property.
|
void |
setScalingMode(ScalingModeType value)
Sets the value of the scalingMode property.
|
void |
setZOrder(java.lang.Integer value)
Sets the value of the zOrder property.
|
java.lang.String |
toString() |
VisualAssetType |
withConditions(VisualAssetType.Conditions value) |
VisualAssetType |
withEnabled(java.lang.Boolean value) |
VisualAssetType |
withId(java.lang.String value) |
VisualAssetType |
withOrientation(OrientationType value) |
VisualAssetType |
withScalingMode(ScalingModeType value) |
VisualAssetType |
withZOrder(java.lang.Integer value) |
getId, isSetId, setIdprotected java.lang.Boolean enabled
protected java.lang.Integer zOrder
protected VisualAssetType.Conditions conditions
protected OrientationType orientation
protected ScalingModeType scalingMode
public java.lang.Boolean isEnabled()
Booleanpublic void setEnabled(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSetEnabled()
public java.lang.Integer getZOrder()
Integerpublic void setZOrder(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isSetZOrder()
public VisualAssetType.Conditions getConditions()
VisualAssetType.Conditionspublic void setConditions(VisualAssetType.Conditions value)
value - allowed object is
VisualAssetType.Conditionspublic boolean isSetConditions()
public OrientationType getOrientation()
OrientationTypepublic void setOrientation(OrientationType value)
value - allowed object is
OrientationTypepublic boolean isSetOrientation()
public ScalingModeType getScalingMode()
ScalingModeTypepublic void setScalingMode(ScalingModeType value)
value - allowed object is
ScalingModeTypepublic boolean isSetScalingMode()
public java.lang.String toString()
toString in class ARElementTypepublic 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 ARElementTypepublic 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 ARElementTypepublic 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 ARElementTypepublic boolean equals(java.lang.Object object)
equals in class ARElementTypepublic 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 ARElementTypepublic int hashCode()
hashCode in class ARElementTypepublic java.lang.Object clone()
clone in class ARElementTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class ARElementTypepublic 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 ARElementTypepublic void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class ARElementTypepublic 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 ARElementTypepublic VisualAssetType withEnabled(java.lang.Boolean value)
public VisualAssetType withZOrder(java.lang.Integer value)
public VisualAssetType withConditions(VisualAssetType.Conditions value)
public VisualAssetType withOrientation(OrientationType value)
public VisualAssetType withScalingMode(ScalingModeType value)
public VisualAssetType withId(java.lang.String value)
withId in class ARElementTypeCopyright © 2008-2021. All Rights Reserved.