public class ResponsibleParty extends Object
Java class for ResponsibleParty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponsibleParty"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="individualName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="organizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="positionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contactInfo" type="{http://tethys.sdsu.edu/schema/1.0}contactInfo" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}NCName" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ContactInfo |
contactInfo |
protected String |
id |
protected String |
individualName |
protected String |
organizationName |
protected String |
positionName |
Constructor and Description |
---|
ResponsibleParty() |
Modifier and Type | Method and Description |
---|---|
ContactInfo |
getContactInfo()
Gets the value of the contactInfo property.
|
String |
getId()
Gets the value of the id property.
|
String |
getIndividualName()
Gets the value of the individualName property.
|
String |
getOrganizationName()
Gets the value of the organizationName property.
|
String |
getPositionName()
Gets the value of the positionName property.
|
void |
setContactInfo(ContactInfo value)
Sets the value of the contactInfo property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIndividualName(String value)
Sets the value of the individualName property.
|
void |
setOrganizationName(String value)
Sets the value of the organizationName property.
|
void |
setPositionName(String value)
Sets the value of the positionName property.
|
protected String individualName
protected String organizationName
protected String positionName
protected ContactInfo contactInfo
protected String id
public String getIndividualName()
String
public void setIndividualName(String value)
value
- allowed object is
String
public String getOrganizationName()
String
public void setOrganizationName(String value)
value
- allowed object is
String
public String getPositionName()
String
public void setPositionName(String value)
value
- allowed object is
String
public ContactInfo getContactInfo()
ContactInfo
public void setContactInfo(ContactInfo value)
value
- allowed object is
ContactInfo
Copyright © 2020 Tethys. All rights reserved.