|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.iso19139.gco.v_20060504.AbstractObjectType
net.opengis.iso19139.gmd.v_20060504.CICitationType
public class CICitationType
Standardized resource reference
Java 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 | |
|---|---|
protected List<CharacterStringPropertyType> |
alternateTitle
|
protected List<CIResponsiblePartyPropertyType> |
citedResponsibleParty
|
protected CharacterStringPropertyType |
collectiveTitle
|
protected List<CIDatePropertyType> |
date
|
protected CharacterStringPropertyType |
edition
|
protected DatePropertyType |
editionDate
|
protected List<MDIdentifierPropertyType> |
identifier
|
protected CharacterStringPropertyType |
isbn
|
protected CharacterStringPropertyType |
issn
|
protected CharacterStringPropertyType |
otherCitationDetails
|
protected List<CIPresentationFormCodePropertyType> |
presentationForm
|
protected CISeriesPropertyType |
series
|
protected CharacterStringPropertyType |
title
|
| Fields inherited from class net.opengis.iso19139.gco.v_20060504.AbstractObjectType |
|---|
id, uuid |
| Constructor Summary | |
|---|---|
CICitationType()
|
|
| Methods inherited from class net.opengis.iso19139.gco.v_20060504.AbstractObjectType |
|---|
getId, getUuid, isSetId, isSetUuid, setId, setUuid |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected CharacterStringPropertyType title
protected List<CharacterStringPropertyType> alternateTitle
protected List<CIDatePropertyType> date
protected CharacterStringPropertyType edition
protected DatePropertyType editionDate
protected List<MDIdentifierPropertyType> identifier
protected List<CIResponsiblePartyPropertyType> citedResponsibleParty
protected List<CIPresentationFormCodePropertyType> presentationForm
protected CISeriesPropertyType series
protected CharacterStringPropertyType otherCitationDetails
protected CharacterStringPropertyType collectiveTitle
protected CharacterStringPropertyType isbn
protected CharacterStringPropertyType issn
| Constructor Detail |
|---|
public CICitationType()
| Method Detail |
|---|
public CharacterStringPropertyType getTitle()
CharacterStringPropertyTypepublic void setTitle(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetTitle()
public List<CharacterStringPropertyType> getAlternateTitle()
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 JAXB object.
This is why there is not a set method 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
public boolean isSetAlternateTitle()
public void unsetAlternateTitle()
public List<CIDatePropertyType> getDate()
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 JAXB object.
This is why there is not a set method 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
public boolean isSetDate()
public void unsetDate()
public CharacterStringPropertyType getEdition()
CharacterStringPropertyTypepublic void setEdition(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetEdition()
public DatePropertyType getEditionDate()
DatePropertyTypepublic void setEditionDate(DatePropertyType value)
value - allowed object is
DatePropertyTypepublic boolean isSetEditionDate()
public List<MDIdentifierPropertyType> getIdentifier()
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 JAXB object.
This is why there is not a set method 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
public boolean isSetIdentifier()
public void unsetIdentifier()
public List<CIResponsiblePartyPropertyType> getCitedResponsibleParty()
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 JAXB object.
This is why there is not a set method 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
public boolean isSetCitedResponsibleParty()
public void unsetCitedResponsibleParty()
public List<CIPresentationFormCodePropertyType> getPresentationForm()
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 JAXB object.
This is why there is not a set method 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
public boolean isSetPresentationForm()
public void unsetPresentationForm()
public CISeriesPropertyType getSeries()
CISeriesPropertyTypepublic void setSeries(CISeriesPropertyType value)
value - allowed object is
CISeriesPropertyTypepublic boolean isSetSeries()
public CharacterStringPropertyType getOtherCitationDetails()
CharacterStringPropertyTypepublic void setOtherCitationDetails(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetOtherCitationDetails()
public CharacterStringPropertyType getCollectiveTitle()
CharacterStringPropertyTypepublic void setCollectiveTitle(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetCollectiveTitle()
public CharacterStringPropertyType getISBN()
CharacterStringPropertyTypepublic void setISBN(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetISBN()
public CharacterStringPropertyType getISSN()
CharacterStringPropertyTypepublic void setISSN(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetISSN()
public String toString()
toString in class AbstractObjectType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractObjectType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractObjectType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractObjectTypepublic boolean equals(Object object)
equals in class AbstractObjectType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractObjectTypepublic int hashCode()
hashCode in class AbstractObjectTypepublic Object clone()
clone in class AbstractObjectTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractObjectType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractObjectTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractObjectType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractObjectTypepublic void setAlternateTitle(List<CharacterStringPropertyType> value)
public void setDate(List<CIDatePropertyType> value)
public void setIdentifier(List<MDIdentifierPropertyType> value)
public void setCitedResponsibleParty(List<CIResponsiblePartyPropertyType> value)
public void setPresentationForm(List<CIPresentationFormCodePropertyType> value)
public CICitationType withTitle(CharacterStringPropertyType value)
public CICitationType withAlternateTitle(CharacterStringPropertyType... values)
public CICitationType withAlternateTitle(Collection<CharacterStringPropertyType> values)
public CICitationType withDate(CIDatePropertyType... values)
public CICitationType withDate(Collection<CIDatePropertyType> values)
public CICitationType withEdition(CharacterStringPropertyType value)
public CICitationType withEditionDate(DatePropertyType value)
public CICitationType withIdentifier(MDIdentifierPropertyType... values)
public CICitationType withIdentifier(Collection<MDIdentifierPropertyType> values)
public CICitationType withCitedResponsibleParty(CIResponsiblePartyPropertyType... values)
public CICitationType withCitedResponsibleParty(Collection<CIResponsiblePartyPropertyType> values)
public CICitationType withPresentationForm(CIPresentationFormCodePropertyType... values)
public CICitationType withPresentationForm(Collection<CIPresentationFormCodePropertyType> values)
public CICitationType withSeries(CISeriesPropertyType value)
public CICitationType withOtherCitationDetails(CharacterStringPropertyType value)
public CICitationType withCollectiveTitle(CharacterStringPropertyType value)
public CICitationType withISBN(CharacterStringPropertyType value)
public CICitationType withISSN(CharacterStringPropertyType value)
public CICitationType withAlternateTitle(List<CharacterStringPropertyType> value)
public CICitationType withDate(List<CIDatePropertyType> value)
public CICitationType withIdentifier(List<MDIdentifierPropertyType> value)
public CICitationType withCitedResponsibleParty(List<CIResponsiblePartyPropertyType> value)
public CICitationType withPresentationForm(List<CIPresentationFormCodePropertyType> value)
public CICitationType withId(String value)
withId in class AbstractObjectTypepublic CICitationType withUuid(String value)
withUuid in class AbstractObjectType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||