Package net.opengis.waterml.v_2_0
Class DocumentMetadataType
- java.lang.Object
-
- net.opengis.gml.v_3_2.AbstractGMLType
-
- net.opengis.waterml.v_2_0.DocumentMetadataType
-
- 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 DocumentMetadataType extends AbstractGMLType 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
Metadata relating to the document, when it was created, by what etc.Java class for DocumentMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentMetadataType"> <complexContent> <extension base="{http://www.opengis.net/gml/3.2}AbstractGMLType"> <sequence> <element name="generationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="version" type="{http://www.opengis.net/gml/3.2}ReferenceType" minOccurs="0"/> <element name="generationSystem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="profile" type="{http://www.opengis.net/gml/3.2}ReferenceType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendargenerationDateprotected StringgenerationSystemprotected List<ReferenceType>profileprotected ReferenceTypeversion-
Fields inherited from class net.opengis.gml.v_3_2.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description DocumentMetadataType()Default no-arg constructorDocumentMetadataType(XMLGregorianCalendar generationDate, ReferenceType version, String generationSystem, List<ReferenceType> profile)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)XMLGregorianCalendargetGenerationDate()Gets the value of the generationDate property.StringgetGenerationSystem()Gets the value of the generationSystem property.List<ReferenceType>getProfile()Gets the value of the profile property.ReferenceTypegetVersion()Gets the value of the version property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetGenerationDate()booleanisSetGenerationSystem()booleanisSetProfile()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)voidsetGenerationDate(XMLGregorianCalendar value)Sets the value of the generationDate property.voidsetGenerationSystem(String value)Sets the value of the generationSystem property.voidsetProfile(List<ReferenceType> value)voidsetVersion(ReferenceType value)Sets the value of the version property.StringtoString()voidunsetProfile()DocumentMetadataTypewithGenerationDate(XMLGregorianCalendar value)DocumentMetadataTypewithGenerationSystem(String value)DocumentMetadataTypewithProfile(Collection<ReferenceType> values)DocumentMetadataTypewithProfile(List<ReferenceType> value)DocumentMetadataTypewithProfile(ReferenceType... values)DocumentMetadataTypewithVersion(ReferenceType value)-
Methods inherited from class net.opengis.gml.v_3_2.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName, withDescription, withDescriptionReference, withId, withIdentifier, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName
-
-
-
-
Field Detail
-
generationDate
protected XMLGregorianCalendar generationDate
-
version
protected ReferenceType version
-
generationSystem
protected String generationSystem
-
profile
protected List<ReferenceType> profile
-
-
Constructor Detail
-
DocumentMetadataType
public DocumentMetadataType()
Default no-arg constructor
-
DocumentMetadataType
public DocumentMetadataType(XMLGregorianCalendar generationDate, ReferenceType version, String generationSystem, List<ReferenceType> profile)
Fully-initialising value constructor
-
-
Method Detail
-
getGenerationDate
public XMLGregorianCalendar getGenerationDate()
Gets the value of the generationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setGenerationDate
public void setGenerationDate(XMLGregorianCalendar value)
Sets the value of the generationDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetGenerationDate
public boolean isSetGenerationDate()
-
getVersion
public ReferenceType getVersion()
Gets the value of the version property.- Returns:
- possible object is
ReferenceType
-
setVersion
public void setVersion(ReferenceType value)
Sets the value of the version property.- Parameters:
value- allowed object isReferenceType
-
isSetVersion
public boolean isSetVersion()
-
getGenerationSystem
public String getGenerationSystem()
Gets the value of the generationSystem property.- Returns:
- possible object is
String
-
setGenerationSystem
public void setGenerationSystem(String value)
Sets the value of the generationSystem property.- Parameters:
value- allowed object isString
-
isSetGenerationSystem
public boolean isSetGenerationSystem()
-
getProfile
public List<ReferenceType> getProfile()
Gets the value of the profile 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 profile property.For example, to add a new item, do as follows:
getProfile().add(newItem);Objects of the following type(s) are allowed in the list
ReferenceType
-
isSetProfile
public boolean isSetProfile()
-
unsetProfile
public void unsetProfile()
-
toString
public String toString()
- Overrides:
toStringin classAbstractGMLType
-
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 classAbstractGMLType
-
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 classAbstractGMLType
-
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 classAbstractGMLType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractGMLType
-
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 classAbstractGMLType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractGMLType
-
clone
public Object clone()
- Overrides:
clonein classAbstractGMLType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractGMLType
-
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 classAbstractGMLType
-
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 classAbstractGMLType
-
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 classAbstractGMLType
-
setProfile
public void setProfile(List<ReferenceType> value)
-
withGenerationDate
public DocumentMetadataType withGenerationDate(XMLGregorianCalendar value)
-
withVersion
public DocumentMetadataType withVersion(ReferenceType value)
-
withGenerationSystem
public DocumentMetadataType withGenerationSystem(String value)
-
withProfile
public DocumentMetadataType withProfile(ReferenceType... values)
-
withProfile
public DocumentMetadataType withProfile(Collection<ReferenceType> values)
-
withProfile
public DocumentMetadataType withProfile(List<ReferenceType> value)
-
-