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
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>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
generationDate |
protected String |
generationSystem |
protected List<ReferenceType> |
profile |
protected ReferenceType |
version |
description, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
DocumentMetadataType() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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, withNameprotected XMLGregorianCalendar generationDate
protected ReferenceType version
protected String generationSystem
protected List<ReferenceType> profile
public XMLGregorianCalendar getGenerationDate()
XMLGregorianCalendarpublic void setGenerationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetGenerationDate()
public ReferenceType getVersion()
ReferenceTypepublic void setVersion(ReferenceType value)
value - allowed object is
ReferenceTypepublic boolean isSetVersion()
public String getGenerationSystem()
Stringpublic void setGenerationSystem(String value)
value - allowed object is
Stringpublic boolean isSetGenerationSystem()
public List<ReferenceType> getProfile()
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
public boolean isSetProfile()
public void unsetProfile()
public String toString()
toString in class AbstractGMLTypepublic 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 AbstractGMLTypepublic 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 AbstractGMLTypepublic 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 AbstractGMLTypepublic boolean equals(Object object)
equals in class AbstractGMLTypepublic 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 AbstractGMLTypepublic int hashCode()
hashCode in class AbstractGMLTypepublic Object clone()
clone in class AbstractGMLTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractGMLTypepublic 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 AbstractGMLTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractGMLTypepublic 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 AbstractGMLTypepublic void setProfile(List<ReferenceType> value)
public DocumentMetadataType withGenerationDate(XMLGregorianCalendar value)
public DocumentMetadataType withVersion(ReferenceType value)
public DocumentMetadataType withGenerationSystem(String value)
public DocumentMetadataType withProfile(ReferenceType... values)
public DocumentMetadataType withProfile(Collection<ReferenceType> values)
public DocumentMetadataType withProfile(List<ReferenceType> value)
Copyright © 2008–2023. All rights reserved.