Class 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.
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • attribute

        protected String attribute
      • collectorRef

        protected String collectorRef
    • Constructor Detail

      • AttributeType

        public AttributeType()
    • 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 is String
      • getCollectorRef

        public String getCollectorRef()
        Gets the value of the collectorRef property.
        Returns:
        possible object is String
      • setCollectorRef

        public void setCollectorRef​(String value)
        Sets the value of the collectorRef property.
        Parameters:
        value - allowed object is String