public class AttributeType extends Object
The following schema fragment specifies the expected content contained within this class.
<complexType name="attributeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="attribute" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="collectorRef" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
attribute |
protected String |
collectorRef |
Constructor and Description |
---|
AttributeType() |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute()
Gets the value of the attribute property.
|
String |
getCollectorRef()
Gets the value of the collectorRef property.
|
void |
setAttribute(String value)
Sets the value of the attribute property.
|
void |
setCollectorRef(String value)
Sets the value of the collectorRef property.
|
public String getAttribute()
String
public void setAttribute(String value)
value
- allowed object is String
public String getCollectorRef()
String
Copyright © 1996–2021 Geotools. All rights reserved.