cleanup unintentional changes

This commit is contained in:
lmds1 2014-11-13 18:43:14 -05:00
parent 08ffa55774
commit df2011388c
1 changed files with 4 additions and 12 deletions

View File

@ -412,7 +412,6 @@ public class ValueSet extends BaseResource implements IResource {
return ca.uhn.fhir.util.ElementUtil.allPopulatedChildElements(theType, myIdentifier, myVersion, myName, myPublisher, myTelecom, myDescription, myCopyright, myStatus, myExperimental, myExtensible, myDate, myDefine, myCompose, myExpansion);
}
/**
* Gets the value(s) for <b>identifier</b> (Logical id to reference this value set).
* creating it if it does
@ -1105,7 +1104,6 @@ public class ValueSet extends BaseResource implements IResource {
return ca.uhn.fhir.util.ElementUtil.allPopulatedChildElements(theType, mySystem, myVersion, myCaseSensitive, myConcept);
}
/**
* Gets the value(s) for <b>system</b> (URI to identify the code system).
* creating it if it does
@ -1358,7 +1356,6 @@ public class ValueSet extends BaseResource implements IResource {
return ca.uhn.fhir.util.ElementUtil.allPopulatedChildElements(theType, myCode, myAbstract, myDisplay, myDefinition, myConcept);
}
/**
* Gets the value(s) for <b>code</b> (Code that identifies concept).
* creating it if it does
@ -1643,7 +1640,6 @@ public class ValueSet extends BaseResource implements IResource {
return ca.uhn.fhir.util.ElementUtil.allPopulatedChildElements(theType, myImport, myInclude, myExclude);
}
/**
* Gets the value(s) for <b>import</b> (Import the contents of another value set).
* creating it if it does
@ -1895,7 +1891,6 @@ public class ValueSet extends BaseResource implements IResource {
return ca.uhn.fhir.util.ElementUtil.allPopulatedChildElements(theType, mySystem, myVersion, myCode, myFilter);
}
/**
* Gets the value(s) for <b>system</b> (The system the codes come from).
* creating it if it does
@ -2168,7 +2163,6 @@ public class ValueSet extends BaseResource implements IResource {
return ca.uhn.fhir.util.ElementUtil.allPopulatedChildElements(theType, myProperty, myOp, myValue);
}
/**
* Gets the value(s) for <b>property</b> ().
* creating it if it does
@ -2350,7 +2344,6 @@ public class ValueSet extends BaseResource implements IResource {
return ca.uhn.fhir.util.ElementUtil.allPopulatedChildElements(theType, myIdentifier, myTimestamp, myContains);
}
/**
* Gets the value(s) for <b>identifier</b> (Uniquely identifies this expansion).
* creating it if it does
@ -2446,8 +2439,8 @@ public class ValueSet extends BaseResource implements IResource {
*
* </p>
*/
public Expansion setTimestampWithMillisPrecision( Date theDate) {
myTimestamp = new InstantDt(theDate);
public Expansion setTimestamp( Date theDate, TemporalPrecisionEnum thePrecision) {
myTimestamp = new InstantDt(theDate, thePrecision);
return this;
}
@ -2459,8 +2452,8 @@ public class ValueSet extends BaseResource implements IResource {
*
* </p>
*/
public Expansion setTimestamp( Date theDate, TemporalPrecisionEnum thePrecision) {
myTimestamp = new InstantDt(theDate, thePrecision);
public Expansion setTimestampWithMillisPrecision( Date theDate) {
myTimestamp = new InstantDt(theDate);
return this;
}
@ -2578,7 +2571,6 @@ public class ValueSet extends BaseResource implements IResource {
return ca.uhn.fhir.util.ElementUtil.allPopulatedChildElements(theType, mySystem, myCode, myDisplay, myContains);
}
/**
* Gets the value(s) for <b>system</b> (System value for the code).
* creating it if it does