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