
public class MultiSurfacePropertyType extends Object
Java class for MultiSurfacePropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MultiSurfacePropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element ref="{http://www.opengis.net/gml/3.2}MultiSurface"/>
</sequence>
<attGroup ref="{http://www.opengis.net/gml/3.2}OwnershipAttributeGroup"/>
<attGroup ref="{http://www.opengis.net/gml/3.2}AssociationAttributeGroup"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActuateType |
actuate |
protected String |
arcrole |
protected String |
href |
protected MultiSurfaceType |
multiSurface |
protected List<String> |
nilReason |
protected Boolean |
owns |
protected String |
remoteSchema |
protected String |
role |
protected ShowType |
show |
protected String |
title |
protected TypeType |
type |
| Constructor and Description |
|---|
MultiSurfacePropertyType() |
| Modifier and Type | Method and Description |
|---|---|
ActuateType |
getActuate()
Gets the value of the actuate property.
|
String |
getArcrole()
Gets the value of the arcrole property.
|
String |
getHref()
Gets the value of the href property.
|
MultiSurfaceType |
getMultiSurface()
Gets the value of the multiSurface property.
|
List<String> |
getNilReason()
Gets the value of the nilReason property.
|
String |
getRemoteSchema()
Gets the value of the remoteSchema property.
|
String |
getRole()
Gets the value of the role property.
|
ShowType |
getShow()
Gets the value of the show property.
|
String |
getTitle()
Gets the value of the title property.
|
TypeType |
getType()
Gets the value of the type property.
|
boolean |
isOwns()
Gets the value of the owns property.
|
void |
setActuate(ActuateType value)
Sets the value of the actuate property.
|
void |
setArcrole(String value)
Sets the value of the arcrole property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setMultiSurface(MultiSurfaceType value)
Sets the value of the multiSurface property.
|
void |
setOwns(Boolean value)
Sets the value of the owns property.
|
void |
setRemoteSchema(String value)
Sets the value of the remoteSchema property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setShow(ShowType value)
Sets the value of the show property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(TypeType value)
Sets the value of the type property.
|
protected MultiSurfaceType multiSurface
protected Boolean owns
protected String remoteSchema
protected TypeType type
protected String href
protected String role
protected String arcrole
protected String title
protected ShowType show
protected ActuateType actuate
public MultiSurfaceType getMultiSurface()
MultiSurfaceTypepublic void setMultiSurface(MultiSurfaceType value)
value - allowed object is
MultiSurfaceTypepublic boolean isOwns()
Booleanpublic void setOwns(Boolean value)
value - allowed object is
Booleanpublic List<String> getNilReason()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the nilReason property.
For example, to add a new item, do as follows:
getNilReason().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getRemoteSchema()
Stringpublic void setRemoteSchema(String value)
value - allowed object is
Stringpublic TypeType getType()
TypeTypepublic void setType(TypeType value)
value - allowed object is
TypeTypepublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic String getArcrole()
Stringpublic void setArcrole(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic ShowType getShow()
ShowTypepublic void setShow(ShowType value)
value - allowed object is
ShowTypepublic ActuateType getActuate()
ActuateTypepublic void setActuate(ActuateType value)
value - allowed object is
ActuateTypeCopyright © 2014–2017 B3Partners B.V.. All rights reserved.