public class PolicyType extends Object
Java class for PolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Location" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
PolicyType() |
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
Gets the value of the location property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
protected String location
Copyright © 2023 JBoss by Red Hat. All rights reserved.