public class FeatureAssociationType extends Object implements Named, Visitable
Java class for FeatureAssociationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeatureAssociationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element ref="{http://www.opengis.net/gml}_Feature"/>
</sequence>
<attGroup ref="{http://www.w3.org/1999/xlink}simpleAttrs"/>
<attribute ref="{http://www.opengis.net/gml}remoteSchema"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActuateType |
actuate |
protected String |
arcrole |
protected JAXBElement<? extends AbstractFeatureType> |
feature |
protected String |
href |
protected String |
remoteSchema |
protected String |
role |
protected ShowType |
show |
protected String |
title |
protected TypeType |
type |
| Constructor and Description |
|---|
FeatureAssociationType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
ActuateType |
getActuate()
Gets the value of the actuate property.
|
String |
getArcrole()
Gets the value of the arcrole property.
|
JAXBElement<? extends AbstractFeatureType> |
getFeature()
Gets the value of the feature property.
|
String |
getHref()
Gets the value of the href property.
|
QName |
getJAXBElementName() |
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 |
isSetActuate() |
boolean |
isSetArcrole() |
boolean |
isSetFeature() |
boolean |
isSetHref() |
boolean |
isSetRemoteSchema() |
boolean |
isSetRole() |
boolean |
isSetShow() |
boolean |
isSetTitle() |
boolean |
isSetType() |
void |
setActuate(ActuateType value)
Sets the value of the actuate property.
|
void |
setArcrole(String value)
Sets the value of the arcrole property.
|
void |
setFeature(JAXBElement<? extends AbstractFeatureType> value)
Sets the value of the feature property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setJAXBElementName(QName name) |
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 JAXBElement<? extends AbstractFeatureType> feature
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 JAXBElement<? extends AbstractFeatureType> getFeature()
JAXBElement<AbstractFeatureCollectionType>
JAXBElement<FeatureCollectionType>
JAXBElement<AbstractFeatureType>public void setFeature(JAXBElement<? extends AbstractFeatureType> value)
value - allowed object is
JAXBElement<AbstractFeatureCollectionType>
JAXBElement<FeatureCollectionType>
JAXBElement<AbstractFeatureType>public boolean isSetFeature()
public String getRemoteSchema()
Stringpublic void setRemoteSchema(String value)
value - allowed object is
Stringpublic boolean isSetRemoteSchema()
public TypeType getType()
TypeTypepublic void setType(TypeType value)
value - allowed object is
TypeTypepublic boolean isSetType()
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic boolean isSetHref()
public String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic boolean isSetRole()
public String getArcrole()
Stringpublic void setArcrole(String value)
value - allowed object is
Stringpublic boolean isSetArcrole()
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public ShowType getShow()
ShowTypepublic void setShow(ShowType value)
value - allowed object is
ShowTypepublic boolean isSetShow()
public ActuateType getActuate()
ActuateTypepublic void setActuate(ActuateType value)
value - allowed object is
ActuateTypepublic boolean isSetActuate()
public void setJAXBElementName(QName name)
setJAXBElementName in interface Namedpublic QName getJAXBElementName()
getJAXBElementName in interface Namedpublic void afterUnmarshal(Unmarshaller u, Object parent)
This work is licensed under a Creative Commons Attribution 4.0 International License.