public class AuthenticatorCredentialKey extends Object
Java class for authenticatorCredentialKey complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="authenticatorCredentialKey"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="hide" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
hide |
protected String |
name |
protected String |
pattern |
Constructor and Description |
---|
AuthenticatorCredentialKey() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the value of the name property.
|
String |
getPattern()
Gets the value of the pattern property.
|
boolean |
isHide()
Gets the value of the hide property.
|
void |
setHide(boolean value)
Sets the value of the hide property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPattern(String value)
Sets the value of the pattern property.
|
protected boolean hide
protected String name
protected String pattern
public boolean isHide()
public void setHide(boolean value)
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getPattern()
String
Copyright © 2022 The ICAT Collaboration. All rights reserved.