Class CIResponsiblePartyType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.CIResponsiblePartyType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class CIResponsiblePartyType extends AbstractObjectType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Identification of, and means of communication with, person(s) and organisations associated with the datasetJava class for CI_ResponsibleParty_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CI_ResponsibleParty_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="individualName" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="organisationName" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="positionName" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="contactInfo" type="{http://www.isotc211.org/2005/gmd}CI_Contact_PropertyType" minOccurs="0"/> <element name="role" type="{http://www.isotc211.org/2005/gmd}CI_RoleCode_PropertyType"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CIContactPropertyTypecontactInfoprotected CharacterStringPropertyTypeindividualNameprotected CharacterStringPropertyTypeorganisationNameprotected CharacterStringPropertyTypepositionNameprotected CIRoleCodePropertyTyperole-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description CIResponsiblePartyType()Default no-arg constructorCIResponsiblePartyType(String id, String uuid, CharacterStringPropertyType individualName, CharacterStringPropertyType organisationName, CharacterStringPropertyType positionName, CIContactPropertyType contactInfo, CIRoleCodePropertyType role)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)CIContactPropertyTypegetContactInfo()Gets the value of the contactInfo property.CharacterStringPropertyTypegetIndividualName()Gets the value of the individualName property.CharacterStringPropertyTypegetOrganisationName()Gets the value of the organisationName property.CharacterStringPropertyTypegetPositionName()Gets the value of the positionName property.CIRoleCodePropertyTypegetRole()Gets the value of the role property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetContactInfo()booleanisSetIndividualName()booleanisSetOrganisationName()booleanisSetPositionName()booleanisSetRole()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetContactInfo(CIContactPropertyType value)Sets the value of the contactInfo property.voidsetIndividualName(CharacterStringPropertyType value)Sets the value of the individualName property.voidsetOrganisationName(CharacterStringPropertyType value)Sets the value of the organisationName property.voidsetPositionName(CharacterStringPropertyType value)Sets the value of the positionName property.voidsetRole(CIRoleCodePropertyType value)Sets the value of the role property.StringtoString()CIResponsiblePartyTypewithContactInfo(CIContactPropertyType value)CIResponsiblePartyTypewithId(String value)CIResponsiblePartyTypewithIndividualName(CharacterStringPropertyType value)CIResponsiblePartyTypewithOrganisationName(CharacterStringPropertyType value)CIResponsiblePartyTypewithPositionName(CharacterStringPropertyType value)CIResponsiblePartyTypewithRole(CIRoleCodePropertyType value)CIResponsiblePartyTypewithUuid(String value)
-
-
-
Field Detail
-
individualName
protected CharacterStringPropertyType individualName
-
organisationName
protected CharacterStringPropertyType organisationName
-
positionName
protected CharacterStringPropertyType positionName
-
contactInfo
protected CIContactPropertyType contactInfo
-
role
protected CIRoleCodePropertyType role
-
-
Constructor Detail
-
CIResponsiblePartyType
public CIResponsiblePartyType()
Default no-arg constructor
-
CIResponsiblePartyType
public CIResponsiblePartyType(String id, String uuid, CharacterStringPropertyType individualName, CharacterStringPropertyType organisationName, CharacterStringPropertyType positionName, CIContactPropertyType contactInfo, CIRoleCodePropertyType role)
Fully-initialising value constructor
-
-
Method Detail
-
getIndividualName
public CharacterStringPropertyType getIndividualName()
Gets the value of the individualName property.- Returns:
- possible object is
CharacterStringPropertyType
-
setIndividualName
public void setIndividualName(CharacterStringPropertyType value)
Sets the value of the individualName property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetIndividualName
public boolean isSetIndividualName()
-
getOrganisationName
public CharacterStringPropertyType getOrganisationName()
Gets the value of the organisationName property.- Returns:
- possible object is
CharacterStringPropertyType
-
setOrganisationName
public void setOrganisationName(CharacterStringPropertyType value)
Sets the value of the organisationName property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetOrganisationName
public boolean isSetOrganisationName()
-
getPositionName
public CharacterStringPropertyType getPositionName()
Gets the value of the positionName property.- Returns:
- possible object is
CharacterStringPropertyType
-
setPositionName
public void setPositionName(CharacterStringPropertyType value)
Sets the value of the positionName property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetPositionName
public boolean isSetPositionName()
-
getContactInfo
public CIContactPropertyType getContactInfo()
Gets the value of the contactInfo property.- Returns:
- possible object is
CIContactPropertyType
-
setContactInfo
public void setContactInfo(CIContactPropertyType value)
Sets the value of the contactInfo property.- Parameters:
value- allowed object isCIContactPropertyType
-
isSetContactInfo
public boolean isSetContactInfo()
-
getRole
public CIRoleCodePropertyType getRole()
Gets the value of the role property.- Returns:
- possible object is
CIRoleCodePropertyType
-
setRole
public void setRole(CIRoleCodePropertyType value)
Sets the value of the role property.- Parameters:
value- allowed object isCIRoleCodePropertyType
-
isSetRole
public boolean isSetRole()
-
toString
public String toString()
- Overrides:
toStringin classAbstractObjectType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classAbstractObjectType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classAbstractObjectType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classAbstractObjectType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractObjectType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractObjectType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractObjectType
-
clone
public Object clone()
- Overrides:
clonein classAbstractObjectType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractObjectType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractObjectType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractObjectType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractObjectType
-
withIndividualName
public CIResponsiblePartyType withIndividualName(CharacterStringPropertyType value)
-
withOrganisationName
public CIResponsiblePartyType withOrganisationName(CharacterStringPropertyType value)
-
withPositionName
public CIResponsiblePartyType withPositionName(CharacterStringPropertyType value)
-
withContactInfo
public CIResponsiblePartyType withContactInfo(CIContactPropertyType value)
-
withRole
public CIResponsiblePartyType withRole(CIRoleCodePropertyType value)
-
withId
public CIResponsiblePartyType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public CIResponsiblePartyType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-