Class GenericInfo


  • public class GenericInfo
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="description" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="refLocation" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • description

        protected String description
      • refLocation

        protected String refLocation
    • Constructor Detail

      • GenericInfo

        public GenericInfo()
    • Method Detail

      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getRefLocation

        public String getRefLocation()
        Gets the value of the refLocation property.
        Returns:
        possible object is String
      • setRefLocation

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