|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.AbstractReferenceBaseType
public class AbstractReferenceBaseType
This type contains only a restricted and annotated set of the attributes from the xlink:simpleAttrs attributeGroup.
Classe Java pour AbstractReferenceBaseType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="AbstractReferenceBaseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" fixed="simple" />
<attribute ref="{http://www.w3.org/1999/xlink}href use="required""/>
<attribute ref="{http://www.w3.org/1999/xlink}role"/>
<attribute ref="{http://www.w3.org/1999/xlink}arcrole"/>
<attribute ref="{http://www.w3.org/1999/xlink}title"/>
<attribute ref="{http://www.w3.org/1999/xlink}show"/>
<attribute ref="{http://www.w3.org/1999/xlink}actuate"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ActuateType |
actuate
|
protected String |
arcrole
|
protected String |
href
|
protected String |
role
|
protected ShowType |
show
|
protected String |
title
|
static String |
TYPE
|
| Constructor Summary | |
|---|---|
AbstractReferenceBaseType()
|
|
| Method Summary | |
|---|---|
ActuateType |
getActuate()
Although allowed, this attribute is not expected to be useful in this application of xlink:simpleAttrs. |
String |
getArcrole()
Although allowed, this attribute is not expected to be useful in this application of xlink:simpleAttrs. |
String |
getHref()
Reference to a remote resource or local payload. |
String |
getRole()
Reference to a resource that describes the role of this reference. |
ShowType |
getShow()
Although allowed, this attribute is not expected to be useful in this application of xlink:simpleAttrs. |
String |
getTitle()
Describes the meaning of the referenced resource in a human-readable fashion. |
boolean |
isSetActuate()
|
boolean |
isSetArcrole()
|
boolean |
isSetHref()
|
boolean |
isSetRole()
|
boolean |
isSetShow()
|
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 |
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 |
|---|
public static final String TYPE
protected String href
protected String role
protected String arcrole
protected String title
protected ShowType show
protected ActuateType actuate
| Constructor Detail |
|---|
public AbstractReferenceBaseType()
| Method Detail |
|---|
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 | |||||||||