Package org.opensaml.soap.wstrust.impl
Class BinaryExchangeImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.core.xml.schema.impl.XSStringImpl
org.opensaml.soap.wstrust.impl.BinaryExchangeImpl
- All Implemented Interfaces:
AttributeExtensibleXMLObject,XSString,XMLObject,BinaryExchange,WSTrustObject
BinaryExchangeImpl.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringThe wst:BinaryExchange/@EncodingType attribute value.private final AttributeMapxs:anyAttribute for this element.private StringThe wst:BinaryExchange/@ValueType attribute value.Fields inherited from interface org.opensaml.soap.wstrust.BinaryExchange
ELEMENT_LOCAL_NAME, ELEMENT_NAME, ENCODING_TYPE_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME, VALUE_TYPE_ATTRIB_NAMEFields inherited from interface org.opensaml.core.xml.schema.XSString
TYPE_LOCAL_NAME, TYPE_NAME -
Constructor Summary
ConstructorsConstructorDescriptionBinaryExchangeImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the EncodingType attribute value.Gets a mutable map of the attributes.Returns the ValueType attribute URI value.voidsetEncodingType(String newEncodingType) Sets the EncodingType attribute value.voidsetValueType(String newValueType) Sets the ValueType attribute URI value.Methods inherited from class org.opensaml.core.xml.schema.impl.XSStringImpl
getOrderedChildren, getValue, setValueMethods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
valueType
The wst:BinaryExchange/@ValueType attribute value. -
encodingType
The wst:BinaryExchange/@EncodingType attribute value. -
unknownAttributes
xs:anyAttribute for this element.
-
-
Constructor Details
-
Method Details
-
getEncodingType
Returns the EncodingType attribute value.- Specified by:
getEncodingTypein interfaceBinaryExchange- Returns:
- the EncodingType attribute value.
-
setEncodingType
Sets the EncodingType attribute value.- Specified by:
setEncodingTypein interfaceBinaryExchange- Parameters:
newEncodingType- the EncodingType attribute value.
-
getValueType
Returns the ValueType attribute URI value.- Specified by:
getValueTypein interfaceBinaryExchange- Returns:
- the ValueType attribute value or
null.
-
setValueType
Sets the ValueType attribute URI value.- Specified by:
setValueTypein interfaceBinaryExchange- Parameters:
newValueType- the ValueType attribute value.
-
getUnknownAttributes
Gets a mutable map of the attributes. The map key is the namespace qualified name of the attribute, the map value is the value of the attribute.- Specified by:
getUnknownAttributesin interfaceAttributeExtensibleXMLObject- Returns:
- a map of the attributes
-