@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:18:07+02:00", comments="JAXB RI v2.2.11") public class AuthorityBinding extends Object implements Serializable
Java class for AuthorityBindingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthorityBindingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="AuthorityKind" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="Location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Binding" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AuthorityBinding() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getAuthorityKind()
Gets the value of the authorityKind property.
|
String |
getBinding()
Gets the value of the binding property.
|
String |
getLocation()
Gets the value of the location property.
|
void |
setAuthorityKind(QName value)
Sets the value of the authorityKind property.
|
void |
setBinding(String value)
Sets the value of the binding property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
public QName getAuthorityKind()
QNamepublic void setAuthorityKind(QName value)
value - allowed object is
QNamepublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic String getBinding()
String
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.