Class RSIdentifierType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.MDIdentifierType
-
- net.opengis.iso19139.gmd.v_20070417.RSIdentifierType
-
- 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 RSIdentifierType extends MDIdentifierType 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 RS_Identifier_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RS_Identifier_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gmd}MD_Identifier_Type"> <sequence> <element name="codeSpace" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="version" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CharacterStringPropertyTypecodeSpaceprotected CharacterStringPropertyTypeversion-
Fields inherited from class net.opengis.iso19139.gmd.v_20070417.MDIdentifierType
authority, code
-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description RSIdentifierType()Default no-arg constructorRSIdentifierType(String id, String uuid, CICitationPropertyType authority, CharacterStringPropertyType code, CharacterStringPropertyType codeSpace, CharacterStringPropertyType version)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)CharacterStringPropertyTypegetCodeSpace()Gets the value of the codeSpace property.CharacterStringPropertyTypegetVersion()Gets the value of the version property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetCodeSpace()booleanisSetVersion()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)voidsetCodeSpace(CharacterStringPropertyType value)Sets the value of the codeSpace property.voidsetVersion(CharacterStringPropertyType value)Sets the value of the version property.StringtoString()RSIdentifierTypewithAuthority(CICitationPropertyType value)RSIdentifierTypewithCode(CharacterStringPropertyType value)RSIdentifierTypewithCodeSpace(CharacterStringPropertyType value)RSIdentifierTypewithId(String value)RSIdentifierTypewithUuid(String value)RSIdentifierTypewithVersion(CharacterStringPropertyType value)-
Methods inherited from class net.opengis.iso19139.gmd.v_20070417.MDIdentifierType
getAuthority, getCode, isSetAuthority, isSetCode, setAuthority, setCode
-
-
-
-
Field Detail
-
codeSpace
protected CharacterStringPropertyType codeSpace
-
version
protected CharacterStringPropertyType version
-
-
Constructor Detail
-
RSIdentifierType
public RSIdentifierType()
Default no-arg constructor
-
RSIdentifierType
public RSIdentifierType(String id, String uuid, CICitationPropertyType authority, CharacterStringPropertyType code, CharacterStringPropertyType codeSpace, CharacterStringPropertyType version)
Fully-initialising value constructor
-
-
Method Detail
-
getCodeSpace
public CharacterStringPropertyType getCodeSpace()
Gets the value of the codeSpace property.- Returns:
- possible object is
CharacterStringPropertyType
-
setCodeSpace
public void setCodeSpace(CharacterStringPropertyType value)
Sets the value of the codeSpace property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetCodeSpace
public boolean isSetCodeSpace()
-
getVersion
public CharacterStringPropertyType getVersion()
Gets the value of the version property.- Returns:
- possible object is
CharacterStringPropertyType
-
setVersion
public void setVersion(CharacterStringPropertyType value)
Sets the value of the version property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetVersion
public boolean isSetVersion()
-
toString
public String toString()
- Overrides:
toStringin classMDIdentifierType
-
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 classMDIdentifierType
-
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 classMDIdentifierType
-
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 classMDIdentifierType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classMDIdentifierType
-
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 classMDIdentifierType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classMDIdentifierType
-
clone
public Object clone()
- Overrides:
clonein classMDIdentifierType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classMDIdentifierType
-
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 classMDIdentifierType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classMDIdentifierType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classMDIdentifierType
-
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 classMDIdentifierType
-
withCodeSpace
public RSIdentifierType withCodeSpace(CharacterStringPropertyType value)
-
withVersion
public RSIdentifierType withVersion(CharacterStringPropertyType value)
-
withAuthority
public RSIdentifierType withAuthority(CICitationPropertyType value)
- Overrides:
withAuthorityin classMDIdentifierType
-
withCode
public RSIdentifierType withCode(CharacterStringPropertyType value)
- Overrides:
withCodein classMDIdentifierType
-
withId
public RSIdentifierType withId(String value)
- Overrides:
withIdin classMDIdentifierType
-
withUuid
public RSIdentifierType withUuid(String value)
- Overrides:
withUuidin classMDIdentifierType
-
-