Class AttributeType
- Object
-
- AttributeType
-
public class AttributeType extends Object
Java class for attributeType complex type.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
attribute
protected String
collectorRef
-
Constructor Summary
Constructors Constructor Description AttributeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getAttribute
public String getAttribute()
Gets the value of the attribute property.- Returns:
- possible object is
String
-
setAttribute
public void setAttribute(String value)
Sets the value of the attribute property.- Parameters:
value
- allowed object isString
-
getCollectorRef
public String getCollectorRef()
Gets the value of the collectorRef property.- Returns:
- possible object is
String
-
-