com.sun.syndication.feed.module.sse.modules
Class Conflicts

java.lang.Object
  extended by com.sun.syndication.feed.module.sse.modules.SSEModule
      extended by com.sun.syndication.feed.module.sse.modules.Conflicts
All Implemented Interfaces:
com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, java.io.Serializable, java.lang.Cloneable

public class Conflicts
extends SSEModule

element within

The sx:conflicts element MUST contain one or more sx:conflict sub-elements.

See Also:
Serialized Form

Field Summary
static java.lang.String NAME
           
 
Fields inherited from class com.sun.syndication.feed.module.sse.modules.SSEModule
NAMESPACES, PREFIX, SSE_NS, SSE_SCHEMA_URI
 
Constructor Summary
Conflicts()
           
 
Method Summary
 void copyFrom(java.lang.Object obj)
           
 
Methods inherited from class com.sun.syndication.feed.module.sse.modules.SSEModule
clone, getInterface, getUri
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

Conflicts

public Conflicts()
Method Detail

copyFrom

public void copyFrom(java.lang.Object obj)
Specified by:
copyFrom in interface com.sun.syndication.feed.CopyFrom
Specified by:
copyFrom in class SSEModule


Copyright © 2006-2009. All Rights Reserved.