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()
VersionUsed
public void setVersionUsed(VersionUsed value)
value
- allowed object is
VersionUsed
public HippsCode getHippsCode()
HippsCode
public void setHippsCode(HippsCode value)
value
- allowed object is
HippsCode
public ValidityFlag getValidityFlag()
ValidityFlag
public void setValidityFlag(ValidityFlag value)
value
- allowed object is
ValidityFlag
public GrouperReturnCode getGrouperReturnCode()
GrouperReturnCode
public void setGrouperReturnCode(GrouperReturnCode value)
value
- allowed object is
GrouperReturnCode
Copyright © 2022. All rights reserved.