ietf.params.xml.ns.xmpp_tls
Class Starttls

java.lang.Object
  extended by ietf.params.xml.ns.xmpp_tls.Starttls

public class Starttls
extends java.lang.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>
 


Field Summary
protected  java.lang.String required
           
 
Constructor Summary
Starttls()
           
 
Method Summary
 java.lang.String getRequired()
          Gets the value of the required property.
 void setRequired(java.lang.String value)
          Sets the value of the required property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

required

protected java.lang.String required
Constructor Detail

Starttls

public Starttls()
Method Detail

getRequired

public java.lang.String getRequired()
Gets the value of the required property.

Returns:
possible object is String

setRequired

public void setRequired(java.lang.String value)
Sets the value of the required property.

Parameters:
value - allowed object is String


Copyright © 2005-2012 FuseSource, Corp.. All Rights Reserved.