|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.MetadataType
public class MetadataType
This element either references or contains more metadata about the element that includes this element. To reference metadata stored remotely, at least the xlinks:href attribute in xlink:simpleAttrs shall be included. Either at least one of the attributes in xlink:simpleAttrs or a substitute for the AbstractMetaData element shall be included, but not both. An Implementation Specification can restrict the contents of this element to always be a reference or always contain metadata. (Informative: This element was adapted from the metaDataProperty element in GML 3.0.)
Classe Java pour MetadataType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="MetadataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}AbstractMetaData" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.w3.org/1999/xlink}simpleAttrs"/>
<attribute name="about" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
about
|
protected Object |
abstractMetaData
|
protected ActuateType |
actuate
|
protected String |
arcrole
|
protected String |
href
|
protected String |
role
|
protected ShowType |
show
|
protected String |
title
|
static TypeType |
TYPE
|
| Constructor Summary | |
|---|---|
MetadataType()
|
|
| Method Summary | |
|---|---|
String |
getAbout()
Obtient la valeur de la propriété about. |
Object |
getAbstractMetaData()
Obtient la valeur de la propriété abstractMetaData. |
ActuateType |
getActuate()
Obtient la valeur de la propriété actuate. |
String |
getArcrole()
Obtient la valeur de la propriété arcrole. |
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 |
getTitle()
Obtient la valeur de la propriété title. |
boolean |
isSetAbout()
|
boolean |
isSetAbstractMetaData()
|
boolean |
isSetActuate()
|
boolean |
isSetArcrole()
|
boolean |
isSetHref()
|
boolean |
isSetRole()
|
boolean |
isSetShow()
|
boolean |
isSetTitle()
|
void |
setAbout(String value)
Définit la valeur de la propriété about. |
void |
setAbstractMetaData(Object value)
Définit la valeur de la propriété abstractMetaData. |
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 |
setTitle(String value)
Définit la valeur de la propriété title. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Object abstractMetaData
protected String about
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 MetadataType()
| Method Detail |
|---|
public Object getAbstractMetaData()
Objectpublic void setAbstractMetaData(Object value)
value - allowed object is
Objectpublic boolean isSetAbstractMetaData()
public String getAbout()
Stringpublic void setAbout(String value)
value - allowed object is
Stringpublic boolean isSetAbout()
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 | |||||||||