ietf.params.xml.ns.xmpp_tls
Class Starttls
java.lang.Object
ietf.params.xml.ns.xmpp_tls.Starttls
public class Starttls
- 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="required" type="{urn:ietf:params:xml:ns:xmpp-tls}empty" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
required
protected String required
Starttls
public Starttls()
getRequired
public String getRequired()
- Gets the value of the required property.
- Returns:
- possible object is
String
setRequired
public void setRequired(String value)
- Sets the value of the required property.
- Parameters:
value
- allowed object is
String
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.