org.rometools.feed.module.sse.modules
Class Conflicts

java.lang.Object
  extended by org.rometools.feed.module.sse.modules.SSEModule
      extended by org.rometools.feed.module.sse.modules.Conflicts
All Implemented Interfaces:
com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, Serializable, 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 String NAME
           
 
Fields inherited from class org.rometools.feed.module.sse.modules.SSEModule
NAMESPACES, PREFIX, SSE_NS, SSE_SCHEMA_URI
 
Constructor Summary
Conflicts()
           
 
Method Summary
 void copyFrom(com.sun.syndication.feed.CopyFrom obj)
           
 
Methods inherited from class org.rometools.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 String NAME
See Also:
Constant Field Values
Constructor Detail

Conflicts

public Conflicts()
Method Detail

copyFrom

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


Copyright © 2013 ROME Project. All Rights Reserved.