|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.ResponsiblePartyType
public class ResponsiblePartyType
Identification of, and means of communication with, person responsible for the server. At least one of IndividualName, OrganisationName, or PositionName shall be included.
Classe Java pour ResponsiblePartyType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ResponsiblePartyType">
<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}OrganisationName" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ContactType |
contactInfo
|
protected String |
individualName
|
protected String |
organisationName
|
protected String |
positionName
|
protected CodeType |
role
|
| Constructor Summary | |
|---|---|
ResponsiblePartyType()
|
|
| Method Summary | |
|---|---|
ContactType |
getContactInfo()
Obtient la valeur de la propriété contactInfo. |
String |
getIndividualName()
Obtient la valeur de la propriété individualName. |
String |
getOrganisationName()
Obtient la valeur de la propriété organisationName. |
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 |
isSetOrganisationName()
|
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 |
setOrganisationName(String value)
Définit la valeur de la propriété organisationName. |
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 organisationName
protected String positionName
protected ContactType contactInfo
protected CodeType role
| Constructor Detail |
|---|
public ResponsiblePartyType()
| Method Detail |
|---|
public String getIndividualName()
Stringpublic void setIndividualName(String value)
value - allowed object is
Stringpublic boolean isSetIndividualName()
public String getOrganisationName()
Stringpublic void setOrganisationName(String value)
value - allowed object is
Stringpublic boolean isSetOrganisationName()
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 | |||||||||