|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAttributeType
public class 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 | |
---|---|
protected String |
attribute
|
protected String |
collectorRef
|
Constructor Summary | |
---|---|
AttributeType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String attribute
protected String collectorRef
Constructor Detail |
---|
public AttributeType()
Method Detail |
---|
public String getAttribute()
String
public void setAttribute(String value)
value
- allowed object is
String
public String getCollectorRef()
String
public void setCollectorRef(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |