public class SignChallengeTypeImpl extends AbstractWSTrustObject implements SignChallengeType
| Modifier and Type | Field and Description |
|---|---|
private Challenge |
challenge
Challenge child element. |
private AttributeMap |
unknownAttributes
Wildcard attributes.
|
private IndexedXMLObjectChildrenList<XMLObject> |
unknownChildren
Wilcard child elements.
|
TYPE_LOCAL_NAME, TYPE_NAME| Constructor and Description |
|---|
SignChallengeTypeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Challenge |
getChallenge()
Returns the wst:Challenge child element.
|
List<XMLObject> |
getOrderedChildren() |
AttributeMap |
getUnknownAttributes() |
List<XMLObject> |
getUnknownXMLObjects() |
List<XMLObject> |
getUnknownXMLObjects(QName typeOrName) |
void |
setChallenge(Challenge newChallenge)
Sets the wst:Challenge child element.
|
deregisterValidator, getValidators, registerValidator, validate, validateChildrenaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddNamespace, 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, setSchemaLocationprivate IndexedXMLObjectChildrenList<XMLObject> unknownChildren
private AttributeMap unknownAttributes
public Challenge getChallenge()
getChallenge in interface SignChallengeTypeChallenge child element or null.public void setChallenge(Challenge newChallenge)
setChallenge in interface SignChallengeTypenewChallenge - the Challenge child element to set.public AttributeMap getUnknownAttributes()
getUnknownAttributes in interface AttributeExtensibleXMLObjectpublic List<XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects in interface ElementExtensibleXMLObjectpublic List<XMLObject> getUnknownXMLObjects(QName typeOrName)
getUnknownXMLObjects in interface ElementExtensibleXMLObjectpublic List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObjectCopyright © 1999-2016. All Rights Reserved.