public abstract class AbstractMetadataPropertyType extends Object
Java class for AbstractMetadataPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractMetadataPropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://www.opengis.net/gml/3.2}OwnershipAttributeGroup"/>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AbstractMetadataPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOwns()
Gets the value of the owns property.
|
void |
setOwns(Boolean value)
Sets the value of the owns property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
AbstractMetadataPropertyType |
withOwns(Boolean value) |
protected Boolean owns
public boolean isOwns()
Booleanpublic void setOwns(Boolean value)
value - allowed object is
Booleanpublic AbstractMetadataPropertyType withOwns(Boolean value)
Copyright © 2018 Entur AS. All rights reserved.