Class GetCertificationResponse


  • public class GetCertificationResponse
    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">
           <sequence>
             <element name="certification" type="{http://www.appng.org/schema/repository}certification" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GetCertificationResponse

        public GetCertificationResponse()
    • Method Detail

      • getCertification

        public Certification getCertification()
        Gets the value of the certification property.
        Returns:
        possible object is Certification
      • setCertification

        public void setCertification​(Certification value)
        Sets the value of the certification property.
        Parameters:
        value - allowed object is Certification