@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:52:42+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()
QName
public void setAuthorityKind(QName value)
value
- allowed object is
QName
public String getLocation()
String
public void setLocation(String value)
value
- allowed object is
String
public String getBinding()
String
Connector Packaging TECHNICAL 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.