org.openliberty.xmltooling.dst2_1
Class ChangeFormat

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.openliberty.xmltooling.dst2_1.ChangeFormat
All Implemented Interfaces:
org.opensaml.xml.XMLObject

public class ChangeFormat
extends org.opensaml.xml.AbstractXMLObject

The value of this element specifies, in which format the requesting WSC would like to have the data, when querying for changes.

This class defines two enumerations that must be used by the ChangeFormat Element and the changeFormat Attribute. It also models the ChangeFormat element

Author:
asa

Nested Class Summary
static class ChangeFormat.ChangeFormatAttribute
          This enumeration is used for the changeFormat attribute
static class ChangeFormat.ChangeFormatElement
          This enumeration is used for the ChangeFormat element
 
Field Summary
static java.lang.String LOCAL_NAME
           
private  ChangeFormat.ChangeFormatElement value
           
 
Constructor Summary
protected ChangeFormat(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
           
 
Method Summary
 java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
           
 ChangeFormat.ChangeFormatElement getValue()
           
 void setValue(ChangeFormat.ChangeFormatElement value)
           
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCAL_NAME

public static final java.lang.String LOCAL_NAME
See Also:
Constant Field Values

value

private ChangeFormat.ChangeFormatElement value
Constructor Detail

ChangeFormat

protected ChangeFormat(java.lang.String namespaceURI,
                       java.lang.String elementLocalName,
                       java.lang.String namespacePrefix)
Method Detail

getValue

public ChangeFormat.ChangeFormatElement getValue()

setValue

public void setValue(ChangeFormat.ChangeFormatElement value)

getOrderedChildren

public java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()