public class MetadataType
extends java.lang.Object
Clase Java para metadataType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="metadataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="author" type="{http://www.topografix.com/GPX/1/1}personType" minOccurs="0"/> <element name="copyright" type="{http://www.topografix.com/GPX/1/1}copyrightType" minOccurs="0"/> <element name="link" type="{http://www.topografix.com/GPX/1/1}linkType" maxOccurs="unbounded" minOccurs="0"/> <element name="time" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="keywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bounds" type="{http://www.topografix.com/GPX/1/1}boundsType" minOccurs="0"/> <element name="extensions" type="{http://www.topografix.com/GPX/1/1}extensionsType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
MetadataType() |
Modifier and Type | Method and Description |
---|---|
PersonType |
getAuthor()
Obtiene el valor de la propiedad author.
|
BoundsType |
getBounds()
Obtiene el valor de la propiedad bounds.
|
CopyrightType |
getCopyright()
Obtiene el valor de la propiedad copyright.
|
java.lang.String |
getDesc()
Obtiene el valor de la propiedad desc.
|
ExtensionsType |
getExtensions()
Obtiene el valor de la propiedad extensions.
|
java.lang.String |
getKeywords()
Obtiene el valor de la propiedad keywords.
|
java.util.List<LinkType> |
getLink()
Gets the value of the link property.
|
java.lang.String |
getName()
Obtiene el valor de la propiedad name.
|
javax.xml.datatype.XMLGregorianCalendar |
getTime()
Obtiene el valor de la propiedad time.
|
void |
setAuthor(PersonType value)
Define el valor de la propiedad author.
|
void |
setBounds(BoundsType value)
Define el valor de la propiedad bounds.
|
void |
setCopyright(CopyrightType value)
Define el valor de la propiedad copyright.
|
void |
setDesc(java.lang.String value)
Define el valor de la propiedad desc.
|
void |
setExtensions(ExtensionsType value)
Define el valor de la propiedad extensions.
|
void |
setKeywords(java.lang.String value)
Define el valor de la propiedad keywords.
|
void |
setName(java.lang.String value)
Define el valor de la propiedad name.
|
void |
setTime(javax.xml.datatype.XMLGregorianCalendar value)
Define el valor de la propiedad time.
|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is String
public java.lang.String getDesc()
String
public void setDesc(java.lang.String value)
value
- allowed object is String
public PersonType getAuthor()
PersonType
public void setAuthor(PersonType value)
value
- allowed object is PersonType
public CopyrightType getCopyright()
CopyrightType
public void setCopyright(CopyrightType value)
value
- allowed object is CopyrightType
public java.util.List<LinkType> getLink()
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 link property.
For example, to add a new item, do as follows:
getLink().add(newItem);
Objects of the following type(s) are allowed in the list
LinkType
public javax.xml.datatype.XMLGregorianCalendar getTime()
XMLGregorianCalendar
public void setTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is XMLGregorianCalendar
public java.lang.String getKeywords()
String
public void setKeywords(java.lang.String value)
value
- allowed object is String
public BoundsType getBounds()
BoundsType
public void setBounds(BoundsType value)
value
- allowed object is BoundsType
public ExtensionsType getExtensions()
ExtensionsType
public void setExtensions(ExtensionsType value)
value
- allowed object is ExtensionsType