public class EncodedValuesPropertyType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para EncodedValuesPropertyType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="EncodedValuesPropertyType">
<complexContent>
<extension base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://www.opengis.net/swe/2.0}AssociationAttributeGroup"/>
<anyAttribute processContents='skip'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActuateType |
actuate |
protected List<Element> |
any |
protected String |
arcrole |
protected String |
href |
protected String |
role |
protected ShowType |
show |
protected String |
title |
protected TypeType |
type |
| Constructor and Description |
|---|
EncodedValuesPropertyType() |
| 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) |
ActuateType |
getActuate()
Obtiene el valor de la propiedad actuate.
|
List<Element> |
getAny()
Gets the value of the any property.
|
String |
getArcrole()
Obtiene el valor de la propiedad arcrole.
|
String |
getHref()
Obtiene el valor de la propiedad href.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
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 |
isSetActuate() |
boolean |
isSetAny() |
boolean |
isSetArcrole() |
boolean |
isSetHref() |
boolean |
isSetRole() |
boolean |
isSetShow() |
boolean |
isSetTitle() |
boolean |
isSetType() |
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() |
void |
unsetAny() |
EncodedValuesPropertyType |
withActuate(ActuateType value) |
EncodedValuesPropertyType |
withAny(Collection<Element> values) |
EncodedValuesPropertyType |
withAny(Element... values) |
EncodedValuesPropertyType |
withArcrole(String value) |
EncodedValuesPropertyType |
withHref(String value) |
EncodedValuesPropertyType |
withRole(String value) |
EncodedValuesPropertyType |
withShow(ShowType value) |
EncodedValuesPropertyType |
withTitle(String value) |
EncodedValuesPropertyType |
withType(TypeType value) |
protected TypeType type
protected String href
protected String role
protected String arcrole
protected String title
protected ShowType show
protected ActuateType actuate
public List<Element> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
public boolean isSetAny()
public void unsetAny()
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 Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
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 EncodedValuesPropertyType withAny(Element... values)
public EncodedValuesPropertyType withAny(Collection<Element> values)
public EncodedValuesPropertyType withType(TypeType value)
public EncodedValuesPropertyType withHref(String value)
public EncodedValuesPropertyType withRole(String value)
public EncodedValuesPropertyType withArcrole(String value)
public EncodedValuesPropertyType withTitle(String value)
public EncodedValuesPropertyType withShow(ShowType value)
public EncodedValuesPropertyType withActuate(ActuateType value)
Copyright © 2014. All Rights Reserved.