Class CICitationType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.CICitationType
-
- 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 CICitationType 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
Standardized resource referenceJava class for CI_Citation_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CI_Citation_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="title" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/> <element name="alternateTitle" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="date" type="{http://www.isotc211.org/2005/gmd}CI_Date_PropertyType" maxOccurs="unbounded"/> <element name="edition" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="editionDate" type="{http://www.isotc211.org/2005/gco}Date_PropertyType" minOccurs="0"/> <element name="identifier" type="{http://www.isotc211.org/2005/gmd}MD_Identifier_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="citedResponsibleParty" type="{http://www.isotc211.org/2005/gmd}CI_ResponsibleParty_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="presentationForm" type="{http://www.isotc211.org/2005/gmd}CI_PresentationFormCode_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="series" type="{http://www.isotc211.org/2005/gmd}CI_Series_PropertyType" minOccurs="0"/> <element name="otherCitationDetails" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="collectiveTitle" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="ISBN" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="ISSN" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CharacterStringPropertyType>alternateTitleprotected List<CIResponsiblePartyPropertyType>citedResponsiblePartyprotected CharacterStringPropertyTypecollectiveTitleprotected List<CIDatePropertyType>dateprotected CharacterStringPropertyTypeeditionprotected DatePropertyTypeeditionDateprotected List<MDIdentifierPropertyType>identifierprotected CharacterStringPropertyTypeisbnprotected CharacterStringPropertyTypeissnprotected CharacterStringPropertyTypeotherCitationDetailsprotected List<CIPresentationFormCodePropertyType>presentationFormprotected CISeriesPropertyTypeseriesprotected CharacterStringPropertyTypetitle-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description CICitationType()Default no-arg constructorCICitationType(String id, String uuid, CharacterStringPropertyType title, List<CharacterStringPropertyType> alternateTitle, List<CIDatePropertyType> date, CharacterStringPropertyType edition, DatePropertyType editionDate, List<MDIdentifierPropertyType> identifier, List<CIResponsiblePartyPropertyType> citedResponsibleParty, List<CIPresentationFormCodePropertyType> presentationForm, CISeriesPropertyType series, CharacterStringPropertyType otherCitationDetails, CharacterStringPropertyType collectiveTitle, CharacterStringPropertyType isbn, CharacterStringPropertyType issn)Fully-initialising value constructor
-
Method Summary
-
-
-
Field Detail
-
title
protected CharacterStringPropertyType title
-
alternateTitle
protected List<CharacterStringPropertyType> alternateTitle
-
date
protected List<CIDatePropertyType> date
-
edition
protected CharacterStringPropertyType edition
-
editionDate
protected DatePropertyType editionDate
-
identifier
protected List<MDIdentifierPropertyType> identifier
-
citedResponsibleParty
protected List<CIResponsiblePartyPropertyType> citedResponsibleParty
-
presentationForm
protected List<CIPresentationFormCodePropertyType> presentationForm
-
series
protected CISeriesPropertyType series
-
otherCitationDetails
protected CharacterStringPropertyType otherCitationDetails
-
collectiveTitle
protected CharacterStringPropertyType collectiveTitle
-
isbn
protected CharacterStringPropertyType isbn
-
issn
protected CharacterStringPropertyType issn
-
-
Constructor Detail
-
CICitationType
public CICitationType()
Default no-arg constructor
-
CICitationType
public CICitationType(String id, String uuid, CharacterStringPropertyType title, List<CharacterStringPropertyType> alternateTitle, List<CIDatePropertyType> date, CharacterStringPropertyType edition, DatePropertyType editionDate, List<MDIdentifierPropertyType> identifier, List<CIResponsiblePartyPropertyType> citedResponsibleParty, List<CIPresentationFormCodePropertyType> presentationForm, CISeriesPropertyType series, CharacterStringPropertyType otherCitationDetails, CharacterStringPropertyType collectiveTitle, CharacterStringPropertyType isbn, CharacterStringPropertyType issn)
Fully-initialising value constructor
-
-
Method Detail
-
getTitle
public CharacterStringPropertyType getTitle()
Gets the value of the title property.- Returns:
- possible object is
CharacterStringPropertyType
-
setTitle
public void setTitle(CharacterStringPropertyType value)
Sets the value of the title property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetTitle
public boolean isSetTitle()
-
getAlternateTitle
public List<CharacterStringPropertyType> getAlternateTitle()
Gets the value of the alternateTitle property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the alternateTitle property.For example, to add a new item, do as follows:
getAlternateTitle().add(newItem);Objects of the following type(s) are allowed in the list
CharacterStringPropertyType
-
isSetAlternateTitle
public boolean isSetAlternateTitle()
-
unsetAlternateTitle
public void unsetAlternateTitle()
-
getDate
public List<CIDatePropertyType> getDate()
Gets the value of the date property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the date property.For example, to add a new item, do as follows:
getDate().add(newItem);Objects of the following type(s) are allowed in the list
CIDatePropertyType
-
isSetDate
public boolean isSetDate()
-
unsetDate
public void unsetDate()
-
getEdition
public CharacterStringPropertyType getEdition()
Gets the value of the edition property.- Returns:
- possible object is
CharacterStringPropertyType
-
setEdition
public void setEdition(CharacterStringPropertyType value)
Sets the value of the edition property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetEdition
public boolean isSetEdition()
-
getEditionDate
public DatePropertyType getEditionDate()
Gets the value of the editionDate property.- Returns:
- possible object is
DatePropertyType
-
setEditionDate
public void setEditionDate(DatePropertyType value)
Sets the value of the editionDate property.- Parameters:
value- allowed object isDatePropertyType
-
isSetEditionDate
public boolean isSetEditionDate()
-
getIdentifier
public List<MDIdentifierPropertyType> getIdentifier()
Gets the value of the identifier property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
MDIdentifierPropertyType
-
isSetIdentifier
public boolean isSetIdentifier()
-
unsetIdentifier
public void unsetIdentifier()
-
getCitedResponsibleParty
public List<CIResponsiblePartyPropertyType> getCitedResponsibleParty()
Gets the value of the citedResponsibleParty property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the citedResponsibleParty property.For example, to add a new item, do as follows:
getCitedResponsibleParty().add(newItem);Objects of the following type(s) are allowed in the list
CIResponsiblePartyPropertyType
-
isSetCitedResponsibleParty
public boolean isSetCitedResponsibleParty()
-
unsetCitedResponsibleParty
public void unsetCitedResponsibleParty()
-
getPresentationForm
public List<CIPresentationFormCodePropertyType> getPresentationForm()
Gets the value of the presentationForm property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the presentationForm property.For example, to add a new item, do as follows:
getPresentationForm().add(newItem);Objects of the following type(s) are allowed in the list
CIPresentationFormCodePropertyType
-
isSetPresentationForm
public boolean isSetPresentationForm()
-
unsetPresentationForm
public void unsetPresentationForm()
-
getSeries
public CISeriesPropertyType getSeries()
Gets the value of the series property.- Returns:
- possible object is
CISeriesPropertyType
-
setSeries
public void setSeries(CISeriesPropertyType value)
Sets the value of the series property.- Parameters:
value- allowed object isCISeriesPropertyType
-
isSetSeries
public boolean isSetSeries()
-
getOtherCitationDetails
public CharacterStringPropertyType getOtherCitationDetails()
Gets the value of the otherCitationDetails property.- Returns:
- possible object is
CharacterStringPropertyType
-
setOtherCitationDetails
public void setOtherCitationDetails(CharacterStringPropertyType value)
Sets the value of the otherCitationDetails property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetOtherCitationDetails
public boolean isSetOtherCitationDetails()
-
getCollectiveTitle
public CharacterStringPropertyType getCollectiveTitle()
Gets the value of the collectiveTitle property.- Returns:
- possible object is
CharacterStringPropertyType
-
setCollectiveTitle
public void setCollectiveTitle(CharacterStringPropertyType value)
Sets the value of the collectiveTitle property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetCollectiveTitle
public boolean isSetCollectiveTitle()
-
getISBN
public CharacterStringPropertyType getISBN()
Gets the value of the isbn property.- Returns:
- possible object is
CharacterStringPropertyType
-
setISBN
public void setISBN(CharacterStringPropertyType value)
Sets the value of the isbn property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetISBN
public boolean isSetISBN()
-
getISSN
public CharacterStringPropertyType getISSN()
Gets the value of the issn property.- Returns:
- possible object is
CharacterStringPropertyType
-
setISSN
public void setISSN(CharacterStringPropertyType value)
Sets the value of the issn property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetISSN
public boolean isSetISSN()
-
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
-
setAlternateTitle
public void setAlternateTitle(List<CharacterStringPropertyType> value)
-
setDate
public void setDate(List<CIDatePropertyType> value)
-
setIdentifier
public void setIdentifier(List<MDIdentifierPropertyType> value)
-
setCitedResponsibleParty
public void setCitedResponsibleParty(List<CIResponsiblePartyPropertyType> value)
-
setPresentationForm
public void setPresentationForm(List<CIPresentationFormCodePropertyType> value)
-
withTitle
public CICitationType withTitle(CharacterStringPropertyType value)
-
withAlternateTitle
public CICitationType withAlternateTitle(CharacterStringPropertyType... values)
-
withAlternateTitle
public CICitationType withAlternateTitle(Collection<CharacterStringPropertyType> values)
-
withDate
public CICitationType withDate(CIDatePropertyType... values)
-
withDate
public CICitationType withDate(Collection<CIDatePropertyType> values)
-
withEdition
public CICitationType withEdition(CharacterStringPropertyType value)
-
withEditionDate
public CICitationType withEditionDate(DatePropertyType value)
-
withIdentifier
public CICitationType withIdentifier(MDIdentifierPropertyType... values)
-
withIdentifier
public CICitationType withIdentifier(Collection<MDIdentifierPropertyType> values)
-
withCitedResponsibleParty
public CICitationType withCitedResponsibleParty(CIResponsiblePartyPropertyType... values)
-
withCitedResponsibleParty
public CICitationType withCitedResponsibleParty(Collection<CIResponsiblePartyPropertyType> values)
-
withPresentationForm
public CICitationType withPresentationForm(CIPresentationFormCodePropertyType... values)
-
withPresentationForm
public CICitationType withPresentationForm(Collection<CIPresentationFormCodePropertyType> values)
-
withSeries
public CICitationType withSeries(CISeriesPropertyType value)
-
withOtherCitationDetails
public CICitationType withOtherCitationDetails(CharacterStringPropertyType value)
-
withCollectiveTitle
public CICitationType withCollectiveTitle(CharacterStringPropertyType value)
-
withISBN
public CICitationType withISBN(CharacterStringPropertyType value)
-
withISSN
public CICitationType withISSN(CharacterStringPropertyType value)
-
withAlternateTitle
public CICitationType withAlternateTitle(List<CharacterStringPropertyType> value)
-
withDate
public CICitationType withDate(List<CIDatePropertyType> value)
-
withIdentifier
public CICitationType withIdentifier(List<MDIdentifierPropertyType> value)
-
withCitedResponsibleParty
public CICitationType withCitedResponsibleParty(List<CIResponsiblePartyPropertyType> value)
-
withPresentationForm
public CICitationType withPresentationForm(List<CIPresentationFormCodePropertyType> value)
-
withId
public CICitationType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public CICitationType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-