|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wfs._2_1.MemberPropertyType
public class MemberPropertyType
Classe Java pour MemberPropertyType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="MemberPropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<any processContents='lax' namespace='##other'/>
<element ref="{http://www.opengis.net/wfs/2.1}Tuple"/>
<element ref="{http://www.opengis.net/wfs/2.1}SimpleFeatureCollection"/>
</choice>
<attGroup ref="{http://www.w3.org/1999/xlink}simpleAttrs"/>
<attribute name="state" type="{http://www.opengis.net/wfs/2.1}StateValueType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ActuateType |
actuate
|
protected String |
arcrole
|
protected List<Object> |
content
|
protected String |
href
|
protected String |
role
|
protected ShowType |
show
|
protected String |
state
|
protected String |
title
|
static TypeType |
TYPE
|
| Constructor Summary | |
|---|---|
MemberPropertyType()
|
|
| Method Summary | |
|---|---|
ActuateType |
getActuate()
Obtient la valeur de la propriété actuate. |
String |
getArcrole()
Obtient la valeur de la propriété arcrole. |
List<Object> |
getContent()
Gets the value of the content property. |
String |
getHref()
Obtient la valeur de la propriété href. |
String |
getRole()
Obtient la valeur de la propriété role. |
ShowType |
getShow()
Obtient la valeur de la propriété show. |
String |
getState()
Obtient la valeur de la propriété state. |
String |
getTitle()
Obtient la valeur de la propriété title. |
boolean |
isSetActuate()
|
boolean |
isSetArcrole()
|
boolean |
isSetContent()
|
boolean |
isSetHref()
|
boolean |
isSetRole()
|
boolean |
isSetShow()
|
boolean |
isSetState()
|
boolean |
isSetTitle()
|
void |
setActuate(ActuateType value)
Définit la valeur de la propriété actuate. |
void |
setArcrole(String value)
Définit la valeur de la propriété arcrole. |
void |
setHref(String value)
Définit la valeur de la propriété href. |
void |
setRole(String value)
Définit la valeur de la propriété role. |
void |
setShow(ShowType value)
Définit la valeur de la propriété show. |
void |
setState(String value)
Définit la valeur de la propriété state. |
void |
setTitle(String value)
Définit la valeur de la propriété title. |
void |
unsetContent()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Object> content
protected String state
public static final TypeType TYPE
protected String href
protected String role
protected String arcrole
protected String title
protected ShowType show
protected ActuateType actuate
| Constructor Detail |
|---|
public MemberPropertyType()
| Method Detail |
|---|
public List<Object> getContent()
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Element
JAXBElement<TupleType>
JAXBElement<FeatureCollectionType>
JAXBElement<SimpleFeatureCollectionType>
String
public boolean isSetContent()
public void unsetContent()
public String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic boolean isSetState()
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||