Class CISeriesType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.CISeriesType
-
- 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 CISeriesType 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
Java class for CI_Series_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CI_Series_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="name" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="issueIdentification" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="page" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CharacterStringPropertyTypeissueIdentificationprotected CharacterStringPropertyTypenameprotected CharacterStringPropertyTypepage-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description CISeriesType()Default no-arg constructorCISeriesType(String id, String uuid, CharacterStringPropertyType name, CharacterStringPropertyType issueIdentification, CharacterStringPropertyType page)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)CharacterStringPropertyTypegetIssueIdentification()Gets the value of the issueIdentification property.CharacterStringPropertyTypegetName()Gets the value of the name property.CharacterStringPropertyTypegetPage()Gets the value of the page property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetIssueIdentification()booleanisSetName()booleanisSetPage()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)voidsetIssueIdentification(CharacterStringPropertyType value)Sets the value of the issueIdentification property.voidsetName(CharacterStringPropertyType value)Sets the value of the name property.voidsetPage(CharacterStringPropertyType value)Sets the value of the page property.StringtoString()CISeriesTypewithId(String value)CISeriesTypewithIssueIdentification(CharacterStringPropertyType value)CISeriesTypewithName(CharacterStringPropertyType value)CISeriesTypewithPage(CharacterStringPropertyType value)CISeriesTypewithUuid(String value)
-
-
-
Field Detail
-
name
protected CharacterStringPropertyType name
-
issueIdentification
protected CharacterStringPropertyType issueIdentification
-
page
protected CharacterStringPropertyType page
-
-
Constructor Detail
-
CISeriesType
public CISeriesType()
Default no-arg constructor
-
CISeriesType
public CISeriesType(String id, String uuid, CharacterStringPropertyType name, CharacterStringPropertyType issueIdentification, CharacterStringPropertyType page)
Fully-initialising value constructor
-
-
Method Detail
-
getName
public CharacterStringPropertyType getName()
Gets the value of the name property.- Returns:
- possible object is
CharacterStringPropertyType
-
setName
public void setName(CharacterStringPropertyType value)
Sets the value of the name property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetName
public boolean isSetName()
-
getIssueIdentification
public CharacterStringPropertyType getIssueIdentification()
Gets the value of the issueIdentification property.- Returns:
- possible object is
CharacterStringPropertyType
-
setIssueIdentification
public void setIssueIdentification(CharacterStringPropertyType value)
Sets the value of the issueIdentification property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetIssueIdentification
public boolean isSetIssueIdentification()
-
getPage
public CharacterStringPropertyType getPage()
Gets the value of the page property.- Returns:
- possible object is
CharacterStringPropertyType
-
setPage
public void setPage(CharacterStringPropertyType value)
Sets the value of the page property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetPage
public boolean isSetPage()
-
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
-
withName
public CISeriesType withName(CharacterStringPropertyType value)
-
withIssueIdentification
public CISeriesType withIssueIdentification(CharacterStringPropertyType value)
-
withPage
public CISeriesType withPage(CharacterStringPropertyType value)
-
withId
public CISeriesType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public CISeriesType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-