org.jabber.protocol.activity
Class Specific
java.lang.Object
org.jabber.protocol.activity.Specific
public class Specific
- extends Object
Java class for specific complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="specific">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<any namespace='##other'/>
</sequence>
</restriction>
</complexContent>
</complexType>
Method Summary |
Object |
getAny()
Gets the value of the any property. |
void |
setAny(Object value)
Sets the value of the any property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
any
protected Object any
Specific
public Specific()
getAny
public Object getAny()
- Gets the value of the any property.
- Returns:
- possible object is
Object
setAny
public void setAny(Object value)
- Sets the value of the any property.
- Parameters:
value
- allowed object is
Object
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.