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()
String
public void setDomains(String value)
value
- allowed object is String
public void addDomain(String domain)
Adds a new domain to the list of trusted domains.
domain
- Copyright © 2017 JBoss by Red Hat. All rights reserved.