net.opengis.waterml.v_2_0
Class DocumentMetadataType

java.lang.Object
  extended by net.opengis.gml.v_3_2_1.AbstractGMLType
      extended by net.opengis.waterml.v_2_0.DocumentMetadataType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

public class DocumentMetadataType
extends AbstractGMLType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

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
protected  XMLGregorianCalendar generationDate
           
protected  String generationSystem
           
protected  List<ReferenceType> profile
           
protected  ReferenceType version
           
 
Fields inherited from class net.opengis.gml.v_3_2_1.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
 
Constructor Summary
DocumentMetadataType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 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)
           
 XMLGregorianCalendar getGenerationDate()
          Gets the value of the generationDate property.
 String getGenerationSystem()
          Gets the value of the generationSystem property.
 List<ReferenceType> getProfile()
          Gets the value of the profile property.
 ReferenceType getVersion()
          Gets the value of the version property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetGenerationDate()
           
 boolean isSetGenerationSystem()
           
 boolean isSetProfile()
           
 boolean isSetVersion()
           
 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)
           
 void mergeFrom(Object left, Object right)
           
 void setGenerationDate(XMLGregorianCalendar value)
          Sets the value of the generationDate property.
 void setGenerationSystem(String value)
          Sets the value of the generationSystem property.
 void setProfile(List<ReferenceType> value)
           
 void setVersion(ReferenceType value)
          Sets the value of the version property.
 String toString()
           
 void unsetProfile()
           
 DocumentMetadataType withGenerationDate(XMLGregorianCalendar value)
           
 DocumentMetadataType withGenerationSystem(String value)
           
 DocumentMetadataType withProfile(Collection<ReferenceType> values)
           
 DocumentMetadataType withProfile(List<ReferenceType> value)
           
 DocumentMetadataType withProfile(ReferenceType... values)
           
 DocumentMetadataType withVersion(ReferenceType value)
           
 
Methods inherited from class net.opengis.gml.v_3_2_1.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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

generationDate

protected XMLGregorianCalendar generationDate

version

protected ReferenceType version

generationSystem

protected String generationSystem

profile

protected List<ReferenceType> profile
Constructor Detail

DocumentMetadataType

public DocumentMetadataType()
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 is XMLGregorianCalendar

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 is ReferenceType

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 is String

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 JAXB object. This is why there is not a set method 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:
toString in class AbstractGMLType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class AbstractGMLType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
appendFields in class AbstractGMLType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
Overrides:
equals in class AbstractGMLType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractGMLType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
Overrides:
hashCode in class AbstractGMLType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractGMLType

clone

public Object clone()
Overrides:
clone in class AbstractGMLType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractGMLType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractGMLType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractGMLType

mergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractGMLType

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)


Copyright © 2008-2015. All Rights Reserved.