Class AttributeType
Object
AttributeType
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute property.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.
-
Field Details
-
attribute
-
collectorRef
-
-
Constructor Details
-
AttributeType
public AttributeType()
-
-
Method Details
-
getAttribute
Gets the value of the attribute property.- Returns:
- possible object is
String
-
setAttribute
Sets the value of the attribute property.- Parameters:
value
- allowed object isString
-
getCollectorRef
Gets the value of the collectorRef property.- Returns:
- possible object is
String
-
setCollectorRef
Sets the value of the collectorRef property.- Parameters:
value
- allowed object isString
-