Uses of Class
gov.nasa.arc.pds.xml.generated.GroupLocation
-
Packages that use GroupLocation Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of GroupLocation in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as GroupLocation Modifier and Type Field Description protected GroupLocation
GroupFieldBinary. groupLocation
protected GroupLocation
GroupFieldCharacter. groupLocation
Methods in gov.nasa.arc.pds.xml.generated that return GroupLocation Modifier and Type Method Description GroupLocation
ObjectFactory. createGroupLocation()
Create an instance ofGroupLocation
GroupLocation
GroupFieldBinary. getGroupLocation()
Gets the value of the groupLocation property.GroupLocation
GroupFieldCharacter. getGroupLocation()
Gets the value of the groupLocation property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type GroupLocation Modifier and Type Method Description void
GroupFieldBinary. setGroupLocation(GroupLocation value)
Sets the value of the groupLocation property.void
GroupFieldCharacter. setGroupLocation(GroupLocation value)
Sets the value of the groupLocation property.
-