XMLTooling-J 1.3.2-redhat-4

org.opensaml.xml.encryption.impl
Class DHKeyValueImpl

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.validation.AbstractValidatingXMLObject
          extended by org.opensaml.xml.encryption.impl.DHKeyValueImpl
All Implemented Interfaces:
DHKeyValue, ValidatingXMLObject, XMLObject

public class DHKeyValueImpl
extends AbstractValidatingXMLObject
implements DHKeyValue

Concrete implementation of DHKeyValue.


Field Summary
 
Fields inherited from interface org.opensaml.xml.encryption.DHKeyValue
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME
 
Constructor Summary
protected DHKeyValueImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
          Constructor.
 
Method Summary
 Generator getGenerator()
          Get the Generator child element.
 List<XMLObject> getOrderedChildren()
          Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
 P getP()
          Get the P child element.
 PgenCounter getPgenCounter()
          Get the pgenCounter element.
 Public getPublic()
          Get the Public element.
 Q getQ()
          Get the Q child element.
 Seed getSeed()
          Get the seed element.
 void setGenerator(Generator newGenerator)
          Set the G child element.
 void setP(P newP)
          Set the P child element.
 void setPgenCounter(PgenCounter newPgenCounter)
          Set the pgenCounter element.
 void setPublic(Public newPublic)
          Set the Public element.
 void setQ(Q newQ)
          Set the Q child element.
 void setSeed(Seed newSeed)
          Set the seed element.
 
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate, validateChildren
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Constructor Detail

DHKeyValueImpl

protected DHKeyValueImpl(String namespaceURI,
                         String elementLocalName,
                         String namespacePrefix)
Constructor.

Parameters:
namespaceURI - namespace URI
elementLocalName - local name
namespacePrefix - namespace prefix
Method Detail

getP

public P getP()
Get the P child element.

Specified by:
getP in interface DHKeyValue
Returns:
the P child element

setP

public void setP(P newP)
Set the P child element.

Specified by:
setP in interface DHKeyValue
Parameters:
newP - the new P child element

getQ

public Q getQ()
Get the Q child element.

Specified by:
getQ in interface DHKeyValue
Returns:
the Q child element

setQ

public void setQ(Q newQ)
Set the Q child element.

Specified by:
setQ in interface DHKeyValue
Parameters:
newQ - the new Q child element

getGenerator

public Generator getGenerator()
Get the Generator child element.

Specified by:
getGenerator in interface DHKeyValue
Returns:
the Generator child element

setGenerator

public void setGenerator(Generator newGenerator)
Set the G child element.

Specified by:
setGenerator in interface DHKeyValue
Parameters:
newGenerator - the new G child element

getPublic

public Public getPublic()
Get the Public element.

Specified by:
getPublic in interface DHKeyValue
Returns:
the Public element

setPublic

public void setPublic(Public newPublic)
Set the Public element.

Specified by:
setPublic in interface DHKeyValue
Parameters:
newPublic - the new Public child element

getSeed

public Seed getSeed()
Get the seed element.

Specified by:
getSeed in interface DHKeyValue
Returns:
the seed element

setSeed

public void setSeed(Seed newSeed)
Set the seed element.

Specified by:
setSeed in interface DHKeyValue
Parameters:
newSeed - new seed element

getPgenCounter

public PgenCounter getPgenCounter()
Get the pgenCounter element.

Specified by:
getPgenCounter in interface DHKeyValue
Returns:
the pgenCounter element

setPgenCounter

public void setPgenCounter(PgenCounter newPgenCounter)
Set the pgenCounter element.

Specified by:
setPgenCounter in interface DHKeyValue
Parameters:
newPgenCounter - new pgenCounter element

getOrderedChildren

public List<XMLObject> getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.

Specified by:
getOrderedChildren in interface XMLObject
Returns:
ordered list of child elements

XMLTooling-J 1.3.2-redhat-4

Copyright © 2006-2013 Internet2. All Rights Reserved.