|
|||||||||
| 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
public abstract class VisualAssetType
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>
| Nested Class Summary | |
|---|---|
static class |
VisualAssetType.Conditions
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected VisualAssetType.Conditions |
conditions
|
protected Boolean |
enabled
|
protected OrientationType |
orientation
|
protected ScalingModeType |
scalingMode
|
protected Integer |
zOrder
|
| Fields inherited from class net.opengis.arml.v_2_0.ARElementType |
|---|
id |
| Constructor Summary | |
|---|---|
VisualAssetType()
|
|
| 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)
|
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. |
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.HashCodeStrategy strategy)
|
Boolean |
isEnabled()
Gets the value of the enabled property. |
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 |
setConditions(VisualAssetType.Conditions value)
Sets the value of the conditions property. |
void |
setEnabled(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(Integer value)
Sets the value of the zOrder property. |
String |
toString()
|
VisualAssetType |
withConditions(VisualAssetType.Conditions value)
|
VisualAssetType |
withEnabled(Boolean value)
|
VisualAssetType |
withId(String value)
|
VisualAssetType |
withOrientation(OrientationType value)
|
VisualAssetType |
withScalingMode(ScalingModeType value)
|
VisualAssetType |
withZOrder(Integer value)
|
| 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 Boolean enabled
protected Integer zOrder
protected VisualAssetType.Conditions conditions
protected OrientationType orientation
protected ScalingModeType scalingMode
| Constructor Detail |
|---|
public VisualAssetType()
| Method Detail |
|---|
public Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic Integer getZOrder()
Integerpublic void setZOrder(Integer value)
value - allowed object is
Integerpublic VisualAssetType.Conditions getConditions()
VisualAssetType.Conditionspublic void setConditions(VisualAssetType.Conditions value)
value - allowed object is
VisualAssetType.Conditionspublic OrientationType getOrientation()
OrientationTypepublic void setOrientation(OrientationType value)
value - allowed object is
OrientationTypepublic ScalingModeType getScalingMode()
ScalingModeTypepublic void setScalingMode(ScalingModeType value)
value - allowed object is
ScalingModeTypepublic String toString()
toString in class ARElementType
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 ARElementType
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 ARElementType
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 ARElementTypepublic boolean equals(Object object)
equals in class ARElementType
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 ARElementTypepublic int hashCode()
hashCode in class ARElementTypepublic Object clone()
clone in class ARElementTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class ARElementType
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 ARElementType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class ARElementType
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 ARElementTypepublic VisualAssetType withEnabled(Boolean value)
public VisualAssetType withZOrder(Integer value)
public VisualAssetType withConditions(VisualAssetType.Conditions value)
public VisualAssetType withOrientation(OrientationType value)
public VisualAssetType withScalingMode(ScalingModeType value)
public VisualAssetType withId(String value)
withId in class ARElementType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||