|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.kml.v_2_3.AbstractObjectType
net.opengis.kml.v_2_3.AbstractGeometryType
net.opengis.kml.v_2_3.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/kml/2.2}AbstractGeometryType">
<all>
<group ref="{http://www.opengis.net/kml/2.2}AltitudeModeGroup"/>
<element ref="{http://www.opengis.net/kml/2.2}Location" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}Orientation" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}Scale" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}Link" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ResourceMap" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ModelSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ModelObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AltitudeModeEnumType |
altitudeMode
|
protected List<AbstractObjectType> |
altitudeModeObjectExtensionGroup
|
protected List<Object> |
altitudeModeSimpleExtensionGroup
|
protected LinkType |
link
|
protected LocationType |
location
|
protected List<AbstractObjectType> |
modelObjectExtensionGroup
|
protected List<Object> |
modelSimpleExtensionGroup
|
protected OrientationType |
orientation
|
protected ResourceMapType |
resourceMap
|
protected ScaleType |
scale
|
protected SeaFloorAltitudeModeEnumType |
seaFloorAltitudeMode
|
| Fields inherited from class net.opengis.kml.v_2_3.AbstractGeometryType |
|---|
abstractGeometryObjectExtensionGroup, abstractGeometrySimpleExtensionGroup |
| Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
ModelType()
|
|
| Methods inherited from class net.opengis.kml.v_2_3.AbstractObjectType |
|---|
getId, getObjectSimpleExtensionGroup, getOtherAttributes, getTargetId, isSetId, isSetObjectSimpleExtensionGroup, isSetTargetId, setId, setObjectSimpleExtensionGroup, setTargetId, unsetObjectSimpleExtensionGroup |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected AltitudeModeEnumType altitudeMode
protected SeaFloorAltitudeModeEnumType seaFloorAltitudeMode
protected List<Object> altitudeModeSimpleExtensionGroup
protected List<AbstractObjectType> altitudeModeObjectExtensionGroup
protected LocationType location
protected OrientationType orientation
protected ScaleType scale
protected LinkType link
protected ResourceMapType resourceMap
protected List<Object> modelSimpleExtensionGroup
protected List<AbstractObjectType> modelObjectExtensionGroup
| Constructor Detail |
|---|
public ModelType()
| Method Detail |
|---|
public AltitudeModeEnumType getAltitudeMode()
AltitudeModeEnumTypepublic void setAltitudeMode(AltitudeModeEnumType value)
value - allowed object is
AltitudeModeEnumTypepublic boolean isSetAltitudeMode()
public SeaFloorAltitudeModeEnumType getSeaFloorAltitudeMode()
SeaFloorAltitudeModeEnumTypepublic void setSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
value - allowed object is
SeaFloorAltitudeModeEnumTypepublic boolean isSetSeaFloorAltitudeMode()
public List<Object> getAltitudeModeSimpleExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the altitudeModeSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getAltitudeModeSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetAltitudeModeSimpleExtensionGroup()
public void unsetAltitudeModeSimpleExtensionGroup()
public List<AbstractObjectType> getAltitudeModeObjectExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the altitudeModeObjectExtensionGroup property.
For example, to add a new item, do as follows:
getAltitudeModeObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetAltitudeModeObjectExtensionGroup()
public void unsetAltitudeModeObjectExtensionGroup()
public LocationType getLocation()
LocationTypepublic void setLocation(LocationType value)
value - allowed object is
LocationTypepublic boolean isSetLocation()
public OrientationType getOrientation()
OrientationTypepublic void setOrientation(OrientationType value)
value - allowed object is
OrientationTypepublic boolean isSetOrientation()
public ScaleType getScale()
ScaleTypepublic void setScale(ScaleType value)
value - allowed object is
ScaleTypepublic boolean isSetScale()
public LinkType getLink()
LinkTypepublic void setLink(LinkType value)
value - allowed object is
LinkTypepublic boolean isSetLink()
public ResourceMapType getResourceMap()
ResourceMapTypepublic void setResourceMap(ResourceMapType value)
value - allowed object is
ResourceMapTypepublic boolean isSetResourceMap()
public List<Object> getModelSimpleExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the modelSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getModelSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetModelSimpleExtensionGroup()
public void unsetModelSimpleExtensionGroup()
public List<AbstractObjectType> getModelObjectExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the modelObjectExtensionGroup property.
For example, to add a new item, do as follows:
getModelObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetModelObjectExtensionGroup()
public void unsetModelObjectExtensionGroup()
public String toString()
toString in class AbstractGeometryType
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 AbstractGeometryType
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 AbstractGeometryType
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 AbstractGeometryTypepublic boolean equals(Object object)
equals in class AbstractGeometryType
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 AbstractGeometryTypepublic int hashCode()
hashCode in class AbstractGeometryTypepublic Object clone()
clone in class AbstractGeometryTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractGeometryType
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 AbstractGeometryTypepublic 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 AbstractGeometryType
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 AbstractGeometryTypepublic void setAltitudeModeSimpleExtensionGroup(List<Object> value)
public void setAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
public void setModelSimpleExtensionGroup(List<Object> value)
public void setModelObjectExtensionGroup(List<AbstractObjectType> value)
public ModelType withAltitudeMode(AltitudeModeEnumType value)
public ModelType withSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
public ModelType withAltitudeModeSimpleExtensionGroup(Object... values)
public ModelType withAltitudeModeSimpleExtensionGroup(Collection<Object> values)
public ModelType withAltitudeModeObjectExtensionGroup(AbstractObjectType... values)
public ModelType withAltitudeModeObjectExtensionGroup(Collection<AbstractObjectType> values)
public ModelType withLocation(LocationType value)
public ModelType withOrientation(OrientationType value)
public ModelType withScale(ScaleType value)
public ModelType withLink(LinkType value)
public ModelType withResourceMap(ResourceMapType value)
public ModelType withModelSimpleExtensionGroup(Object... values)
public ModelType withModelSimpleExtensionGroup(Collection<Object> values)
public ModelType withModelObjectExtensionGroup(AbstractObjectType... values)
public ModelType withModelObjectExtensionGroup(Collection<AbstractObjectType> values)
public ModelType withAltitudeModeSimpleExtensionGroup(List<Object> value)
public ModelType withAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
public ModelType withModelSimpleExtensionGroup(List<Object> value)
public ModelType withModelObjectExtensionGroup(List<AbstractObjectType> value)
public ModelType withAbstractGeometrySimpleExtensionGroup(Object... values)
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryTypepublic ModelType withAbstractGeometrySimpleExtensionGroup(Collection<Object> values)
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryTypepublic ModelType withAbstractGeometryObjectExtensionGroup(AbstractObjectType... values)
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryTypepublic ModelType withAbstractGeometryObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryTypepublic ModelType withAbstractGeometrySimpleExtensionGroup(List<Object> value)
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryTypepublic ModelType withAbstractGeometryObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryTypepublic ModelType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractGeometryTypepublic ModelType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractGeometryTypepublic ModelType withId(String value)
withId in class AbstractGeometryTypepublic ModelType withTargetId(String value)
withTargetId in class AbstractGeometryTypepublic ModelType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractGeometryType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||