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 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