|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.gml.v_3_2_1.AbstractGMLType
net.opengis.waterml.v_2_0.DocumentMetadataType
public class DocumentMetadataType
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.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy 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.HashCodeStrategy 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.MergeStrategy 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 |
|---|
protected XMLGregorianCalendar generationDate
protected ReferenceType version
protected String generationSystem
protected List<ReferenceType> profile
| Constructor Detail |
|---|
public DocumentMetadataType()
| Method Detail |
|---|
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 AbstractGMLType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractGMLType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractGMLType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractGMLTypepublic boolean equals(Object object)
equals in class AbstractGMLType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode 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.CopyTocopyTo in class AbstractGMLType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractGMLTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractGMLType
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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom 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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||