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