How can I make it with jaxb note?

<customer>
<name id="123">Bill</name>
<age>10</age>
</customer>
How to map <name id="123">Bill</name> to java object with note?

public class Customer {
Name name;
String age;
@XmlAccessorType(XmlAccessType.FIELD)
public class Name {
@XmlAttribute
private String id;
     @XmlValue
     private String value = "";
     public String getId() {
          return id;
     public void setId(String id) {
          this.id = id;
     public String getValue() {
          return value;
     public void setValue(String value) {
          this.value = value;
}

Similar Messages

  • How can I make my imap email not take the emails off the server?

    How can I make my imap email not take the emails off the server when I delete them on my iPad?
    Can anyone help me whith this?
    I tried to use the pop account in gmail settings but that was downloading all my emails sice 2008 ( more than 300 deleted emails tha can only be found in the deleted email box), when I just have 5 or 6 email in the inbox .
    How can I solve this????
    Thank u all...

    I have the same problem. For years I have been able to delete emails from my ipad and have them remain on the server so I can deal with them on the desktop. Now they get deleted from the server when deleted from the ipad, which makes the ipad unless for reading mail.
    You answered to delete the email account on the ipad and set up a new one as a pop. I have made many attempts to do that in the  incomping mail server "Host Name" field but it always errors out even when the host name is equal to what my desk top has. So I can see no way to change away from IMAP. I started with an ipad 1 and now have an ipad 2.
    Rachael

  • How can i make trigger with basler camera GIGE 659x494 - 70 FPS and I/O terminal block

    Hi all,
    How can i make trigger with basler camera GIGE 659x494 - 70 FPS and I/O terminal block

    Frank,
    If you are wiring an isolated power output to the EVS you will need to apply a power supply to the terminal block.  This is mentioned in the "wiring isolated power output" section of the EVS getting started guide located here.  The guide references the EVS user manual which provides a pinout of the d-ub connector in table 2-11 of the manual located here.  For more information on the camera settings you need to set on the Basler camera please see the user manual of the camera you refrenced here.
    To provide power to the camera you can purchase a power cable for the camera.  Rather than a power cable, since you want to also do triggering, you will want a Trigger and I/O Cable instead which is part number 779985-01 as seen on this product page.  The I/O cable would allow you to wire the trigger lines to the terminal block as well as the power lines.
    David A
    National Instruments
    FlexRIO Product Support Engineer

  • I have had Firefox for years and in the last 2 weeks, I am getting all of these stupid Pop ups about credit reports and some Epic Play thing. How can I make sure I do not get them and why all of a sudden?

    I have had Firefox for years and in the last 2 weeks, I am getting all of these stupid Pop ups about credit reports and some Epic Play thing. How can I make sure I do not get them and why all of a sudden?

    Identify and remove adware/malware
    http://www.thesafemac.com/arg/

  • How can I make chaptgers with in Chapters

    Hi, I was wondering how can I make a chapter within a chapter. Maybe that sounds funny. What I want to do is back up some old video tapes that have some old shows on them. Like for example, I want to make dvd with some old 3 stooges on em for my dad. For each episode, I was thinking, I was thinking of breaking them up a bit, so you can do scene selection faster. However, I don't want them as seperate chapters so when your in the dvd menu and go to scene selection and have all whole bunch of chapters, I would rather have just the episodes. Like I know we have some bought dvds of threes company and you can select which episode you want to watch and when you watching it and you press like the chapter button or next scene goes to where a commercial would have ended. I thought bookmarks would do it but I was way off on that one. Or is this a thing you do with DVD pro.
    Nathan

    Hi, Nathan,
    I haven't done this myself, but I know you can have submenus of submenus and you can probably create this type of 'nesting' chapters by placing chapter markers in iMovie, and then making the menus and submenus in iDVD.

  • After I make a note in the notes icon that came with the ipad, it immediately is emailed to my email address and disappears from notes. How can I make it stay on notes?

    After I write a note in the notes icon that came with the ipad, it immediately emails it to my email account and erases it from the note pad. How do I make it stay on the notepad? I don't particularly want it emailed to me.

    I have a test with some questions (multiple choice, FIB, matching, etc). I have just one button to submit all the answers, and after submiting the student can see his score and review the test to know where he failed. He can't answer again. However, he can change the answer multiple times before submiting.
    "if i turn on success/failure captions the student will see them while answering" - before submitting
    "if i turn them off he wont know what's the right answer" - after submitting
    My results page is the default. I didn't use any variable. When i go to the results page after reviewing the test all the entry boxes are "wrong".

  • I'm exhausted of trying to find a solution to a problem created by Apple. I have moved to iCloud, following your instructions and now I can not use my mobileme e-mail address. How can I contact directly with Apple, not just an automatic reply phone number

    I'm exhausted of trying to find a solution to a problem created by Apple. I have moved to icloud following all your instructions and now I can not use my mobile me e-mail address. I can not activate icloud because when I put my e-mail address it answers that somebody is already using my address. I have my old e-mails, but I can not receive any e-mail or send them.
    I have contacted Apple Technical Support in Spain and I was sent an e-mail saying that I have to call a phone number and when I call it is always an answering machine who answers that says that I have to pay 50€ for a consultation or wait for 10 minutes. When I have made the consultation it was never mentioned that I have to pay 50€ for a phone consultation. If I don't want to wait I have to pay for the Apple Tecnical Support which cost 250 €, this was not mentioned in the technical support page.
    Can somebody let me know how can I contact Apple in another way in order to talk with a human being or chat directly? I was very happy just using my mobileme e-mails, I didn't need any clouds and I was force by Apple to registered if I want to continue using my mobileme e-mail address.

    Sandra,
    See this Apple support document for information on reporting an issue with your iTunes purchase.
    http://support.apple.com/kb/HT1933
    B-rock

  • How can I make fill down command NOT increment values?

    Hi,
    Is there anyway I can get the fill down command to insert the same value in each cell, rather than filling in an increasing series. It works fine for plain numbers (i.e. if I fill down from a cell containing "1", it gives a column with every cell containing "1").
    However, for dates and mixtures of text and numbers it always increments the values - example below:
    Doing fill down from cells containing:
    1 18 Mar 2009 abc100
    Gives:
    1 18 Mar 2009 abc100
    1 19 Mar 2009 abc101
    1 20 Mar 2009 abc102
    1 21 Mar 2009 abc103
    1 22 Mar 2009 abc104
    1 23 Mar 2009 abc105
    etc...
    How can I keep the dates and "abc100" the same in the filled cells?
    Thanks for any help!
    Jo

    I have no idea how the designers of Numbers determined when to fill down identical values versus incrementing the values. For instance, "abc100" increments in a fill down while "100" and "abc" do not. I, personally, see nothing special about "abc100" that indicates a pattern.
    And you are correct that Fill Down is different than dragging the circle. Fill down takes whatever is in the top cell and fills down (either incrementing or not, depending on whatever the rule is the designers chose) while overwriting whatever was in the lower cells. Dragging the circle of a box that covers 2 or more cells fills down from the bottom of the box and it looks for patterns, not just simple increments.
    No problem on the search. It isn't always easy to find what you are looking for. I just happened to remember that thread.

  • How can I make the jsp pages not displayed by using the navigation class?

    I'm right now implementing a function on my program GUI . It's like whenever I click "STOP THE SERVER" button on the main page, I need those jsp pages relates to the server running to be not displayed, even by directly type in the URL(that's just stay in the main page), How can I do that? I heard that a navigation class might do it, but I'm not sure how. It might be great if some experts could help me!! Thanx a million !!
    Shannon

    See:
    * [[Removing the Search Helper Extension and Bing Bar]]
    You can use one of these extensions to adjust the default font size and page zoom on web pages:
    * Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    * NoSquint - https://addons.mozilla.org/firefox/addon/2592

  • How can i make adreslabels with Numbers

    I bought OS 10,7 ( for i Cloud) Now Apple Works i cannot use! This is e great great problem.
    Hou can I make now new afdress labels. Alle my files are made with apple Works

    Re-install Snow Leopard on a seperate partition or external drive, or use iWork Pages and Numbers to open your AW WP and SS files.
    Databases are a different problem, but they can be exported as ASCII and imported to Numbers or to Bento.
    However, you have to open them to export, which means having SL available anyway.
    To do address labels, I think you'll need to export them to Address Book; this can be done by exporting from numbers as a .csv file and importing to address book.
    Message was edited by: noondaywitch

  • How can I make cable with Apple's logo ?

    How can I become Apple's third-party to produce cable that match with ipone 5 ?

    https://developer.apple.com/programs/mfi/

  • How can I make iDVD with a H264(.mp4) video file???

    I've got two files which is in .mp4 format, I tried to edited it in iMOVIES but it came up with only audio no video. So then I tried to put that two .mp4 video directly into iDVD, but it also didn't work. There is no problem when I try to view .mp4 file in quicktime player.
    So if I have to changed the format to .avi , which software would be best?? I want to keep the quality of the original files but I have heard so many times that after changing the file format, the quality may not be the same as before.
    Please, masters, help............

    OK, here are the results of my experimenting:
    ffmpegX wasn't happy making the conversion and froze. I didn't try 'playing' with it to make it work. I guess I can't recommend this approached for you.
    I DID have success creating a DVD from your file using Roxio's Toast Titanium 7 (you must have version 7 to do this).
    It was a slow process - your 0:03:46 clip required abount an hour on my 1.33 G4 PowerBook. The process might have been slightly slowed because in addition from going from MPG-4 to MPG-2 (and converting the audio), it was also converting from PAL to NTSC (the source video is 25 fps).
    In my opinion, the results looked pretty poor when viewed on a TV. About what I'd expect starting with a small (662x384 pixel), highly compressed MPG-4 image file.
    Stick to viewing them on your computer with the VLC Media Player. You'll be a lot happier.

  • How can i make playlists with only music and no videos?

    I would love to be able to make a playlist that only has music so I can figure out exactly how much I have in there and also be able to put it on my older iPod.

    Create a Smart playlist with the rule:
    Kind>contains>audio file
    Check the box "Live Updating"
    You can read more about smart playlists here: How to create a Smart Playlist with iTunes

  • I am trying to download the latest version of Adobe and when I go to the Downloads place on my PC, it's not there. How can I make sure Firefox is not blocking

    I know I have the latest version of the browser (because it told me so). When I hit the Download now button for the Adobe and indicate that I want to save it, it seems to take, but when I go to the Downloads on my Computer, it isn't there. I don't know where else to look or what else to check. I think I have successfully done this in the past, but it's been a while.

    Do you have the "Green Arrow" icon on one of your toolbars? That usually will list your most recent downloads with a button to open the folder where they are saved.
    If you don't have that, you can open the full download list using either:
    * Ctrl+j
    * Tools > Downloads
    * History > Show All History, then click Downloads in the left column
    Can you find the download listed there and click the "Open Containing Folder" button?
    Are you downloading Flash or Acrobat/Reader?
    For Flash try: http://get.adobe.com/flashplayer/
    For Acrobat/Reader, you may not need an update.
    Firefox's plugin check site only recognizes the Adobe XI (11) series as current, but if you have checked for updates in your Adobe Reader X or Adobe Acrobat X product (Help > Check for Updates) then you do not need to update the plugin. For this older Reader/Acrobat version, please rely on Adobe for information on available updates and not the plugin check site.

  • How can i make conection with wirless net

    I have wireless conection in my office so therfore i would like to conect the net through my phone wirelesly so how would be that posible to conect and enjioy the net on the mobile Nokia N73 music edition.

    Hi omaidullah
    Unfortunately your N73 does not have WLAN feature.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

Maybe you are looking for

  • EXIDV2 from VEKP ?

    Hi, We have a requirement to pick EXIDV2 from VEKP.This is an enhancement to the existing report.The query is in Infoset.Tables used in join are KNVV,KNA1,VBBE,ZNCUSTHRCHRCY. Other table like vbap,vbfa,likp,vbbe were used as select single with indivi

  • Video out to CRT yields entire screen image repeating

    I have posted this problem before with no luck. I'm trying again in the hopes someone can offer a suggestion, or determine if my Powerbook needs servicing. The guy at the Apple Store didn't have much to offer. The laptop's LCD display works fine. But

  • SAP Query SQ01/2/3

    Is it at all possible to link SQ01/2/3 SAP Query to an external SQL source and table (MS SQL).

  • Items on Favorites Bar Automatically Re-Populate After Deleting Them

    So after I delete an item from my favorites bar in IE11 it almost instantly reappears.  I've confirmed the autocomplete setting for address bar and favorites is un-checked.  Internet Options>Content tab, 'Settings' button in Autocomplete section, UNc

  • Re: Qosmio G30 and green screen issue

    Dear friends I thing is interesting for any owner of Qosmio to have a look this: http://www.asklaptopfreak.com/laptop-notebook-help/2007/07/08/toshiba-qosmio-g30-screen-problem/comment-page-4/#comment-130784 http://www.asklaptopfreak.com/laptop-noteb