|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AssociationType
public class AssociationType
A pattern or base for derived types used to specify complex types corresponding to an unspecified UML association - either composition or aggregation. Restricts the cardinality of Objects contained in the association to a maximum of one. An instance of this type can contain an element representing an Object, or serve as a pointer to a remote Object. Descendents of this type can be restricted in an application schema to * allow only specified classes as valid participants in the aggregation * allow only association by reference (i.e. empty the content model) or by value (i.e. remove the xlinks). When used for association by reference, the value of the gml:remoteSchema attribute can be used to locate a schema fragment that constrains the target instance. In many cases it is desirable to impose the constraint prohibiting the occurence of both reference and value in the same instance, as that would be ambiguous. This is accomplished by adding a directive in the annotation element of the element declaration. This directive can be in the form of normative prose, or can use a Schematron pattern to automatically constrain co-occurrence - see the declaration for _strictAssociation below. If co-occurence is not prohibited, then both a link and content may be present. If this occurs in an instance, then the rule for interpretation is that the instance found by traversing the href provides the normative value of the property, and should be used when possible. The value(s) included as content may be used if the remote instance cannot be resolved. This may be considered to be a "cached" version of the value(s).
Java class for AssociationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssociationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <element ref="{http://www.opengis.net/gml}_Object"/> <element ref="{http://www.opengis.net/gml}_ADEComponent" minOccurs="0"/> </sequence> <attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AssociationType()
|
Method Summary | |
---|---|
org.w3c.dom.Element |
get_ADEComponent()
Gets the value of the _ADEComponent property. |
javax.xml.bind.JAXBElement<?> |
get_Object()
Gets the value of the _Object property. |
java.lang.String |
getActuate()
Gets the value of the actuate property. |
java.lang.String |
getArcrole()
Gets the value of the arcrole 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. |
java.lang.String |
getShow()
Gets the value of the show property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
java.lang.String |
getType()
Gets the value of the type property. |
boolean |
isSet_ADEComponent()
|
boolean |
isSet_Object()
|
boolean |
isSetActuate()
|
boolean |
isSetArcrole()
|
boolean |
isSetHref()
|
boolean |
isSetRemoteSchema()
|
boolean |
isSetRole()
|
boolean |
isSetShow()
|
boolean |
isSetTitle()
|
boolean |
isSetType()
|
void |
set_ADEComponent(org.w3c.dom.Element value)
Sets the value of the _ADEComponent property. |
void |
set_Object(javax.xml.bind.JAXBElement<?> value)
Sets the value of the _Object property. |
void |
setActuate(java.lang.String value)
Sets the value of the actuate property. |
void |
setArcrole(java.lang.String value)
Sets the value of the arcrole 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(java.lang.String value)
Sets the value of the show property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssociationType()
Method Detail |
---|
public javax.xml.bind.JAXBElement<?> get_Object()
JAXBElement
<
TextureParameterizationType
>
JAXBElement
<
TimeInstantType
>
JAXBElement
<
AbstractCoverageType
>
JAXBElement
<
RoadType
>
JAXBElement
<
TopoComplexType
>
JAXBElement
<
CeilingSurfaceType
>
JAXBElement
<
ParameterizedTextureType
>
JAXBElement
<
ObliqueCartesianCSType
>
JAXBElement
<
PolarCSType
>
JAXBElement
<
GenericMetaDataType
>
JAXBElement
<
BuildingInstallationType
>
JAXBElement
<
WallSurfaceType
>
JAXBElement
<
GroundSurfaceType
>
JAXBElement
<
AbstractRingType
>
JAXBElement
<
SurfaceType
>
JAXBElement
<
CeilingSurfaceType
>
JAXBElement
<
PolygonType
>
JAXBElement
<
AuxiliaryTrafficAreaType
>
JAXBElement
<
MassPointReliefType
>
JAXBElement
<
CityFurnitureType
>
JAXBElement
<
FloorSurfaceType
>
JAXBElement
<
CompositeSurfaceType
>
JAXBElement
<
PointType
>
JAXBElement
<
TriangulatedSurfaceType
>
JAXBElement
<
OrientableCurveType
>
JAXBElement
<
AbstractTopologyType
>
JAXBElement
<
SquareType
>
JAXBElement
<
WaterClosureSurfaceType
>
JAXBElement
<
AbstractStyleType
>
JAXBElement
<
WindowType
>
JAXBElement
<
NodeType
>
JAXBElement
<
AbstractWaterObjectType
>
JAXBElement
<
AbstractReferenceSystemType
>
JAXBElement
<
LinearCSType
>
JAXBElement
<
GenericCityObjectType
>
JAXBElement
<
TinType
>
JAXBElement
<
AbstractGeneralConversionType
>
JAXBElement
<
WaterClosureSurfaceType
>
JAXBElement
<
TopoSolidType
>
JAXBElement
<
WaterGroundSurfaceType
>
JAXBElement
<
TimeOrdinalReferenceSystemType
>
JAXBElement
<
AbstractSurfaceDataType
>
JAXBElement
<
CylindricalCSType
>
JAXBElement
<
MovingObjectStatusType
>
JAXBElement
<
AbstractTextureParameterizationType
>
JAXBElement
<
EngineeringDatumType
>
JAXBElement
<
DoorType
>
JAXBElement
<
MultiGeometryType
>
JAXBElement
<
LinearRingType
>
JAXBElement
<
BagType
>
JAXBElement
<
AbstractTopoPrimitiveType
>
JAXBElement
<
CurveType
>
JAXBElement
<
AbstractMetaDataType
>
JAXBElement
<
BuildingPartType
>
JAXBElement
<
_BoundarySurfaceType
>
JAXBElement
<
AbstractGMLType
>
JAXBElement
<
AbstractSiteType
>
JAXBElement
<
InteriorWallSurfaceType
>
JAXBElement
<
AbstractReliefComponentType
>
JAXBElement
<
AbstractCityObjectType
>
JAXBElement
<
AbstractTransportationObjectType
>
JAXBElement
<
AbstractDiscreteCoverageType
>
JAXBElement
<
VerticalCRSType
>
JAXBElement
<
AbstractCurveType
>
JAXBElement
<
ImplicitGeometryType
>
JAXBElement
<
SolitaryVegetationObjectType
>
JAXBElement
<
TemporalCSType
>
JAXBElement
<
MultiLineStringType
>
JAXBElement
<
OperationMethodType
>
JAXBElement
<
RoofSurfaceType
>
JAXBElement
<
SolitaryVegetationObjectType
>
JAXBElement
<
MaterialType
>
JAXBElement
<
OrientableSurfaceType
>
JAXBElement
<
WallSurfaceType
>
JAXBElement
<
FeatureCollectionType
>
JAXBElement
<
TimeCoordinateSystemType
>
JAXBElement
<
DerivedCRSType
>
JAXBElement
<
AbstractCoordinateOperationType
>
JAXBElement
<
_ReliefComponentType
>
JAXBElement
<
ReliefFeatureType
>
JAXBElement
<
TrackType
>
JAXBElement
<
AbstractGeneralTransformationType
>
JAXBElement
<
Object
>
JAXBElement
<
LandUseType
>
JAXBElement
<
AbstractSurfaceDataType
>
JAXBElement
<
RailwayType
>
JAXBElement
<
MaterialType
>
JAXBElement
<
_WaterBoundarySurfaceType
>
JAXBElement
<
X3DMaterialType
>
JAXBElement
<
BreaklineReliefType
>
JAXBElement
<
EngineeringCRSType
>
JAXBElement
<
CityModelType
>
JAXBElement
<
MultiSolidCoverageType
>
JAXBElement
<
TimeTopologyComplexType
>
JAXBElement
<
ConventionalUnitType
>
JAXBElement
<
TimeClockType
>
JAXBElement
<
AbstractFeatureType
>
JAXBElement
<
RingType
>
JAXBElement
<
LengthType
>
JAXBElement
<
CompositeCurveType
>
JAXBElement
<
RectifiedGridType
>
JAXBElement
<
GeometricComplexType
>
JAXBElement
<
FaceType
>
JAXBElement
<
ConcatenatedOperationType
>
JAXBElement
<
WindowType
>
JAXBElement
<
_SiteType
>
JAXBElement
<
TimePeriodType
>
JAXBElement
<
ProjectedCRSType
>
JAXBElement
<
RasterReliefType
>
JAXBElement
<
RoofSurfaceType
>
JAXBElement
<
AbstractCoordinateOperationType
>
JAXBElement
<
ClosureSurfaceType
>
JAXBElement
<
AbstractTimeSliceType
>
JAXBElement
<
AbstractAppearanceType
>
JAXBElement
<
DictionaryType
>
JAXBElement
<
AddressType
>
JAXBElement
<
ParameterizedTextureType
>
JAXBElement
<
PrimeMeridianType
>
JAXBElement
<
AbstractFeatureCollectionType
>
JAXBElement
<
GenericCityObjectType
>
JAXBElement
<
AbstractWaterBoundarySurfaceType
>
JAXBElement
<
RectifiedGridCoverageType
>
JAXBElement
<
RoadType
>
JAXBElement
<
CityFurnitureType
>
JAXBElement
<
LineStringType
>
JAXBElement
<
AbstractGeometricAggregateType
>
JAXBElement
<
TrafficAreaType
>
JAXBElement
<
TemporalDatumType
>
JAXBElement
<
AbstractDatumType
>
JAXBElement
<
AbstractGeometricPrimitiveType
>
JAXBElement
<
CityObjectGroupType
>
JAXBElement
<
BuildingFurnitureType
>
JAXBElement
<
SimpleTextureType
>
JAXBElement
<
BuildingType
>
JAXBElement
<
SolidType
>
JAXBElement
<
_CityObjectType
>
JAXBElement
<
MultiPolygonType
>
JAXBElement
<
AbstractTimeTopologyPrimitiveType
>
JAXBElement
<
AuxiliaryTrafficAreaType
>
JAXBElement
<
_AppearanceType
>
JAXBElement
<
IntBuildingInstallationType
>
JAXBElement
<
UserDefinedCSType
>
JAXBElement
<
DirectedObservationAtDistanceType
>
JAXBElement
<
_AbstractBuildingType
>
JAXBElement
<
TransportationComplexType
>
JAXBElement
<
CoordinateSystemAxisType
>
JAXBElement
<
DefinitionProxyType
>
JAXBElement
<
EllipsoidalCSType
>
JAXBElement
<
GeometryStyleType
>
JAXBElement
<
PlantCoverType
>
JAXBElement
<
CompositeSolidType
>
JAXBElement
<
SphericalCSType
>
JAXBElement
<
CityModelType
>
JAXBElement
<
BuildingInstallationType
>
JAXBElement
<
ClosureSurfaceType
>
JAXBElement
<
LabelStyleType
>
JAXBElement
<
_TransportationObjectType
>
JAXBElement
<
GeographicCRSType
>
JAXBElement
<
ImageCRSType
>
JAXBElement
<
TemporalCRSType
>
JAXBElement
<
FeatureStyleType
>
JAXBElement
<
TopologyStyleType
>
JAXBElement
<
TexCoordListType
>
JAXBElement
<
BuildingFurnitureType
>
JAXBElement
<
AbstractTimePrimitiveType
>
JAXBElement
<
ImplicitGeometryType
>
JAXBElement
<
AbstractTimeReferenceSystemType
>
JAXBElement
<
MultiPointType
>
JAXBElement
<
AbstractOpeningType
>
JAXBElement
<
MultiSolidType
>
JAXBElement
<
X3DMaterialType
>
JAXBElement
<
ImageDatumType
>
JAXBElement
<
AbstractTextureType
>
JAXBElement
<
GraphStyleType
>
JAXBElement
<
PlantCoverType
>
JAXBElement
<
BaseUnitType
>
JAXBElement
<
_WaterObjectType
>
JAXBElement
<
DoorType
>
JAXBElement
<
GeocentricCRSType
>
JAXBElement
<
RasterReliefType
>
JAXBElement
<
IntBuildingInstallationType
>
JAXBElement
<
TimeCalendarEraType
>
JAXBElement
<
ReliefFeatureType
>
JAXBElement
<
InteriorWallSurfaceType
>
JAXBElement
<
BuildingType
>
JAXBElement
<
DictionaryType
>
JAXBElement
<
DerivedUnitType
>
JAXBElement
<
GeoreferencedTextureType
>
JAXBElement
<
TimeNodeType
>
JAXBElement
<
PolyhedralSurfaceType
>
JAXBElement
<
GridType
>
JAXBElement
<
AbstractGeometryType
>
JAXBElement
<
LengthType
>
JAXBElement
<
AbstractGeometryType
>
JAXBElement
<
AbstractGeneralDerivedCRSType
>
JAXBElement
<
StyleType
>
JAXBElement
<
OperationParameterGroupType
>
JAXBElement
<
GeodeticDatumType
>
JAXBElement
<
GridCoverageType
>
JAXBElement
<
FloorSurfaceType
>
JAXBElement
<
SquareType
>
JAXBElement
<
OperationParameterType
>
JAXBElement
<
EdgeType
>
JAXBElement
<
VerticalCSType
>
JAXBElement
<
CartesianCSType
>
JAXBElement
<
TexturedSurfaceType
>
JAXBElement
<
RoomType
>
JAXBElement
<
MassPointReliefType
>
JAXBElement
<
_OpeningType
>
JAXBElement
<
AbstractGeneralOperationParameterType
>
JAXBElement
<
WaterSurfaceType
>
JAXBElement
<
LandUseType
>
JAXBElement
<
BuildingPartType
>
JAXBElement
<
AbstractCoordinateSystemType
>
JAXBElement
<
WaterGroundSurfaceType
>
JAXBElement
<
TexCoordGenType
>
JAXBElement
<
TransportationComplexType
>
JAXBElement
<
AbstractBuildingType
>
JAXBElement
<
MultiCurveCoverageType
>
JAXBElement
<
TINReliefType
>
JAXBElement
<
AbstractTextureType
>
JAXBElement
<
ConversionType
>
JAXBElement
<
GroundSurfaceType
>
JAXBElement
<
AbstractSurfaceType
>
JAXBElement
<
TexturedSurfaceType
>
JAXBElement
<
ObservationType
>
JAXBElement
<
_VegetationObjectType
>
JAXBElement
<
RailwayType
>
JAXBElement
<
ArrayType
>
JAXBElement
<
TimeCalendarType
>
JAXBElement
<
TrackType
>
JAXBElement
<
MultiPointCoverageType
>
JAXBElement
<
AbstractTimeGeometricPrimitiveType
>
JAXBElement
<
AbstractCoordinateOperationType
>
JAXBElement
<
CityObjectGroupType
>
JAXBElement
<
AbstractVegetationObjectType
>
JAXBElement
<
TrafficAreaType
>
JAXBElement
<
TexCoordListType
>
JAXBElement
<
AbstractTimeComplexType
>
JAXBElement
<
WaterBodyType
>
JAXBElement
<
TINReliefType
>
JAXBElement
<
AbstractTimeObjectType
>
JAXBElement
<
AbstractBoundarySurfaceType
>
JAXBElement
<
MultiCurveType
>
JAXBElement
<
PassThroughOperationType
>
JAXBElement
<
TexCoordGenType
>
JAXBElement
<
SimpleTextureType
>
JAXBElement
<
DefinitionType
>
JAXBElement
<
AddressType
>
JAXBElement
<
VerticalDatumType
>
JAXBElement
<
MultiSurfaceType
>
JAXBElement
<
AbstractReferenceSystemType
>
JAXBElement
<
WaterSurfaceType
>
JAXBElement
<
EllipsoidType
>
JAXBElement
<
WaterBodyType
>
JAXBElement
<
GeoreferencedTextureType
>
JAXBElement
<
TransformationType
>
JAXBElement
<
AbstractReferenceSystemType
>
JAXBElement
<
TimeEdgeType
>
JAXBElement
<
CompoundCRSType
>
JAXBElement
<
RoomType
>
JAXBElement
<
AbstractContinuousCoverageType
>
JAXBElement
<
DirectedObservationType
>
JAXBElement
<
UnitDefinitionType
>
JAXBElement
<
MultiSurfaceCoverageType
>
JAXBElement
<
AbstractSolidType
>
JAXBElement
<
BreaklineReliefType
>
public void set_Object(javax.xml.bind.JAXBElement<?> value)
value
- allowed object is
JAXBElement
<
TextureParameterizationType
>
JAXBElement
<
TimeInstantType
>
JAXBElement
<
AbstractCoverageType
>
JAXBElement
<
RoadType
>
JAXBElement
<
TopoComplexType
>
JAXBElement
<
CeilingSurfaceType
>
JAXBElement
<
ParameterizedTextureType
>
JAXBElement
<
ObliqueCartesianCSType
>
JAXBElement
<
PolarCSType
>
JAXBElement
<
GenericMetaDataType
>
JAXBElement
<
BuildingInstallationType
>
JAXBElement
<
WallSurfaceType
>
JAXBElement
<
GroundSurfaceType
>
JAXBElement
<
AbstractRingType
>
JAXBElement
<
SurfaceType
>
JAXBElement
<
CeilingSurfaceType
>
JAXBElement
<
PolygonType
>
JAXBElement
<
AuxiliaryTrafficAreaType
>
JAXBElement
<
MassPointReliefType
>
JAXBElement
<
CityFurnitureType
>
JAXBElement
<
FloorSurfaceType
>
JAXBElement
<
CompositeSurfaceType
>
JAXBElement
<
PointType
>
JAXBElement
<
TriangulatedSurfaceType
>
JAXBElement
<
OrientableCurveType
>
JAXBElement
<
AbstractTopologyType
>
JAXBElement
<
SquareType
>
JAXBElement
<
WaterClosureSurfaceType
>
JAXBElement
<
AbstractStyleType
>
JAXBElement
<
WindowType
>
JAXBElement
<
NodeType
>
JAXBElement
<
AbstractWaterObjectType
>
JAXBElement
<
AbstractReferenceSystemType
>
JAXBElement
<
LinearCSType
>
JAXBElement
<
GenericCityObjectType
>
JAXBElement
<
TinType
>
JAXBElement
<
AbstractGeneralConversionType
>
JAXBElement
<
WaterClosureSurfaceType
>
JAXBElement
<
TopoSolidType
>
JAXBElement
<
WaterGroundSurfaceType
>
JAXBElement
<
TimeOrdinalReferenceSystemType
>
JAXBElement
<
AbstractSurfaceDataType
>
JAXBElement
<
CylindricalCSType
>
JAXBElement
<
MovingObjectStatusType
>
JAXBElement
<
AbstractTextureParameterizationType
>
JAXBElement
<
EngineeringDatumType
>
JAXBElement
<
DoorType
>
JAXBElement
<
MultiGeometryType
>
JAXBElement
<
LinearRingType
>
JAXBElement
<
BagType
>
JAXBElement
<
AbstractTopoPrimitiveType
>
JAXBElement
<
CurveType
>
JAXBElement
<
AbstractMetaDataType
>
JAXBElement
<
BuildingPartType
>
JAXBElement
<
_BoundarySurfaceType
>
JAXBElement
<
AbstractGMLType
>
JAXBElement
<
AbstractSiteType
>
JAXBElement
<
InteriorWallSurfaceType
>
JAXBElement
<
AbstractReliefComponentType
>
JAXBElement
<
AbstractCityObjectType
>
JAXBElement
<
AbstractTransportationObjectType
>
JAXBElement
<
AbstractDiscreteCoverageType
>
JAXBElement
<
VerticalCRSType
>
JAXBElement
<
AbstractCurveType
>
JAXBElement
<
ImplicitGeometryType
>
JAXBElement
<
SolitaryVegetationObjectType
>
JAXBElement
<
TemporalCSType
>
JAXBElement
<
MultiLineStringType
>
JAXBElement
<
OperationMethodType
>
JAXBElement
<
RoofSurfaceType
>
JAXBElement
<
SolitaryVegetationObjectType
>
JAXBElement
<
MaterialType
>
JAXBElement
<
OrientableSurfaceType
>
JAXBElement
<
WallSurfaceType
>
JAXBElement
<
FeatureCollectionType
>
JAXBElement
<
TimeCoordinateSystemType
>
JAXBElement
<
DerivedCRSType
>
JAXBElement
<
AbstractCoordinateOperationType
>
JAXBElement
<
_ReliefComponentType
>
JAXBElement
<
ReliefFeatureType
>
JAXBElement
<
TrackType
>
JAXBElement
<
AbstractGeneralTransformationType
>
JAXBElement
<
Object
>
JAXBElement
<
LandUseType
>
JAXBElement
<
AbstractSurfaceDataType
>
JAXBElement
<
RailwayType
>
JAXBElement
<
MaterialType
>
JAXBElement
<
_WaterBoundarySurfaceType
>
JAXBElement
<
X3DMaterialType
>
JAXBElement
<
BreaklineReliefType
>
JAXBElement
<
EngineeringCRSType
>
JAXBElement
<
CityModelType
>
JAXBElement
<
MultiSolidCoverageType
>
JAXBElement
<
TimeTopologyComplexType
>
JAXBElement
<
ConventionalUnitType
>
JAXBElement
<
TimeClockType
>
JAXBElement
<
AbstractFeatureType
>
JAXBElement
<
RingType
>
JAXBElement
<
LengthType
>
JAXBElement
<
CompositeCurveType
>
JAXBElement
<
RectifiedGridType
>
JAXBElement
<
GeometricComplexType
>
JAXBElement
<
FaceType
>
JAXBElement
<
ConcatenatedOperationType
>
JAXBElement
<
WindowType
>
JAXBElement
<
_SiteType
>
JAXBElement
<
TimePeriodType
>
JAXBElement
<
ProjectedCRSType
>
JAXBElement
<
RasterReliefType
>
JAXBElement
<
RoofSurfaceType
>
JAXBElement
<
AbstractCoordinateOperationType
>
JAXBElement
<
ClosureSurfaceType
>
JAXBElement
<
AbstractTimeSliceType
>
JAXBElement
<
AbstractAppearanceType
>
JAXBElement
<
DictionaryType
>
JAXBElement
<
AddressType
>
JAXBElement
<
ParameterizedTextureType
>
JAXBElement
<
PrimeMeridianType
>
JAXBElement
<
AbstractFeatureCollectionType
>
JAXBElement
<
GenericCityObjectType
>
JAXBElement
<
AbstractWaterBoundarySurfaceType
>
JAXBElement
<
RectifiedGridCoverageType
>
JAXBElement
<
RoadType
>
JAXBElement
<
CityFurnitureType
>
JAXBElement
<
LineStringType
>
JAXBElement
<
AbstractGeometricAggregateType
>
JAXBElement
<
TrafficAreaType
>
JAXBElement
<
TemporalDatumType
>
JAXBElement
<
AbstractDatumType
>
JAXBElement
<
AbstractGeometricPrimitiveType
>
JAXBElement
<
CityObjectGroupType
>
JAXBElement
<
BuildingFurnitureType
>
JAXBElement
<
SimpleTextureType
>
JAXBElement
<
BuildingType
>
JAXBElement
<
SolidType
>
JAXBElement
<
_CityObjectType
>
JAXBElement
<
MultiPolygonType
>
JAXBElement
<
AbstractTimeTopologyPrimitiveType
>
JAXBElement
<
AuxiliaryTrafficAreaType
>
JAXBElement
<
_AppearanceType
>
JAXBElement
<
IntBuildingInstallationType
>
JAXBElement
<
UserDefinedCSType
>
JAXBElement
<
DirectedObservationAtDistanceType
>
JAXBElement
<
_AbstractBuildingType
>
JAXBElement
<
TransportationComplexType
>
JAXBElement
<
CoordinateSystemAxisType
>
JAXBElement
<
DefinitionProxyType
>
JAXBElement
<
EllipsoidalCSType
>
JAXBElement
<
GeometryStyleType
>
JAXBElement
<
PlantCoverType
>
JAXBElement
<
CompositeSolidType
>
JAXBElement
<
SphericalCSType
>
JAXBElement
<
CityModelType
>
JAXBElement
<
BuildingInstallationType
>
JAXBElement
<
ClosureSurfaceType
>
JAXBElement
<
LabelStyleType
>
JAXBElement
<
_TransportationObjectType
>
JAXBElement
<
GeographicCRSType
>
JAXBElement
<
ImageCRSType
>
JAXBElement
<
TemporalCRSType
>
JAXBElement
<
FeatureStyleType
>
JAXBElement
<
TopologyStyleType
>
JAXBElement
<
TexCoordListType
>
JAXBElement
<
BuildingFurnitureType
>
JAXBElement
<
AbstractTimePrimitiveType
>
JAXBElement
<
ImplicitGeometryType
>
JAXBElement
<
AbstractTimeReferenceSystemType
>
JAXBElement
<
MultiPointType
>
JAXBElement
<
AbstractOpeningType
>
JAXBElement
<
MultiSolidType
>
JAXBElement
<
X3DMaterialType
>
JAXBElement
<
ImageDatumType
>
JAXBElement
<
AbstractTextureType
>
JAXBElement
<
GraphStyleType
>
JAXBElement
<
PlantCoverType
>
JAXBElement
<
BaseUnitType
>
JAXBElement
<
_WaterObjectType
>
JAXBElement
<
DoorType
>
JAXBElement
<
GeocentricCRSType
>
JAXBElement
<
RasterReliefType
>
JAXBElement
<
IntBuildingInstallationType
>
JAXBElement
<
TimeCalendarEraType
>
JAXBElement
<
ReliefFeatureType
>
JAXBElement
<
InteriorWallSurfaceType
>
JAXBElement
<
BuildingType
>
JAXBElement
<
DictionaryType
>
JAXBElement
<
DerivedUnitType
>
JAXBElement
<
GeoreferencedTextureType
>
JAXBElement
<
TimeNodeType
>
JAXBElement
<
PolyhedralSurfaceType
>
JAXBElement
<
GridType
>
JAXBElement
<
AbstractGeometryType
>
JAXBElement
<
LengthType
>
JAXBElement
<
AbstractGeometryType
>
JAXBElement
<
AbstractGeneralDerivedCRSType
>
JAXBElement
<
StyleType
>
JAXBElement
<
OperationParameterGroupType
>
JAXBElement
<
GeodeticDatumType
>
JAXBElement
<
GridCoverageType
>
JAXBElement
<
FloorSurfaceType
>
JAXBElement
<
SquareType
>
JAXBElement
<
OperationParameterType
>
JAXBElement
<
EdgeType
>
JAXBElement
<
VerticalCSType
>
JAXBElement
<
CartesianCSType
>
JAXBElement
<
TexturedSurfaceType
>
JAXBElement
<
RoomType
>
JAXBElement
<
MassPointReliefType
>
JAXBElement
<
_OpeningType
>
JAXBElement
<
AbstractGeneralOperationParameterType
>
JAXBElement
<
WaterSurfaceType
>
JAXBElement
<
LandUseType
>
JAXBElement
<
BuildingPartType
>
JAXBElement
<
AbstractCoordinateSystemType
>
JAXBElement
<
WaterGroundSurfaceType
>
JAXBElement
<
TexCoordGenType
>
JAXBElement
<
TransportationComplexType
>
JAXBElement
<
AbstractBuildingType
>
JAXBElement
<
MultiCurveCoverageType
>
JAXBElement
<
TINReliefType
>
JAXBElement
<
AbstractTextureType
>
JAXBElement
<
ConversionType
>
JAXBElement
<
GroundSurfaceType
>
JAXBElement
<
AbstractSurfaceType
>
JAXBElement
<
TexturedSurfaceType
>
JAXBElement
<
ObservationType
>
JAXBElement
<
_VegetationObjectType
>
JAXBElement
<
RailwayType
>
JAXBElement
<
ArrayType
>
JAXBElement
<
TimeCalendarType
>
JAXBElement
<
TrackType
>
JAXBElement
<
MultiPointCoverageType
>
JAXBElement
<
AbstractTimeGeometricPrimitiveType
>
JAXBElement
<
AbstractCoordinateOperationType
>
JAXBElement
<
CityObjectGroupType
>
JAXBElement
<
AbstractVegetationObjectType
>
JAXBElement
<
TrafficAreaType
>
JAXBElement
<
TexCoordListType
>
JAXBElement
<
AbstractTimeComplexType
>
JAXBElement
<
WaterBodyType
>
JAXBElement
<
TINReliefType
>
JAXBElement
<
AbstractTimeObjectType
>
JAXBElement
<
AbstractBoundarySurfaceType
>
JAXBElement
<
MultiCurveType
>
JAXBElement
<
PassThroughOperationType
>
JAXBElement
<
TexCoordGenType
>
JAXBElement
<
SimpleTextureType
>
JAXBElement
<
DefinitionType
>
JAXBElement
<
AddressType
>
JAXBElement
<
VerticalDatumType
>
JAXBElement
<
MultiSurfaceType
>
JAXBElement
<
AbstractReferenceSystemType
>
JAXBElement
<
WaterSurfaceType
>
JAXBElement
<
EllipsoidType
>
JAXBElement
<
WaterBodyType
>
JAXBElement
<
GeoreferencedTextureType
>
JAXBElement
<
TransformationType
>
JAXBElement
<
AbstractReferenceSystemType
>
JAXBElement
<
TimeEdgeType
>
JAXBElement
<
CompoundCRSType
>
JAXBElement
<
RoomType
>
JAXBElement
<
AbstractContinuousCoverageType
>
JAXBElement
<
DirectedObservationType
>
JAXBElement
<
UnitDefinitionType
>
JAXBElement
<
MultiSurfaceCoverageType
>
JAXBElement
<
AbstractSolidType
>
JAXBElement
<
BreaklineReliefType
>
public boolean isSet_Object()
public org.w3c.dom.Element get_ADEComponent()
Element
public void set_ADEComponent(org.w3c.dom.Element value)
value
- allowed object is
Element
public boolean isSet_ADEComponent()
public java.lang.String getRemoteSchema()
String
public void setRemoteSchema(java.lang.String value)
value
- allowed object is
String
public boolean isSetRemoteSchema()
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public boolean isSetType()
public java.lang.String getHref()
String
public void setHref(java.lang.String value)
value
- allowed object is
String
public boolean isSetHref()
public java.lang.String getRole()
String
public void setRole(java.lang.String value)
value
- allowed object is
String
public boolean isSetRole()
public java.lang.String getArcrole()
String
public void setArcrole(java.lang.String value)
value
- allowed object is
String
public boolean isSetArcrole()
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public boolean isSetTitle()
public java.lang.String getShow()
String
public void setShow(java.lang.String value)
value
- allowed object is
String
public boolean isSetShow()
public java.lang.String getActuate()
String
public void setActuate(java.lang.String value)
value
- allowed object is
String
public boolean isSetActuate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |