Class ReferenceType


  • public class ReferenceType
    extends DepPatternType

    Java class for referenceType complex type.

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

     <complexType name="referenceType">
       <complexContent>
         <extension base="{http://geronimo.apache.org/xml/ns/naming-1.2}patternType">
           <attribute name="nameAttribute" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • nameAttribute

        protected String nameAttribute
    • Constructor Detail

      • ReferenceType

        public ReferenceType()
    • Method Detail

      • getNameAttribute

        public String getNameAttribute()
        Gets the value of the nameAttribute property.
        Returns:
        possible object is String
      • setNameAttribute

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