net.opengis.ows._2
Class AbstractReferenceBaseType

java.lang.Object
  extended by net.opengis.ows._2.AbstractReferenceBaseType
Direct Known Subclasses:
ReferenceType

public class AbstractReferenceBaseType
extends Object

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

TYPE

public static final String TYPE
See Also:
Constant Field Values

href

protected String href

role

protected String role

arcrole

protected String arcrole

title

protected String title

show

protected ShowType show

actuate

protected ActuateType actuate
Constructor Detail

AbstractReferenceBaseType

public AbstractReferenceBaseType()
Method Detail

getHref

public String getHref()
Reference to a remote resource or local payload. A remote resource is typically addressed by a URL. For a local payload (such as a multipart mime message), the xlink:href must start with the prefix cid:.

Returns:
possible object is String

setHref

public void setHref(String value)
Définit la valeur de la propriété href.

Parameters:
value - allowed object is String

isSetHref

public boolean isSetHref()

getRole

public String getRole()
Reference to a resource that describes the role of this reference. When no value is supplied, no particular role value is to be inferred.

Returns:
possible object is String

setRole

public void setRole(String value)
Définit la valeur de la propriété role.

Parameters:
value - allowed object is String

isSetRole

public boolean isSetRole()

getArcrole

public String getArcrole()
Although allowed, this attribute is not expected to be useful in this application of xlink:simpleAttrs.

Returns:
possible object is String

setArcrole

public void setArcrole(String value)
Définit la valeur de la propriété arcrole.

Parameters:
value - allowed object is String

isSetArcrole

public boolean isSetArcrole()

getTitle

public String getTitle()
Describes the meaning of the referenced resource in a human-readable fashion.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Définit la valeur de la propriété title.

Parameters:
value - allowed object is String

isSetTitle

public boolean isSetTitle()

getShow

public ShowType getShow()
Although allowed, this attribute is not expected to be useful in this application of xlink:simpleAttrs.

Returns:
possible object is ShowType

setShow

public void setShow(ShowType value)
Définit la valeur de la propriété show.

Parameters:
value - allowed object is ShowType

isSetShow

public boolean isSetShow()

getActuate

public ActuateType getActuate()
Although allowed, this attribute is not expected to be useful in this application of xlink:simpleAttrs.

Returns:
possible object is ActuateType

setActuate

public void setActuate(ActuateType value)
Définit la valeur de la propriété actuate.

Parameters:
value - allowed object is ActuateType

isSetActuate

public boolean isSetActuate()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.