public class AbstractDataComponentPropertyType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para AbstractDataComponentPropertyType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="AbstractDataComponentPropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element ref="{http://www.opengis.net/swe/2.0}AbstractDataComponent"/>
</sequence>
<attGroup ref="{http://www.opengis.net/swe/2.0}AssociationAttributeGroup"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<? extends AbstractDataComponentType> |
abstractDataComponent |
protected ActuateType |
actuate |
protected String |
arcrole |
protected String |
href |
protected String |
role |
protected ShowType |
show |
protected String |
title |
protected TypeType |
type |
| Constructor and Description |
|---|
AbstractDataComponentPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
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) |
JAXBElement<? extends AbstractDataComponentType> |
getAbstractDataComponent()
Obtiene el valor de la propiedad abstractDataComponent.
|
ActuateType |
getActuate()
Obtiene el valor de la propiedad actuate.
|
String |
getArcrole()
Obtiene el valor de la propiedad arcrole.
|
String |
getHref()
Obtiene el valor de la propiedad href.
|
String |
getRole()
Obtiene el valor de la propiedad role.
|
ShowType |
getShow()
Obtiene el valor de la propiedad show.
|
String |
getTitle()
Obtiene el valor de la propiedad title.
|
TypeType |
getType()
Obtiene el valor de la propiedad type.
|
boolean |
isSetAbstractDataComponent() |
boolean |
isSetActuate() |
boolean |
isSetArcrole() |
boolean |
isSetHref() |
boolean |
isSetRole() |
boolean |
isSetShow() |
boolean |
isSetTitle() |
boolean |
isSetType() |
void |
setAbstractDataComponent(JAXBElement<? extends AbstractDataComponentType> value)
Define el valor de la propiedad abstractDataComponent.
|
void |
setActuate(ActuateType value)
Define el valor de la propiedad actuate.
|
void |
setArcrole(String value)
Define el valor de la propiedad arcrole.
|
void |
setHref(String value)
Define el valor de la propiedad href.
|
void |
setRole(String value)
Define el valor de la propiedad role.
|
void |
setShow(ShowType value)
Define el valor de la propiedad show.
|
void |
setTitle(String value)
Define el valor de la propiedad title.
|
void |
setType(TypeType value)
Define el valor de la propiedad type.
|
String |
toString() |
AbstractDataComponentPropertyType |
withAbstractDataComponent(JAXBElement<? extends AbstractDataComponentType> value) |
AbstractDataComponentPropertyType |
withActuate(ActuateType value) |
AbstractDataComponentPropertyType |
withArcrole(String value) |
AbstractDataComponentPropertyType |
withHref(String value) |
AbstractDataComponentPropertyType |
withRole(String value) |
AbstractDataComponentPropertyType |
withShow(ShowType value) |
AbstractDataComponentPropertyType |
withTitle(String value) |
AbstractDataComponentPropertyType |
withType(TypeType value) |
protected JAXBElement<? extends AbstractDataComponentType> abstractDataComponent
protected TypeType type
protected String href
protected String role
protected String arcrole
protected String title
protected ShowType show
protected ActuateType actuate
public JAXBElement<? extends AbstractDataComponentType> getAbstractDataComponent()
public void setAbstractDataComponent(JAXBElement<? extends AbstractDataComponentType> value)
value - allowed object is
JAXBElement<CategoryType>
JAXBElement<QuantityType>
JAXBElement<AbstractDataComponentType>
JAXBElement<QuantityRangeType>
JAXBElement<AbstractSimpleComponentType>
JAXBElement<DataArrayType>
JAXBElement<CountType>
JAXBElement<TextType>public boolean isSetAbstractDataComponent()
public TypeType getType()
TypeTypepublic void setType(TypeType value)
value - allowed object is
TypeTypepublic boolean isSetType()
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic boolean isSetHref()
public String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic boolean isSetRole()
public String getArcrole()
Stringpublic void setArcrole(String value)
value - allowed object is
Stringpublic boolean isSetArcrole()
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public ShowType getShow()
ShowTypepublic void setShow(ShowType value)
value - allowed object is
ShowTypepublic boolean isSetShow()
public ActuateType getActuate()
ActuateTypepublic void setActuate(ActuateType value)
value - allowed object is
ActuateTypepublic boolean isSetActuate()
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.ToStringpublic 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.ToStringpublic AbstractDataComponentPropertyType withAbstractDataComponent(JAXBElement<? extends AbstractDataComponentType> value)
public AbstractDataComponentPropertyType withType(TypeType value)
public AbstractDataComponentPropertyType withHref(String value)
public AbstractDataComponentPropertyType withRole(String value)
public AbstractDataComponentPropertyType withArcrole(String value)
public AbstractDataComponentPropertyType withTitle(String value)
public AbstractDataComponentPropertyType withShow(ShowType value)
public AbstractDataComponentPropertyType withActuate(ActuateType value)
Copyright © 2014. All Rights Reserved.