id
stringlengths
36
36
text
stringlengths
1
1.25M
ca736071-58e4-43e0-9602-66c87ff6430b
public void setPortfolioAccountNumber(crmondemand.xml.contact.query.QueryType portfolioAccountNumber) { this.portfolioAccountNumber = portfolioAccountNumber; }
31432b50-b9a0-4a87-af44-ad95f633968c
public java.lang.Integer getCustomInteger2() { return this.customInteger2; }
47838e04-6a58-482b-9680-09dfb13fd70c
public void startCrypt() { Backup.copy(Stream); }
e9e540c4-20fa-434b-ab56-72a50d6dfbc3
public void setCustomNumber47(java.math.BigDecimal customNumber47) { this.customNumber47 = customNumber47; }
70a4c2ad-915a-444e-a9b1-02cc83931fd1
public static void viewSkills(final LittleEndianAccessor slea, final MapleClient c) { int victim = slea.readInt(); int jobid = c.getChannelServer().getPlayerStorage().getCharacterById(victim).getJob(); //List<Integer> list = SkillFactory.getSkillsByJob(jobid); if (!c.getChannelServer().getPlayerStorage().getCharacterById(victim).getSkills().isEmpty() && GameConstants.isAdventurer(jobid)) { c.getSession().write(CField.viewSkills(c.getChannelServer().getPlayerStorage().getCharacterById(victim))); } else { c.getPlayer().dropMessage(6, "You cannot take skills off non-adventurer's"); } }
1ee325ad-c950-46db-9c6c-24d2c953f8bb
public void displayHint(final int num){ display.syncExec(new Runnable() { @Override public void run() { switch (num) { case 1: hint.setText("Hint: UP"); break; case 2: hint.setText("Hint: DOWN"); break; case 3: hint.setText("Hint: RIGHT"); break; case 4: hint.setText("Hint: LEFT"); break; default: break; } } }); }
126782bc-8f7e-4e9c-abff-54d67ce35422
@Override public void actionPerformed(ActionEvent e) { if(textInArray(mf,mfs)) { mf.setForeground(cc); mf.setBorder(null); mf.setEditable(false); } else { mf.setForeground(wc); } }
0923e2d9-60b1-447c-888b-6c73b7be98eb
public crmondemand.xml.contact.query.QueryType getCustomNumber25() { return this.customNumber25; }
12137405-b87a-41f8-b2bf-3cfdd91cd7af
public void setCurrentApproverExternalSystemId(java.lang.String currentApproverExternalSystemId) { this.currentApproverExternalSystemId = currentApproverExternalSystemId; }
48890fd9-8be5-4d63-8c12-77281d19feee
public java.lang.Boolean getCustomBoolean24() { return this.customBoolean24; }
f63e9461-bf05-4f63-8c9b-faa5b574441f
public void setAssignmentStatus(java.lang.String assignmentStatus) { this.assignmentStatus = assignmentStatus; }
ba6a44d2-d5e1-4a97-b18a-aaca6b9dbf39
public crmondemand.xml.contact.query.QueryType getCustomPickList23() { return this.customPickList23; }
e81bc086-aa82-409e-8a8d-729b55779987
public void setCustomObject3Type(java.lang.String customObject3Type) { this.customObject3Type = customObject3Type; }
1cc97f98-60ba-47ce-b070-d77535dd6789
public void setCustomCurrency2(crmondemand.xml.customobject6.query.QueryType customCurrency2) { this.customCurrency2 = customCurrency2; }
b75e7da2-5bd5-4e0c-9dc9-f3b185e240e3
public java.lang.String getOrderNumber() { return this.orderNumber; }
36dfebe7-ed00-442e-bd6d-b8ddd3d09f49
public void setFromTxn(java.lang.String fromTxn) { this.fromTxn = fromTxn; }
4154856e-d8dd-4f7c-921d-fada03dd51d6
public void setCustomText60(crmondemand.xml.customobject3.query.QueryType customText60) { this.customText60 = customText60; }
819e0cba-ec1e-467a-8975-769a3d150bd1
public void setCustomPickList3(crmondemand.xml.customobject3.query.QueryType customPickList3) { this.customPickList3 = customPickList3; }
6c749519-ff48-4aad-8d6b-0da8a5a3d235
public crmondemand.xml.contact.query.QueryType getCustomInteger16() { return this.customInteger16; }
c803b018-17b3-4d5a-b6a8-7fa509313806
@Override public void checkIn() { this.borrower = null; this.checkOutDate = null; this.state = 0; System.out.println("*"+this.title+"() ݳǾϴ."); }
67ee9895-3ec1-457f-89dc-941550979d44
public Node(String nodeId, Object value, Node nextNode) { super(); this.nodeId = nodeId; this.value = value; this.nextNode = nextNode; }
eff346a0-db96-4fa6-832b-b997d4255371
public void setCustomText61(crmondemand.xml.customobject6.query.QueryType customText61) { this.customText61 = customText61; }
8b57ba8e-5219-46d9-9442-78cc55a10c5e
public void setUpdatedByExternalSystemId(crmondemand.xml.customobject3.query.QueryType updatedByExternalSystemId) { this.updatedByExternalSystemId = updatedByExternalSystemId; }
da6ee2b6-8f30-4433-bbc6-0f6a1a48c28a
public java.lang.Boolean getEndCustomerReference() { return this.endCustomerReference; }
3f43166d-8a63-4c5b-9923-583a1c7bd671
public void setCustomText16(java.lang.String customText16) { this.customText16 = customText16; }
42498e08-d70a-43e3-83bc-7b3378e7326d
*/ public String toString() { return "Tiling Pattern: \n" + " type: pattern " + "\n patternType: tilling" + "\n paintType: " + (paintType == PAINTING_TYPE_COLORED_TILING_PATTERN ? "colored" : "uncoloured") + "\n tilingType: " + tilingType + "\n bbox: " + bBox + "\n xStep: " + xStep + "\n yStep: " + yStep + "\n resource: " + resources + "\n matrix: " + matrix; }
7ad0efdd-cf8f-442d-9e7f-74603a029a0b
public void setCustomNumber48(crmondemand.xml.customobject3.query.QueryType customNumber48) { this.customNumber48 = customNumber48; }
5e668b91-26b1-4296-9d5e-fdee08f4cbd1
public crmondemand.xml.contact.query.QueryType getCustomInteger22() { return this.customInteger22; }
0d8adf5a-5456-42dd-a026-aa38b130a6df
public java.lang.String getPartnerId() { return this.partnerId; }
fe3ba228-1dec-4fad-bec8-82252f8ab5c9
public void setCustomObject4ExternalSystemId(java.lang.String customObject4ExternalSystemId) { this.customObject4ExternalSystemId = customObject4ExternalSystemId; }
55c6d8be-5ba3-433e-8ee8-e1eff670a7d8
public void setCustomText25(crmondemand.xml.customobject3.query.QueryType customText25) { this.customText25 = customText25; }
759e3360-a950-4779-9cde-5d8dde68c981
public crmondemand.xml.customobject6.query.QueryType getCustomPickList38() { return this.customPickList38; }
39168eb2-bfe2-4fd4-8bea-2c4edce26a3d
public crmondemand.xml.customobject3.query.QueryType getCustomBoolean30() { return this.customBoolean30; }
cb5b6798-5e24-4104-81c8-8e6ed2724584
public void setCustomObject6Type(java.lang.String customObject6Type) { this.customObject6Type = customObject6Type; }
e9a0c842-6ff5-4ee0-a257-9663833933ae
public java.lang.String getCustomPickList17() { return this.customPickList17; }
24e53e4b-817c-4876-ba2f-65d218aa25f6
public ExecuteStepResponse getDefaultInstanceForType() { return defaultInstance; }
49792a1b-f66d-4afe-8a90-a0377e2451b3
public BlockMetalLadder(Level level) { super(level); setUnlocalizedName("BlockMetalLadder"); setLadder(true); setCollidable(false); }
59f1e09d-f730-4a42-bc87-ff5d5c66fb42
public java.lang.String getCustomText46() { return this.customText46; }
ff61d65d-01ce-4664-b95a-ffcbc36cc896
public java.lang.Integer getCustomInteger31() { return this.customInteger31; }
e4dcdc8a-06ac-478e-9434-d70b2a579e75
public crmondemand.xml.opportunity.query.QueryType getCustomDate10() { return this.customDate10; }
6645dba8-4113-46bf-8985-bf3ca05ffd2e
public void setCampaignType(crmondemand.xml.customobject6.query.QueryType campaignType) { this.campaignType = campaignType; }
45002058-a39b-4625-a4d9-fed151cd1f3a
public java.lang.String getAccountPriority() { return this.accountPriority; }
0a82b6db-e918-46c1-b5f8-1825390e31f2
public java.lang.String getCustomText56() { return this.customText56; }
223919cc-8e1d-4520-9831-e9b73c8556cd
private Value get(STNode<Key, Value> x, Key key) { while (x != null) { int cmp = key.compareTo(x.key); if (cmp < 0) x = x.left; else if (cmp > 0) x = x.right; else // cmp == 0 return x.val; } return null; }
61cc5f3b-e946-4f30-9441-2257f303f57d
public void setCustomPickList41(crmondemand.xml.customobject3.query.QueryType customPickList41) { this.customPickList41 = customPickList41; }
ce61badb-f694-4a7c-91e4-42574fb36fd6
public void render() { worlds.get(currentWorld).render(); localEntity.render(); for(int i = 0; i < globalEntity.length; i++){ if(globalEntity[i] != null) globalEntity[i].render(); } }
7b61fb00-0b32-44e8-85c5-b69f263a297c
public java.lang.String getOpportunityOwner() { return this.opportunityOwner; }
4e67b9d4-fb67-4ca6-85a5-104b8551735d
public void setCustomObject3Id(crmondemand.xml.customobject6.query.QueryType customObject3Id) { this.customObject3Id = customObject3Id; }
c0aaac8c-8b55-4608-be6c-5bbc00582302
public void setContactType(crmondemand.xml.customobject6.query.QueryType contactType) { this.contactType = contactType; }
f7477676-7fba-4474-9cf0-cb6320674791
public static void playSoundEffect(String str){ try { Sound sound = new Sound(dir+str+".ogg"); sound.play(1f, 0.3f); } catch (SlickException e) { e.printStackTrace(); } }
16c06811-104d-4d24-875e-bdad73f428c3
public ExperienceBank() { }
54ef574a-4b5c-4d95-b16e-40f73695e94d
public java.lang.String getCustomText15() { return this.customText15; }
082f07c6-1f46-4f77-9985-f8eb7b232d38
public static main.Messages.ExecuteStepRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); }
596bbe54-bfeb-461e-864b-b8bf98cf97bf
public void setCreatedByFullName(java.lang.String createdByFullName) { this.createdByFullName = createdByFullName; }
b20eb3d7-56d7-487c-b3f5-bf69bbfd8eb8
public crmondemand.xml.opportunity.query.QueryType getCustomDate7() { return this.customDate7; }
0c2ec627-c6d8-4e43-9dc9-d64796f53cdd
public void setCustomBoolean29(crmondemand.xml.contact.query.QueryType customBoolean29) { this.customBoolean29 = customBoolean29; }
3bdb698e-08ae-4cd5-a118-b5e7c779595d
private void more() { if (isCurrentQuery()) { currentQuery.printResult(tableModel); } else { JOptionPane.showMessageDialog(null, "No more data to show!", "Information", JOptionPane.INFORMATION_MESSAGE); } }
214c4d42-3444-4c35-97f7-e163cb1a2afe
private void jSlider1StateChanged(javax.swing.event.ChangeEvent evt) {//GEN-FIRST:event_jSlider1StateChanged nota = (float) jSlider1.getValue() / 10; jLabel5.setText(String.valueOf(nota)); }//GEN-LAST:event_jSlider1StateChanged
e6bbb2f0-99a2-480c-b224-a4685f236364
public void setCustomPickList87(crmondemand.xml.contact.query.QueryType customPickList87) { this.customPickList87 = customPickList87; }
b3213500-eee6-450e-91c0-82950f27e436
public static QueryIterator createQuerySpecialistIterator(ControlFrame frame, Object [] MV_returnarray) { { Proposition proposition = null; PropertyList subqueryoptions = null; { Object [] caller_MV_returnarray = new Object[1]; proposition = ControlFrame.computeSubqueryOptions(frame, caller_MV_returnarray); subqueryoptions = ((PropertyList)(caller_MV_returnarray[0])); } { QueryIterator subqueryiterator = Logic.allocateQueryIterator(); Description subquerydescription = null; Stella_Object matchmode = null; boolean truefalsequeryP = false; boolean partialqueryP = false; List iovariables = List.newList(); Vector iovariablebindings = null; if (proposition == null) { { QueryIterator _return_temp = null; MV_returnarray[0] = BooleanWrapper.wrapBoolean(false); MV_returnarray[1] = BooleanWrapper.wrapBoolean(false); return (_return_temp); } } else { QueryIterator.processQueryOptions(subqueryiterator, subqueryoptions); } matchmode = Logic.lookupQueryOption(subqueryiterator, Logic.KWD_MATCH_MODE); if ((matchmode != null) && (!Stella.stringEqualP(Stella_Object.coerceToString(matchmode), "STRICT"))) { partialqueryP = true; } Logic.collectFreeVariables(proposition, iovariables, List.list(Stella.NIL), List.list(Stella.NIL)); KeyValueList.setDynamicSlotValue(frame.dynamicSlots, Logic.SYM_LOGIC_QUERY_SPECIALIST_IO_VARIABLES, iovariables, null); { Object old$Evaluationmode$000 = Logic.$EVALUATIONMODE$.get(); try { Native.setSpecial(Logic.$EVALUATIONMODE$, Logic.KWD_DESCRIPTION); { Description self001 = Description.newDescription(); self001.ioVariables = ((Vector)(Logic.copyListToArgumentsVector(iovariables))); self001.proposition = proposition; subquerydescription = self001; } { Description temp000 = Description.findDuplicateDescription(subquerydescription); subquerydescription = ((temp000 != null) ? temp000 : subquerydescription); } } finally { Logic.$EVALUATIONMODE$.set(old$Evaluationmode$000); } } Description.computeInternalVariables(subquerydescription); iovariablebindings = Vector.newVector(iovariables.length()); truefalsequeryP = true; { Stella_Object var = null; Cons iter000 = iovariables.theConsList; int i = Stella.NULL_INTEGER; int iter001 = 0; for (;!(iter000 == Stella.NIL); iter000 = iter000.rest, iter001 = iter001 + 1) { var = iter000.value; i = iter001; (iovariablebindings.theArray)[i] = (Logic.argumentBoundTo(var)); if ((iovariablebindings.theArray)[i] == null) { truefalsequeryP = false; } } } QueryIterator.initializeQueryIterator(subqueryiterator, subquerydescription, iovariablebindings); { QueryIterator _return_temp = subqueryiterator; MV_returnarray[0] = BooleanWrapper.wrapBoolean(truefalsequeryP); MV_returnarray[1] = BooleanWrapper.wrapBoolean(partialqueryP); return (_return_temp); } } } }
07740530-c3ba-41ba-8895-66e4b488b86b
public void setDealerIntegrationId(crmondemand.xml.customobject6.query.QueryType dealerIntegrationId) { this.dealerIntegrationId = dealerIntegrationId; }
39e88ccd-46d3-401d-a558-5e07f859a6a9
public void doSearch(Object selectedItem) { if (this.searching) { return; } final String newSearch = selectedItem == null ? "" : selectedItem .toString(); if (this.oldSearch.equals(newSearch)) { return; } this.oldSearch = newSearch; Runnable runnable = new Runnable() { public void run() { doSearchInternal(newSearch); } }; this.searching = true; this.searchBox.setEnabled(false); this.searchBox.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR)); Thread thread = new Thread(runnable, "searcher " + newSearch); thread.start(); }
54e76c4f-b167-438a-a630-f33819d833f3
public void setRoughness(Roughness roughness) { this.roughness = roughness; }
170ecd75-28e7-4eed-b436-9a56b221ddfd
public crmondemand.xml.opportunity.query.QueryType getCustomPickList31() { return this.customPickList31; }
4c3915cf-f286-4ca3-87a4-8cc8734778fd
public void setCustomDate40(java.util.Calendar customDate40) { this.customDate40 = customDate40; }
a10f720b-471f-4fd5-ab8f-1ae04bbca25a
public void setWeaponList(ArrayList<Weapon> weaponList) { this.weaponList = weaponList; }
97e8dcf3-8847-40a8-b8f1-06d2a819ac3d
@Override public ProveedorDTO buscarProveedor(Long id) throws Exception { AccesoBD accesoBD = new AccesoBD(); ProveedorDTO proveedorDTO = null; try { accesoBD.iniciarTransaccion(); ProveedorAssembler proveedorAssemb = new ProveedorAssembler(accesoBD); proveedorDTO = proveedorAssemb.getProveedorDTO((Proveedor) accesoBD.buscarPorId(Proveedor.class, id)); accesoBD.concretarTransaccion(); } catch (Exception e) { accesoBD.rollbackTransaccion(); } return proveedorDTO; }
e4fca5d4-d9f5-4f5d-afe0-195a50f85337
public crmondemand.xml.customobject3.query.QueryType getCustomCurrency9() { return this.customCurrency9; }
fad491eb-7aee-4d31-ba46-f66eaa1e664c
public short addressRead(int addr) { return videoRam[addr + vidRamStart]; }
821ab09c-06f8-4b01-9f58-24ab6ee9e6c6
public Fruit(int courtWidth, int courtHeight) { super(INIT_VEL_X, INIT_VEL_Y, INIT_X, INIT_Y, SIZE, SIZE, courtWidth, courtHeight); //reads in fruit image try { File w = new File("watermelon.png"); watermelon = ImageIO.read(w); File s = new File("strawberry.png"); strawberry = ImageIO.read(s); File b = new File("bannana.png"); bannana = ImageIO.read(b); File a = new File("apple.png"); apple = ImageIO.read(a); File p = new File("peach.png"); peach = ImageIO.read(p); File pine = new File("pineapple.png"); pineapple = ImageIO.read(pine); File g = new File("grapes.png"); grapes = ImageIO.read(g); File o = new File("orange.png"); orange = ImageIO.read(o); File c = new File("cherry.png"); cherry = ImageIO.read(c); } catch (IOException e) { System.out.println("Something went wrong"); } //selects random fruit BufferedImage[] fruits = {watermelon, bannana, strawberry, apple, peach, pineapple, grapes, orange, cherry}; int i = ((int) (Math.random() * fruits.length)); fruit = fruits[i]; }
c574fbb0-a763-4861-a7a7-a00e1da50145
public Date getFin_gest() { return fin_gest; }
ebeea330-05d1-424c-b4f2-e642315d9cb9
public void setClaimCurrencyCode(java.lang.String claimCurrencyCode) { this.claimCurrencyCode = claimCurrencyCode; }
11592cd2-9078-4901-8ca5-d1e50454ec4d
public crmondemand.xml.customobject6.query.QueryType getActivityCallType() { return this.activityCallType; }
8d6278b5-be5e-4b3c-beee-410ece9df9d9
public crmondemand.xml.contact.query.QueryType getContactExternalSystemId() { return this.contactExternalSystemId; }
fd6994cb-d933-486a-8c7f-1a3e28f41911
public void setBookName(java.lang.String bookName) { this.bookName = bookName; }
b6f2d758-2397-4536-abfd-f471dce5a720
protected ChannelService getClientChanMgr() { Map<String, Object> p = new HashMap<String, Object>(); p.put(ChannelManager.KEY_ID, "client"); p.put(ChannelManager.KEY_BUFFER_FACTORY, getBufFactory()); return factory.createChannelManager(p); }
fcc60eb0-edb6-4602-8c32-67ab42696876
public crmondemand.xml.customobject6.query.QueryType getCustomInteger28() { return this.customInteger28; }
bc120d4b-ee65-47c2-8705-821a2713f4f4
public void setCustomNumber42(java.math.BigDecimal customNumber42) { this.customNumber42 = customNumber42; }
1a3b58d9-4935-45ce-93f7-0bfa30e15b9b
public crmondemand.xml.customobject6.query.QueryType getFinancialAccountJoint() { return this.financialAccountJoint; }
97b2d7d1-d25f-4fb4-b1b0-7f84e39e6052
public crmondemand.xml.contact.query.QueryType getCustomNumber6() { return this.customNumber6; }
9b60ca08-c254-4535-9b89-5a23f617126b
* @param argName * @param moduleName * @param environment * @return PlIterator */ public static PlIterator sGetInferredBinaryPropositionValues(String relationName, String argName, String moduleName, Environment environment) { { Context module = PLI.safelyGetModule(moduleName, environment); Stella_Object relation = PLI.safelyGetRelation(relationName, ((Module)(module)), environment); Stella_Object renamed_Object = PLI.safelyGetObject(argName, ((Module)(module)), environment); if ((renamed_Object != null) && (relation != null)) { return (PLI.getInferredBinaryPropositionValues(((LogicObject)(relation)), renamed_Object, ((Module)(module)), environment)); } else { return (PLI.EMPTY_PL_ITERATOR); } } }
9cab2dd9-4c05-405c-9d4a-90dbb64dfa36
public void setCustomDate17(crmondemand.xml.customobject6.query.QueryType customDate17) { this.customDate17 = customDate17; }
9c71ac3f-8637-4ae1-9169-3721d8ddc545
public Date getAddDate() { return addDate; }
b028f82d-ac73-4202-9a24-c09cac1a569d
public Schlauchboot() { this.laenge = 1; this.breite = 1; this.maxHits = 1; }
4a1d7327-5897-4dd7-b35d-ff7228114c80
public java.lang.String getCustomText55() { return this.customText55; }
9f2d1ab2-45d3-41c6-874d-b0dba0e68397
public java.math.BigDecimal getCustomNumber10() { return this.customNumber10; }
223c0cb8-6acf-48d2-abd3-ad5c1c246515
public java.lang.String getOwnerLastName() { return this.ownerLastName; }
ecf2019c-dd6e-4b73-bdf2-1cdf66f92791
public crmondemand.xml.customobject6.query.QueryType getCustomPickList22() { return this.customPickList22; }
f014fa66-d036-48a4-917c-23c7e2b983bb
public void setCustomObject13ExternalSystemId(java.lang.String customObject13ExternalSystemId) { this.customObject13ExternalSystemId = customObject13ExternalSystemId; }
b4775825-a978-4d97-bbcf-e776688a7a0d
public void setCustomNumber38(crmondemand.xml.contact.query.QueryType customNumber38) { this.customNumber38 = customNumber38; }
10ff69af-2e51-47ba-a55f-8ebd3ca0a0f7
public Builder mergeAddon(org.bwapi.proxy.messages.GameMessages.UnitId value) { if (addonBuilder_ == null) { if (((bitField1_ & 0x00200000) == 0x00200000) && addon_ != org.bwapi.proxy.messages.GameMessages.UnitId.getDefaultInstance()) { addon_ = org.bwapi.proxy.messages.GameMessages.UnitId.newBuilder(addon_).mergeFrom(value).buildPartial(); } else { addon_ = value; } onChanged(); } else { addonBuilder_.mergeFrom(value); } bitField1_ |= 0x00200000; return this; }
a2b97dd6-3edc-4b5c-8ad8-5bde87bf5c6c
public void setCustomNumber27(java.math.BigDecimal customNumber27) { this.customNumber27 = customNumber27; }
bbeb22a4-4f30-488f-b0d6-59e63cd7c1b7
public java.lang.String getHouseholdIntegrationId() { return this.householdIntegrationId; }
49052a0c-a633-491c-a301-b10f82b0cb58
public void setCustomPhone10(java.lang.String customPhone10) { this.customPhone10 = customPhone10; }
3f6cda1d-4e6b-4715-8e82-103ed37795ef
public void setCustomPickList96(java.lang.String customPickList96) { this.customPickList96 = customPickList96; }
8034fac9-aa40-442f-9695-ab10f8e2686a
public java.lang.String getCustomText47() { return this.customText47; }
318cbe8d-6337-4ea3-8f95-52d69b2d6004
public void setCustomBoolean19(crmondemand.xml.customobject3.query.QueryType customBoolean19) { this.customBoolean19 = customBoolean19; }
9137958b-1240-4084-a99d-2e5abd5aa736
public void setCustomNumber46(crmondemand.xml.customobject6.query.QueryType customNumber46) { this.customNumber46 = customNumber46; }
7c0e502c-e054-44d8-ac52-4d55446eaea1
public void setBusinessPlanType(crmondemand.xml.customobject3.query.QueryType businessPlanType) { this.businessPlanType = businessPlanType; }
87eb31e7-fd3a-47f2-9708-66ec299b11ec
public void setFinancialAccountHeldAway(java.lang.Boolean financialAccountHeldAway) { this.financialAccountHeldAway = financialAccountHeldAway; }