All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wssec.wssc.PingResponse Maven / Gradle / Ivy

The newest version!

package wssec.wssc;

import jakarta.annotation.Generated;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
import org.xmlsoap.ping.PingResponseBody;


/**
 * 

Java class for anonymous complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "pingResponse" }) @XmlRootElement(name = "PingResponse") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v4.0.5", date = "2024-12-09T12:44:45-05:00") public class PingResponse { @XmlElement(name = "PingResponse", namespace = "http://xmlsoap.org/Ping") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v4.0.5", date = "2024-12-09T12:44:45-05:00") protected PingResponseBody pingResponse; /** * Gets the value of the pingResponse property. * * @return * possible object is * {@link PingResponseBody } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v4.0.5", date = "2024-12-09T12:44:45-05:00") public PingResponseBody getPingResponse() { return pingResponse; } /** * Sets the value of the pingResponse property. * * @param value * allowed object is * {@link PingResponseBody } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v4.0.5", date = "2024-12-09T12:44:45-05:00") public void setPingResponse(PingResponseBody value) { this.pingResponse = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy