public class ModelType 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 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>
| Modifier and Type | Class and Description |
|---|---|
static class |
ModelType.Href
Java class for anonymous complex type.
|
VisualAssetType.Conditions| Modifier and Type | Field and Description |
|---|---|
protected ModelType.Href |
href |
protected ScaleType |
scale |
protected java.lang.String |
type |
conditions, enabled, orientation, scalingMode, zOrderid| Constructor and Description |
|---|
ModelType() |
| 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) |
java.lang.Object |
createNewInstance() |
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) |
ModelType.Href |
getHref()
Gets the value of the href property.
|
ScaleType |
getScale()
Gets the value of the scale property.
|
java.lang.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,
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 |
setHref(ModelType.Href value)
Sets the value of the href property.
|
void |
setScale(ScaleType value)
Sets the value of the scale property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
java.lang.String |
toString() |
ModelType |
withConditions(VisualAssetType.Conditions value) |
ModelType |
withEnabled(java.lang.Boolean value) |
ModelType |
withHref(ModelType.Href value) |
ModelType |
withId(java.lang.String value) |
ModelType |
withOrientation(OrientationType value) |
ModelType |
withScale(ScaleType value) |
ModelType |
withScalingMode(ScalingModeType value) |
ModelType |
withType(java.lang.String value) |
ModelType |
withZOrder(java.lang.Integer value) |
getConditions, getOrientation, getScalingMode, getZOrder, isEnabled, isSetConditions, isSetEnabled, isSetOrientation, isSetScalingMode, isSetZOrder, setConditions, setEnabled, setOrientation, setScalingMode, setZOrdergetId, isSetId, setIdprotected ModelType.Href href
protected java.lang.String type
protected ScaleType scale
public ModelType.Href getHref()
ModelType.Hrefpublic void setHref(ModelType.Href value)
value - allowed object is
ModelType.Hrefpublic boolean isSetHref()
public java.lang.String getType()
Stringpublic void setType(java.lang.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 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 java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public 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 ModelType withHref(ModelType.Href value)
public ModelType withType(java.lang.String value)
public ModelType withEnabled(java.lang.Boolean value)
withEnabled in class VisualAssetTypepublic ModelType withZOrder(java.lang.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(java.lang.String value)
withId in class VisualAssetTypeCopyright © 2008-2021. All Rights Reserved.