public class Output extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}VersionUsed"/>
<element ref="{}HippsCode"/>
<element ref="{}ValidityFlag"/>
<element ref="{}GrouperReturnCode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GrouperReturnCode |
grouperReturnCode |
protected HippsCode |
hippsCode |
protected ValidityFlag |
validityFlag |
protected VersionUsed |
versionUsed |
| Constructor and Description |
|---|
Output() |
| Modifier and Type | Method and Description |
|---|---|
GrouperReturnCode |
getGrouperReturnCode()
Gets the value of the grouperReturnCode property.
|
HippsCode |
getHippsCode()
Gets the value of the hippsCode property.
|
ValidityFlag |
getValidityFlag()
Gets the value of the validityFlag property.
|
VersionUsed |
getVersionUsed()
Gets the value of the versionUsed property.
|
void |
setGrouperReturnCode(GrouperReturnCode value)
Sets the value of the grouperReturnCode property.
|
void |
setHippsCode(HippsCode value)
Sets the value of the hippsCode property.
|
void |
setValidityFlag(ValidityFlag value)
Sets the value of the validityFlag property.
|
void |
setVersionUsed(VersionUsed value)
Sets the value of the versionUsed property.
|
protected VersionUsed versionUsed
protected HippsCode hippsCode
protected ValidityFlag validityFlag
protected GrouperReturnCode grouperReturnCode
public VersionUsed getVersionUsed()
VersionUsedpublic void setVersionUsed(VersionUsed value)
value - allowed object is
VersionUsedpublic HippsCode getHippsCode()
HippsCodepublic void setHippsCode(HippsCode value)
value - allowed object is
HippsCodepublic ValidityFlag getValidityFlag()
ValidityFlagpublic void setValidityFlag(ValidityFlag value)
value - allowed object is
ValidityFlagpublic GrouperReturnCode getGrouperReturnCode()
GrouperReturnCodepublic void setGrouperReturnCode(GrouperReturnCode value)
value - allowed object is
GrouperReturnCodeCopyright © 2022. All rights reserved.