public class TrustType extends Object
Java class for TrustType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrustType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Domains" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TrustType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDomain(String domain)
Adds a new domain to the list of trusted domains.
|
String |
getDomains()
Gets the value of the domains property.
|
void |
setDomains(String value)
Sets the value of the domains property.
|
protected String domains
public String getDomains()
Stringpublic void setDomains(String value)
value - allowed object is Stringpublic void addDomain(String domain)
Adds a new domain to the list of trusted domains.
domain - Copyright © 2018 JBoss by Red Hat. All rights reserved.