|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.ResponsiblePartySubsetType
public class ResponsiblePartySubsetType
For OWS use in the ServiceProvider section of a service metadata document, the optional organizationName element was removed, since this type is always used with the ProviderName element which provides that information. The mandatory "role" element was changed to optional, since no clear use of this information is known in the ServiceProvider section.
Classe Java pour ResponsiblePartySubsetType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ResponsiblePartySubsetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}IndividualName" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}PositionName" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}ContactInfo" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}Role" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ContactType |
contactInfo
|
protected String |
individualName
|
protected String |
positionName
|
protected CodeType |
role
|
| Constructor Summary | |
|---|---|
ResponsiblePartySubsetType()
|
|
| Method Summary | |
|---|---|
ContactType |
getContactInfo()
Obtient la valeur de la propriété contactInfo. |
String |
getIndividualName()
Obtient la valeur de la propriété individualName. |
String |
getPositionName()
Obtient la valeur de la propriété positionName. |
CodeType |
getRole()
Obtient la valeur de la propriété role. |
boolean |
isSetContactInfo()
|
boolean |
isSetIndividualName()
|
boolean |
isSetPositionName()
|
boolean |
isSetRole()
|
void |
setContactInfo(ContactType value)
Définit la valeur de la propriété contactInfo. |
void |
setIndividualName(String value)
Définit la valeur de la propriété individualName. |
void |
setPositionName(String value)
Définit la valeur de la propriété positionName. |
void |
setRole(CodeType value)
Définit la valeur de la propriété role. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String individualName
protected String positionName
protected ContactType contactInfo
protected CodeType role
| Constructor Detail |
|---|
public ResponsiblePartySubsetType()
| Method Detail |
|---|
public String getIndividualName()
Stringpublic void setIndividualName(String value)
value - allowed object is
Stringpublic boolean isSetIndividualName()
public String getPositionName()
Stringpublic void setPositionName(String value)
value - allowed object is
Stringpublic boolean isSetPositionName()
public ContactType getContactInfo()
ContactTypepublic void setContactInfo(ContactType value)
value - allowed object is
ContactTypepublic boolean isSetContactInfo()
public CodeType getRole()
CodeTypepublic void setRole(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetRole()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||