Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7003759
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:06:38+00:00 2026-05-27T21:06:38+00:00

In my app, I have a class called Monsters that reads in data from

  • 0

In my app, I have a class called Monsters that reads in data from an XML file. This Monster class calls another class called MonsterStats.

Monster uses data from the XML file to set variables in the MonsterStats class.

Is there a way to use these variables in another class?

Monster.java

public class Monster {

public MonsterStats monsterStats;

...processXML pseudo code...
monsterStats.name = xml.monsterName;
monsterStats.type = xml.monsterType;
monsterStats.race = xml.monsterRace;
...etc...
}

MonsterStats.java

public class MonsterStats {
//encounter info
public String name = "";
public String type = "";
public String race = "";
public String gender = "";
public String alignment = "";   
public int age = 0;

}

someOtherClass.java

public class someOtherClass {
    //how can I access the variables in MonsterStats
    // that were just set by Monsters???
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T21:06:39+00:00Added an answer on May 27, 2026 at 9:06 pm

    Here is skeleton implementation.

    public class someOtherClass {
        //how can I access the variables in MonsterStats
        // that were just set by Monsters???
    
    Monster mnstr = new Monster();
    MonsterStats stats = mnsrt.getMonsterStats();
    stats.getName();
    ............
    }
    
    public class Monster {
    
    public MonsterStats monsterStats;
    
    ...processXML pseudo code...
    monsterStats.name = xml.monsterName;
    monsterStats.type = xml.monsterType;
    monsterStats.race = xml.monsterRace;
    ...etc...
    
    
    
    public MonsterStats getMonsterStats()
    {
    .....
    return monsterStats;
    }
    
    }
    
    
    public class MonsterStats {
    //encounter info
    public String name = "";
    public String type = "";
    public String race = "";
    public String gender = "";
    public String alignment = "";   
    public int age = 0;
    
    public String getName()
    {
    return name;
    }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a class called Textures that use holds some data like this //Textures.h
I have a php app that calls a class called Client. Every so often
I have a class that extends android.app.Dialog, the layout is done in an xml
I have a class called CategoryViewController and its viewDidLoad method calls this method: -
I have a class called XorIsoStoreFileStream inheriting from IsolatedStorageFileStream, and the point is that
I have an app holding an array of instances of a class called SwimmingPool.
Let's say I have a class in my web app called class Foo. It
I have a function in a class file called auth_user and its in App_code
Good evening, In my app that I'm currently developing, I have a class that
I have a class called 'Constants' that I am storing a String variable in.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.