|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.arml.v_2_0.ARElementType
net.opengis.arml.v_2_0.VisualAssetType
net.opengis.arml.v_2_0.VisualAsset2DType
public abstract class VisualAsset2DType
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>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.opengis.arml.v_2_0.VisualAssetType |
|---|
VisualAssetType.Conditions |
| Field Summary | |
|---|---|
protected String |
backside
|
protected String |
height
|
protected String |
orientationMode
|
protected String |
width
|
| Fields inherited from class net.opengis.arml.v_2_0.VisualAssetType |
|---|
conditions, enabled, orientation, scalingMode, zOrder |
| Fields inherited from class net.opengis.arml.v_2_0.ARElementType |
|---|
id |
| Constructor Summary | |
|---|---|
VisualAsset2DType()
|
|
| 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)
|
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 |
getBackside()
Gets the value of the backside property. |
String |
getHeight()
Gets the value of the height property. |
String |
getOrientationMode()
Gets the value of the orientationMode property. |
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.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 |
setBackside(String value)
Sets the value of the backside property. |
void |
setHeight(String value)
Sets the value of the height property. |
void |
setOrientationMode(String value)
Sets the value of the orientationMode property. |
void |
setWidth(String value)
Sets the value of the width property. |
String |
toString()
|
VisualAsset2DType |
withBackside(String value)
|
VisualAsset2DType |
withConditions(VisualAssetType.Conditions value)
|
VisualAsset2DType |
withEnabled(Boolean value)
|
VisualAsset2DType |
withHeight(String value)
|
VisualAsset2DType |
withId(String value)
|
VisualAsset2DType |
withOrientation(OrientationType value)
|
VisualAsset2DType |
withOrientationMode(String value)
|
VisualAsset2DType |
withScalingMode(ScalingModeType value)
|
VisualAsset2DType |
withWidth(String value)
|
VisualAsset2DType |
withZOrder(Integer value)
|
| Methods inherited from class net.opengis.arml.v_2_0.VisualAssetType |
|---|
getConditions, getOrientation, getScalingMode, getZOrder, isEnabled, setConditions, setEnabled, setOrientation, setScalingMode, setZOrder |
| Methods inherited from class net.opengis.arml.v_2_0.ARElementType |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo |
|---|
createNewInstance |
| Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom |
|---|
createNewInstance |
| Field Detail |
|---|
protected String width
protected String height
protected String orientationMode
protected String backside
| Constructor Detail |
|---|
public VisualAsset2DType()
| Method Detail |
|---|
public String getWidth()
Stringpublic void setWidth(String value)
value - allowed object is
Stringpublic String getHeight()
Stringpublic void setHeight(String value)
value - allowed object is
Stringpublic String getOrientationMode()
Stringpublic void setOrientationMode(String value)
value - allowed object is
Stringpublic String getBackside()
Stringpublic void setBackside(String value)
value - allowed object is
Stringpublic String toString()
toString in class VisualAssetType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class VisualAssetType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class VisualAssetType
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class VisualAssetTypepublic boolean equals(Object object)
equals in class VisualAssetType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class VisualAssetTypepublic int hashCode()
hashCode in class VisualAssetTypepublic Object clone()
clone in class VisualAssetTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class VisualAssetType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class VisualAssetType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class VisualAssetType
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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class VisualAssetTypepublic VisualAsset2DType withWidth(String value)
public VisualAsset2DType withHeight(String value)
public VisualAsset2DType withOrientationMode(String value)
public VisualAsset2DType withBackside(String value)
public VisualAsset2DType withEnabled(Boolean value)
withEnabled in class VisualAssetTypepublic VisualAsset2DType withZOrder(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(String value)
withId in class VisualAssetType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||