Package net.opengis.citygml.v_2_0
Class ExternalReferenceType
- java.lang.Object
-
- net.opengis.citygml.v_2_0.ExternalReferenceType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class ExternalReferenceType extends Object implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Type describing the reference to an corresponding object in an other information system, for example in the german cadastre ALKIS, the german topographic information system or ATKIS, or the OS MasterMap. The reference consists of the name of the external information system, represented by an URI, and the reference of the external object, given either by a string or by an URI. If the informationSystem element is missing in the ExternalReference, the ExternalObjectReference must be an URI, which contains an indication of the informationSystem.Java class for ExternalReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="informationSystem" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="externalObject" type="{http://www.opengis.net/citygml/2.0}ExternalObjectReferenceType"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ExternalObjectReferenceTypeexternalObjectprotected StringinformationSystem
-
Constructor Summary
Constructors Constructor Description ExternalReferenceType()Default no-arg constructorExternalReferenceType(String informationSystem, ExternalObjectReferenceType externalObject)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)ExternalObjectReferenceTypegetExternalObject()Gets the value of the externalObject property.StringgetInformationSystem()Gets the value of the informationSystem property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetExternalObject()booleanisSetInformationSystem()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetExternalObject(ExternalObjectReferenceType value)Sets the value of the externalObject property.voidsetInformationSystem(String value)Sets the value of the informationSystem property.StringtoString()ExternalReferenceTypewithExternalObject(ExternalObjectReferenceType value)ExternalReferenceTypewithInformationSystem(String value)
-
-
-
Field Detail
-
informationSystem
protected String informationSystem
-
externalObject
protected ExternalObjectReferenceType externalObject
-
-
Constructor Detail
-
ExternalReferenceType
public ExternalReferenceType()
Default no-arg constructor
-
ExternalReferenceType
public ExternalReferenceType(String informationSystem, ExternalObjectReferenceType externalObject)
Fully-initialising value constructor
-
-
Method Detail
-
getInformationSystem
public String getInformationSystem()
Gets the value of the informationSystem property.- Returns:
- possible object is
String
-
setInformationSystem
public void setInformationSystem(String value)
Sets the value of the informationSystem property.- Parameters:
value- allowed object isString
-
isSetInformationSystem
public boolean isSetInformationSystem()
-
getExternalObject
public ExternalObjectReferenceType getExternalObject()
Gets the value of the externalObject property.- Returns:
- possible object is
ExternalObjectReferenceType
-
setExternalObject
public void setExternalObject(ExternalObjectReferenceType value)
Sets the value of the externalObject property.- Parameters:
value- allowed object isExternalObjectReferenceType
-
isSetExternalObject
public boolean isSetExternalObject()
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
withInformationSystem
public ExternalReferenceType withInformationSystem(String value)
-
withExternalObject
public ExternalReferenceType withExternalObject(ExternalObjectReferenceType value)
-
-