|
|||||||||
| 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.ModelType
public class ModelType
Java class for ModelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModelType">
<complexContent>
<extension base="{http://www.opengis.net/arml/2.0}VisualAssetType">
<sequence>
<element name="href">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{http://www.w3.org/1999/xlink}href use="required""/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="type" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="normal"/>
<enumeration value="infrastructure"/>
</restriction>
</simpleType>
</element>
<element name="Scale" type="{http://www.opengis.net/arml/2.0}ScaleType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ModelType.Href
Java class for anonymous complex type. |
| Nested classes/interfaces inherited from class net.opengis.arml.v_2_0.VisualAssetType |
|---|
VisualAssetType.Conditions |
| Field Summary | |
|---|---|
protected ModelType.Href |
href
|
protected ScaleType |
scale
|
protected String |
type
|
| 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 | |
|---|---|
ModelType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
|
Object |
createNewInstance()
|
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.EqualsStrategy2 strategy)
|
ModelType.Href |
getHref()
Gets the value of the href property. |
ScaleType |
getScale()
Gets the value of the scale property. |
String |
getType()
Gets the value of the type property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetHref()
|
boolean |
isSetScale()
|
boolean |
isSetType()
|
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.MergeStrategy2 strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setHref(ModelType.Href value)
Sets the value of the href property. |
void |
setScale(ScaleType value)
Sets the value of the scale property. |
void |
setType(String value)
Sets the value of the type property. |
String |
toString()
|
ModelType |
withConditions(VisualAssetType.Conditions value)
|
ModelType |
withEnabled(Boolean value)
|
ModelType |
withHref(ModelType.Href value)
|
ModelType |
withId(String value)
|
ModelType |
withOrientation(OrientationType value)
|
ModelType |
withScale(ScaleType value)
|
ModelType |
withScalingMode(ScalingModeType value)
|
ModelType |
withType(String value)
|
ModelType |
withZOrder(Integer value)
|
| Methods inherited from class net.opengis.arml.v_2_0.VisualAssetType |
|---|
getConditions, getOrientation, getScalingMode, getZOrder, isEnabled, isSetConditions, isSetEnabled, isSetOrientation, isSetScalingMode, isSetZOrder, setConditions, setEnabled, setOrientation, setScalingMode, setZOrder |
| Methods inherited from class net.opengis.arml.v_2_0.ARElementType |
|---|
getId, isSetId, setId |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ModelType.Href href
protected String type
protected ScaleType scale
| Constructor Detail |
|---|
public ModelType()
| Method Detail |
|---|
public ModelType.Href getHref()
ModelType.Hrefpublic void setHref(ModelType.Href value)
value - allowed object is
ModelType.Hrefpublic boolean isSetHref()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public ScaleType getScale()
ScaleTypepublic void setScale(ScaleType value)
value - allowed object is
ScaleTypepublic boolean isSetScale()
public String toString()
toString in class VisualAssetType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class VisualAssetType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields 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.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals 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.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode 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.CopyTo2copyTo in class VisualAssetType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class VisualAssetTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom 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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class VisualAssetTypepublic ModelType withHref(ModelType.Href value)
public ModelType withType(String value)
public ModelType withScale(ScaleType value)
public ModelType withEnabled(Boolean value)
withEnabled in class VisualAssetTypepublic ModelType withZOrder(Integer value)
withZOrder in class VisualAssetTypepublic ModelType withConditions(VisualAssetType.Conditions value)
withConditions in class VisualAssetTypepublic ModelType withOrientation(OrientationType value)
withOrientation in class VisualAssetTypepublic ModelType withScalingMode(ScalingModeType value)
withScalingMode in class VisualAssetTypepublic ModelType withId(String value)
withId in class VisualAssetType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||