Package org.apache.cxf.xkms.model.xkms
Class NotBoundAuthenticationType
- java.lang.Object
-
- org.apache.cxf.xkms.model.xkms.NotBoundAuthenticationType
-
public class NotBoundAuthenticationType extends Object
Java class for NotBoundAuthenticationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotBoundAuthenticationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Protocol" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="Value" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description NotBoundAuthenticationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProtocol()Gets the value of the protocol property.byte[]getValue()Gets the value of the value property.voidsetProtocol(String value)Sets the value of the protocol property.voidsetValue(byte[] value)Sets the value of the value property.
-
-
-
Field Detail
-
protocol
protected String protocol
-
value
protected byte[] value
-
-
Method Detail
-
getProtocol
public String getProtocol()
Gets the value of the protocol property.- Returns:
- possible object is
String
-
setProtocol
public void setProtocol(String value)
Sets the value of the protocol property.- Parameters:
value- allowed object isString
-
getValue
public byte[] getValue()
Gets the value of the value property.- Returns:
- possible object is byte[]
-
setValue
public void setValue(byte[] value)
Sets the value of the value property.- Parameters:
value- allowed object is byte[]
-
-