org.jboss.identity.federation.ws.wss.secext
Class KeyIdentifierType

java.lang.Object
  extended by org.jboss.identity.federation.ws.wss.secext.AttributedString
      extended by org.jboss.identity.federation.ws.wss.secext.EncodedString
          extended by org.jboss.identity.federation.ws.wss.secext.KeyIdentifierType

public class KeyIdentifierType
extends EncodedString

A security token key identifier

Java class for KeyIdentifierType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="KeyIdentifierType">
   <simpleContent>
     <extension base="<http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd>EncodedString">
       <attribute name="ValueType" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String valueType
           
 
Fields inherited from class org.jboss.identity.federation.ws.wss.secext.EncodedString
encodingType
 
Fields inherited from class org.jboss.identity.federation.ws.wss.secext.AttributedString
id, value
 
Constructor Summary
KeyIdentifierType()
           
 
Method Summary
 java.lang.String getValueType()
          Gets the value of the valueType property.
 void setValueType(java.lang.String value)
          Sets the value of the valueType property.
 
Methods inherited from class org.jboss.identity.federation.ws.wss.secext.EncodedString
getEncodingType, setEncodingType
 
Methods inherited from class org.jboss.identity.federation.ws.wss.secext.AttributedString
getId, getOtherAttributes, getValue, setId, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valueType

protected java.lang.String valueType
Constructor Detail

KeyIdentifierType

public KeyIdentifierType()
Method Detail

getValueType

public java.lang.String getValueType()
Gets the value of the valueType property.

Returns:
possible object is String

setValueType

public void setValueType(java.lang.String value)
Sets the value of the valueType property.

Parameters:
value - allowed object is String


Copyright © 2009 JBoss Inc.. All Rights Reserved.