public class GeneralizationRelationType
extends java.lang.Object
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 GeneralizationRelationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralizationRelationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element ref="{http://www.opengis.net/citygml/2.0}_CityObject"/>
</sequence>
<attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected org.hisrc.w3c.xlink.v_1_0.ActuateType |
actuate |
protected java.lang.String |
arcrole |
protected javax.xml.bind.JAXBElement<? extends AbstractCityObjectType> |
cityObject |
protected java.lang.String |
href |
protected java.lang.String |
remoteSchema |
protected java.lang.String |
role |
protected org.hisrc.w3c.xlink.v_1_0.ShowType |
show |
protected java.lang.String |
title |
protected org.hisrc.w3c.xlink.v_1_0.TypeType |
type |
| Constructor and Description |
|---|
GeneralizationRelationType() |
| 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) |
org.hisrc.w3c.xlink.v_1_0.ActuateType |
getActuate()
Gets the value of the actuate property.
|
java.lang.String |
getArcrole()
Gets the value of the arcrole property.
|
javax.xml.bind.JAXBElement<? extends AbstractCityObjectType> |
getCityObject()
Gets the value of the cityObject property.
|
java.lang.String |
getHref()
Gets the value of the href property.
|
java.lang.String |
getRemoteSchema()
Gets the value of the remoteSchema property.
|
java.lang.String |
getRole()
Gets the value of the role property.
|
org.hisrc.w3c.xlink.v_1_0.ShowType |
getShow()
Gets the value of the show property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
org.hisrc.w3c.xlink.v_1_0.TypeType |
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 |
isSetActuate() |
boolean |
isSetArcrole() |
boolean |
isSetCityObject() |
boolean |
isSetHref() |
boolean |
isSetRemoteSchema() |
boolean |
isSetRole() |
boolean |
isSetShow() |
boolean |
isSetTitle() |
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 |
setActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
Sets the value of the actuate property.
|
void |
setArcrole(java.lang.String value)
Sets the value of the arcrole property.
|
void |
setCityObject(javax.xml.bind.JAXBElement<? extends AbstractCityObjectType> value)
Sets the value of the cityObject property.
|
void |
setHref(java.lang.String value)
Sets the value of the href property.
|
void |
setRemoteSchema(java.lang.String value)
Sets the value of the remoteSchema property.
|
void |
setRole(java.lang.String value)
Sets the value of the role property.
|
void |
setShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
Sets the value of the show property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
void |
setTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)
Sets the value of the type property.
|
java.lang.String |
toString() |
GeneralizationRelationType |
withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value) |
GeneralizationRelationType |
withArcrole(java.lang.String value) |
GeneralizationRelationType |
withCityObject(javax.xml.bind.JAXBElement<? extends AbstractCityObjectType> value) |
GeneralizationRelationType |
withHref(java.lang.String value) |
GeneralizationRelationType |
withRemoteSchema(java.lang.String value) |
GeneralizationRelationType |
withRole(java.lang.String value) |
GeneralizationRelationType |
withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value) |
GeneralizationRelationType |
withTitle(java.lang.String value) |
GeneralizationRelationType |
withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value) |
protected javax.xml.bind.JAXBElement<? extends AbstractCityObjectType> cityObject
protected java.lang.String remoteSchema
protected org.hisrc.w3c.xlink.v_1_0.TypeType type
protected java.lang.String href
protected java.lang.String role
protected java.lang.String arcrole
protected java.lang.String title
protected org.hisrc.w3c.xlink.v_1_0.ShowType show
protected org.hisrc.w3c.xlink.v_1_0.ActuateType actuate
public javax.xml.bind.JAXBElement<? extends AbstractCityObjectType> getCityObject()
JAXBElement<AbstractBoundarySurfaceType>
JAXBElement<AbstractBridgeType>
JAXBElement<AbstractOpeningType>
JAXBElement<BridgeConstructionElementType>
JAXBElement<BridgeFurnitureType>
JAXBElement<BridgeInstallationType>
JAXBElement<BridgePartType>
JAXBElement<BridgeRoomType>
JAXBElement<BridgeType>
JAXBElement<CeilingSurfaceType>
JAXBElement<ClosureSurfaceType>
JAXBElement<DoorType>
JAXBElement<FloorSurfaceType>
JAXBElement<GroundSurfaceType>
JAXBElement<IntBridgeInstallationType>
JAXBElement<InteriorWallSurfaceType>
JAXBElement<OuterCeilingSurfaceType>
JAXBElement<OuterFloorSurfaceType>
JAXBElement<RoofSurfaceType>
JAXBElement<WallSurfaceType>
JAXBElement<WindowType>
JAXBElement<AbstractBoundarySurfaceType>
JAXBElement<AbstractBuildingType>
JAXBElement<AbstractOpeningType>
JAXBElement<BuildingFurnitureType>
JAXBElement<BuildingInstallationType>
JAXBElement<BuildingPartType>
JAXBElement<BuildingType>
JAXBElement<CeilingSurfaceType>
JAXBElement<ClosureSurfaceType>
JAXBElement<DoorType>
JAXBElement<FloorSurfaceType>
JAXBElement<GroundSurfaceType>
JAXBElement<IntBuildingInstallationType>
JAXBElement<InteriorWallSurfaceType>
JAXBElement<OuterCeilingSurfaceType>
JAXBElement<OuterFloorSurfaceType>
JAXBElement<RoofSurfaceType>
JAXBElement<RoomType>
JAXBElement<WallSurfaceType>
JAXBElement<WindowType>
JAXBElement<CityFurnitureType>
JAXBElement<CityObjectGroupType>
JAXBElement<GenericCityObjectType>
JAXBElement<LandUseType>
JAXBElement<AbstractReliefComponentType>
JAXBElement<BreaklineReliefType>
JAXBElement<MassPointReliefType>
JAXBElement<RasterReliefType>
JAXBElement<ReliefFeatureType>
JAXBElement<TINReliefType>
JAXBElement<AbstractTransportationObjectType>
JAXBElement<AuxiliaryTrafficAreaType>
JAXBElement<RailwayType>
JAXBElement<RoadType>
JAXBElement<SquareType>
JAXBElement<TrackType>
JAXBElement<TrafficAreaType>
JAXBElement<TransportationComplexType>
JAXBElement<AbstractBoundarySurfaceType>
JAXBElement<AbstractOpeningType>
JAXBElement<AbstractTunnelType>
JAXBElement<CeilingSurfaceType>
JAXBElement<ClosureSurfaceType>
JAXBElement<DoorType>
JAXBElement<FloorSurfaceType>
JAXBElement<GroundSurfaceType>
JAXBElement<HollowSpaceType>
JAXBElement<IntTunnelInstallationType>
JAXBElement<InteriorWallSurfaceType>
JAXBElement<OuterCeilingSurfaceType>
JAXBElement<OuterFloorSurfaceType>
JAXBElement<RoofSurfaceType>
JAXBElement<TunnelFurnitureType>
JAXBElement<TunnelInstallationType>
JAXBElement<TunnelPartType>
JAXBElement<TunnelType>
JAXBElement<WallSurfaceType>
JAXBElement<WindowType>
JAXBElement<AbstractCityObjectType>
JAXBElement<AbstractSiteType>
JAXBElement<AbstractVegetationObjectType>
JAXBElement<PlantCoverType>
JAXBElement<SolitaryVegetationObjectType>
JAXBElement<AbstractWaterBoundarySurfaceType>
JAXBElement<AbstractWaterObjectType>
JAXBElement<WaterBodyType>
JAXBElement<WaterClosureSurfaceType>
JAXBElement<WaterGroundSurfaceType>
JAXBElement<WaterSurfaceType>public void setCityObject(javax.xml.bind.JAXBElement<? extends AbstractCityObjectType> value)
value - allowed object is
JAXBElement<AbstractBoundarySurfaceType>
JAXBElement<AbstractBridgeType>
JAXBElement<AbstractOpeningType>
JAXBElement<BridgeConstructionElementType>
JAXBElement<BridgeFurnitureType>
JAXBElement<BridgeInstallationType>
JAXBElement<BridgePartType>
JAXBElement<BridgeRoomType>
JAXBElement<BridgeType>
JAXBElement<CeilingSurfaceType>
JAXBElement<ClosureSurfaceType>
JAXBElement<DoorType>
JAXBElement<FloorSurfaceType>
JAXBElement<GroundSurfaceType>
JAXBElement<IntBridgeInstallationType>
JAXBElement<InteriorWallSurfaceType>
JAXBElement<OuterCeilingSurfaceType>
JAXBElement<OuterFloorSurfaceType>
JAXBElement<RoofSurfaceType>
JAXBElement<WallSurfaceType>
JAXBElement<WindowType>
JAXBElement<AbstractBoundarySurfaceType>
JAXBElement<AbstractBuildingType>
JAXBElement<AbstractOpeningType>
JAXBElement<BuildingFurnitureType>
JAXBElement<BuildingInstallationType>
JAXBElement<BuildingPartType>
JAXBElement<BuildingType>
JAXBElement<CeilingSurfaceType>
JAXBElement<ClosureSurfaceType>
JAXBElement<DoorType>
JAXBElement<FloorSurfaceType>
JAXBElement<GroundSurfaceType>
JAXBElement<IntBuildingInstallationType>
JAXBElement<InteriorWallSurfaceType>
JAXBElement<OuterCeilingSurfaceType>
JAXBElement<OuterFloorSurfaceType>
JAXBElement<RoofSurfaceType>
JAXBElement<RoomType>
JAXBElement<WallSurfaceType>
JAXBElement<WindowType>
JAXBElement<CityFurnitureType>
JAXBElement<CityObjectGroupType>
JAXBElement<GenericCityObjectType>
JAXBElement<LandUseType>
JAXBElement<AbstractReliefComponentType>
JAXBElement<BreaklineReliefType>
JAXBElement<MassPointReliefType>
JAXBElement<RasterReliefType>
JAXBElement<ReliefFeatureType>
JAXBElement<TINReliefType>
JAXBElement<AbstractTransportationObjectType>
JAXBElement<AuxiliaryTrafficAreaType>
JAXBElement<RailwayType>
JAXBElement<RoadType>
JAXBElement<SquareType>
JAXBElement<TrackType>
JAXBElement<TrafficAreaType>
JAXBElement<TransportationComplexType>
JAXBElement<AbstractBoundarySurfaceType>
JAXBElement<AbstractOpeningType>
JAXBElement<AbstractTunnelType>
JAXBElement<CeilingSurfaceType>
JAXBElement<ClosureSurfaceType>
JAXBElement<DoorType>
JAXBElement<FloorSurfaceType>
JAXBElement<GroundSurfaceType>
JAXBElement<HollowSpaceType>
JAXBElement<IntTunnelInstallationType>
JAXBElement<InteriorWallSurfaceType>
JAXBElement<OuterCeilingSurfaceType>
JAXBElement<OuterFloorSurfaceType>
JAXBElement<RoofSurfaceType>
JAXBElement<TunnelFurnitureType>
JAXBElement<TunnelInstallationType>
JAXBElement<TunnelPartType>
JAXBElement<TunnelType>
JAXBElement<WallSurfaceType>
JAXBElement<WindowType>
JAXBElement<AbstractCityObjectType>
JAXBElement<AbstractSiteType>
JAXBElement<AbstractVegetationObjectType>
JAXBElement<PlantCoverType>
JAXBElement<SolitaryVegetationObjectType>
JAXBElement<AbstractWaterBoundarySurfaceType>
JAXBElement<AbstractWaterObjectType>
JAXBElement<WaterBodyType>
JAXBElement<WaterClosureSurfaceType>
JAXBElement<WaterGroundSurfaceType>
JAXBElement<WaterSurfaceType>public boolean isSetCityObject()
public java.lang.String getRemoteSchema()
Stringpublic void setRemoteSchema(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetRemoteSchema()
public org.hisrc.w3c.xlink.v_1_0.TypeType getTYPE()
TypeTypepublic void setTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)
value - allowed object is
TypeTypepublic boolean isSetTYPE()
public java.lang.String getHref()
Stringpublic void setHref(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetHref()
public java.lang.String getRole()
Stringpublic void setRole(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetRole()
public java.lang.String getArcrole()
Stringpublic void setArcrole(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetArcrole()
public java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public org.hisrc.w3c.xlink.v_1_0.ShowType getShow()
ShowTypepublic void setShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
value - allowed object is
ShowTypepublic boolean isSetShow()
public org.hisrc.w3c.xlink.v_1_0.ActuateType getActuate()
ActuateTypepublic void setActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
value - allowed object is
ActuateTypepublic boolean isSetActuate()
public java.lang.String toString()
toString in class java.lang.Objectpublic 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.ToString2public 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.ToString2public 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.Equals2public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public 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.CopyTo2public 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.MergeFrom2public 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.MergeFrom2public GeneralizationRelationType withCityObject(javax.xml.bind.JAXBElement<? extends AbstractCityObjectType> value)
public GeneralizationRelationType withRemoteSchema(java.lang.String value)
public GeneralizationRelationType withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)
public GeneralizationRelationType withHref(java.lang.String value)
public GeneralizationRelationType withRole(java.lang.String value)
public GeneralizationRelationType withArcrole(java.lang.String value)
public GeneralizationRelationType withTitle(java.lang.String value)
public GeneralizationRelationType withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
public GeneralizationRelationType withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
Copyright © 2008-2022. All Rights Reserved.