net.opengis.wms
Class Identifier

java.lang.Object
  extended by net.opengis.wms.Identifier

public class Identifier
extends Object

Classe Java pour anonymous complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="authority" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String authority
           
protected  String value
           
 
Constructor Summary
Identifier()
           
 
Method Summary
 String getAuthority()
          Obtient la valeur de la propriété authority.
 String getValue()
          Obtient la valeur de la propriété value.
 boolean isSetAuthority()
           
 boolean isSetValue()
           
 void setAuthority(String value)
          Définit la valeur de la propriété authority.
 void setValue(String value)
          Définit la valeur de la propriété value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

authority

protected String authority
Constructor Detail

Identifier

public Identifier()
Method Detail

getValue

public String getValue()
Obtient la valeur de la propriété value.

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

isSetValue

public boolean isSetValue()

getAuthority

public String getAuthority()
Obtient la valeur de la propriété authority.

Returns:
possible object is String

setAuthority

public void setAuthority(String value)
Définit la valeur de la propriété authority.

Parameters:
value - allowed object is String

isSetAuthority

public boolean isSetAuthority()


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